/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("kontaktstyle.css");
	@import url("cms.css");

/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	list-style-type: none;
	color: #666;
}

body {
	background:url(../images/bg.jpg) repeat-x;

}

h1{
	font-size: 30px;
	color: #355978;
	font-weight:lighter;
	border-bottom: 4px solid #F0F0F0;
	margin: 0px 0px 25px 0px;
}

h2 {
	font-size: 18px;
	color: #3d3d3d;
	font-weight:lighter;
}

h3 {
	font-size: 18px;
	color: #3d3d3d;
	font-weight:lighter;
	padding: 0px 0px 10px 45px;
}

p {
	margin: 0 0 20px 0px; padding: 0px 0px 0px 45px;}
	
.floatende {clear: both;}
hr {margin: 0 0 10px 0;}
.unsichtbar  {display: none;}
.noborder { border: none;}

/*######################################################################################################
######################################################################################################*/

/* 2. Layout */


#site {
	width: 827px;
	position:relative;
	margin: 0 auto;
}

#head {

}

#addy{
	width: 160px;
	height:110px;
	background:#CCC;
	float:left;
	padding: 0px 10px;
}

#logo{
	width: 647px;
	height:110px;
	background:url(../images/logo.jpg) no-repeat;
	float:left;
	margin: 0px 0px 14px 0px;
}

#slidebar{
	width: 827px;
	height: 132px;
	background:url(../images/slidebar.jpg) no-repeat;
	margin: 0px 0px 12px 0px;
	padding: 60px 0px 0px 0px;
	float: left;
}

#content {
	width:827px;
	background: url(../images/bg_content.jpg) no-repeat top right;

}

#inhalt{
float:left;
padding:  42px 0px 10px 35px;
width:568px;

}


#footer{
	width: 827px;
	height: 26px;
	background:url(../images/bg_footer.jpg) repeat-x bottom;
	float: none;
	clear:both;
}

/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

#navi {
	float: left;
	width: 224px;
}

#navi ul{

}

#navi li{
	border-bottom: 1px solid #dcdcdc;
}

#navi a{
	color:#333;
	text-decoration: none;
	line-height: 26px;
	display:block;
	padding: 0px 0px 0px 60px;
	background:url(../images/bg_navi.gif) no-repeat 20px center ;
	width: 164px;
}

#navi a:hover{
	color:#39418C;
	background: #eff0f6 url(../images/bg_navi2.gif) no-repeat 5px center;
	padding: 0px 0px 0px 30px;
	width: 194px;
}

#site #footer li{
	float:left;
	width: 74px;
	text-align:center;
	background: #434343;
}

#footer a{
	color: #fff;
	line-height: 26px;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#site #content #navi .noborder{
	border-bottom: none;
}
	
/*######################################################################################################
######################################################################################################*/

/* 4. Content */


.bildborder {
	border: 1px solid #666;
	margin: 2px 0px 2px 0px !important;
	-moz-opacity:0.5; 	
	opacity:0.5;
}

*+html .bildborder, *html .bildborder{
	filter:alpha(opacity=50); 
	opacity:0.5; 
}

.bildborder:hover{
	border: 1px solid #39418C;
	-moz-opacity:1.0; 
}

*+html .bildborder:hover, *html .bildborder:hover{
	filter:alpha(opacity=100); 
}

#addy p{
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-size:12px;
}

#addy strong{
	color: #fff;
	margin: 0px 10px 0px 0px;
}

#site #head #slidebar h2{
	color: #e0e6ec;
	font-size: 30px;
	border: none;
	font-style:italic;
	letter-spacing: 3px;
	white-space: nowrap;
	padding: 10px 0px 0px 40px;
}

#site #head #slidebar h2 strong{
	font-size: 42px;
	font-weight:normal;
}

#site #head #slidebar .zufall{
padding: 10px 0px 0px 80px;
}

#logo h1{
	text-indent: -9999px;
	border: none;
}


.b1{
	float:left;
	margin: 0px 0px 0px 45px;
}

.b2{
	float:left;
	padding: 0px 0px 0px 10px;
	width: 370px;
}

#site #content #inhalt li{
	padding: 3px 0px 3px 5px;
	list-style:circle;
}

#site #content #inhalt ul{
margin: 3px 0px 3px 85px;
}

.paddingleft{
padding: 0px 0px 0px 10px;}

/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a, .escape span{
	color: #39418C;

}


a:hover, a:hover span{
	color: #11318c;	
	text-decoration:underline;
}


/*######################################################################################################
######################################################################################################*/

