@charset "utf-8";
/* CSS Document */

body {
text-align:center;
background:url(images/site01_maincontainer_bg.jpg) left top repeat-x #0d0d0d;
}


#maincontainer 
{
	position: absolute;
	margin:0px;
	background-image: url(images/site01_maincontainer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:0px;
	padding:0px;
	text-align:center;
	display:block;
	height:547px;
	
	
}


#site 
{	position:relative;
	width:955px;
	height:547px;
	background-image: url(images/site01_header_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0px auto;
	text-align:left; /* IE6 */
	display:block;
}

#inhalt {
	position:relative;
    width:311px;
	height:auto;
	top:0px;
	left:475px;
	margin:0px;
	padding:0px;
	text-align:center;
	
	
	
}

#logomenuebox {
	float:left;
	width:311px;
	height:215px;
	background:url(images/site01_logomenu_bg.jpg) right top no-repeat;
	
}

#linkliste {
	clear:both;
	float:left;
	width:311px;
	height:178px;
	background:url(images/site01_inhalt_bg.jpg) right top repeat-y;  /* bei inhalt mit rechten rand ! */
}

#content {
	clear:both;
	float:left;
	width:311px;
	background: #FFFFFF url(images/site01_inhalt_bg.jpg) right top repeat-y;
	text-align:left;
	margin:0px; 
	padding:0px;
	
}

#content p {
margin: 15px;
}

#content ul {
margin: 15px 15px 15px 25px;
padding: 0px;
}

#endbox {
	clear:both;
	float:left;
	width:311px;
	border-top: 3px solid #157abc;
	display:block;		
}

#endbox p{
margin: 10px 0px;
}


#uberschriftbox {
	position:absolute;
	left:0px;
	top:179px;
	width:429px;
	height:36px;
	text-align: left;
}

#copyrightbox {
	position:absolute;
	left:0px;
	top:215px;
	width:225px;
	height:178px;
	text-align:right;	
}

#copyright {
clear:both;
float:right;
margin:128px 0px 0px auto;
}

#featureimagebox {
	position:absolute;
	left:237px;
	top:215px;
	width:346px;
	height:178px;
	
}

/* ----------------------- Logomenueformatierung ---------------------------*/

#logomenue
{
margin: 135px auto 0px auto;
padding:0px;
text-align:center;
}


#logomenue table
{
margin: 0px auto 0px auto;
}

.whitecontent td
{
color:#157abc;
border-top: #157abc;

}