
/***************************************************************/
/* Lombego Systems, 					                       */ 								
/* Color definition                                            */
/*                                                             */ 
/***************************************************************/ 

	
@import url('head.css.php');
@import url('navigation.css.php');
@import url('content.css.php');
@import url('web.css.php');

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{
	font-family: Verdana, Helvetica, sans-serif;
	color: #2C2C2C;
	line-height: 1.6;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color:#D5E5EE;
}

#wrapper_top{
	position:relative;
	margin-left:auto; /*zentriert wrapper-box*/
	margin-right:auto; /*zentriert wrapper-box*/
	text-align:left;
	height: 214px;
	width: 950px;
	padding: 0px 15px 0px 15px;
	margin-bottom: 0px;
	border: 0px solid #000000;
	background-image: none;
	/* png support for ie pc */
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../frontend/kammergut/img/kalender/backgrounds/shadow_side.png',
	sizingMethod='scale');

}

html>body #wrapper_top { /* Child Selector css hack -> excludes IE and NS4  */
    background:url('../../img/kalender/backgrounds/shadow_side.png');
}

#wrapper{
	margin-left:auto; /*zentriert wrapper-box*/
	margin-right:auto; /*zentriert wrapper-box*/
	text-align:left;
	width: 950px;
	padding: 0px 15px 0px 15px;	
	background-image: none;
	/* png support for ie pc */
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../frontend/kammergut/img/kalender/backgrounds/shadow_side.png',
	sizingMethod='scale');

}

html>body #wrapper { /* Child Selector css hack -> excludes IE and NS4  */
    background:url('../../img/kalender/backgrounds/shadow_side.png');
}

#wrapper_bottom{
	clear: both;
	margin-left:auto; /*zentriert wrapper-box*/
	margin-right:auto; /*zentriert wrapper-box*/
	text-align:left;
	width: 950px;
	height: 10px;
	border: 0px solid #000000;
	padding: 0px 15px 0px 15px;
	margin-bottom: 15px;
	/* png support for ie pc */
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../frontend/kammergut/img/kalender/backgrounds/shadow_bottom.png');

}

html>body #wrapper_bottom { /* Child Selector css hack -> excludes IE and NS4  */
    background:url('../../img/kalender/backgrounds/shadow_bottom.png') no-repeat;
}

#content_wrapper{
	float: left;
	width: 948px;
	width: 950px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

/*	
---------------------------------------------------- 
	Allgemeines
---------------------------------------------------- 
*/

.invis{
	display:none;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

a:link, a:visited, a:hover {
	color: #B62367;
	text-decoration: underline;
}

a:hover {
	color: #B62367;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {

}

h1{
 font-size: 160%;
}

h2{
 font-size: 120%;
 color: #B62367;
}

h3{
 font-size: 90%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
font-size:70%;
 color: #757F80;
}			


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #siteInfo styles ***************/

#content_footer{
	clear: both;
	font-size: 10px;
	color: #c2c2c2;
	text-align:left;
	padding: 10px 20px 10px 20px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#content_footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #327396;
	text-align:center;
	padding: 0px 0px 5px 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo a:link{
	color: #327396;
}	
#siteInfo a:visited{
	color: #327396;
}
#siteInfo a:hover{
	color: #327396;
	text-decoration: none;
}
	
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}






