/* COLOR GUIDE 
#323232 - dunkel grau - Fließtext 
#FF0000 - knall rot - Links
#0F1D74 - dunkel blau - H4
#FFFFFF - weiß - H3
*/

body{
	background: #FFFFFF url(../../images/frontend/back_index.gif) repeat-x;
	height: 100%;
	width: 100%;
}

#wrapper{
	width: 820px;
	height: 100%;
	margin: 0px auto;
}

#sidebar{
	width: 240px;
	height: 100%;
	float: left;
	background: #FFFFFF
}* html #wrapper #sidebar { display:inline; width:200px;}

#logo{
	background: #FFFFFF url('../../images/frontend/back_nav_oben.gif');
	width:240px;
	height:127px;
	border:0;
}* html #logo {}



#content{
	background: #FFFFFF url('../../images/frontend/back_content.gif') repeat-x;
	width: 540px;
	padding:10px;
	float:left;
}* html #wrapper #content { display:inline; width:520px; }



#footer{
	clear:left;
	margin: 0px auto;
	background: #FFFFFF url('../../images/frontend/schatten_footer.gif') top no-repeat;
	width: 540px;
	height:50px;
	padding-top:30px;
	text-align:center;
}

#rightborder{
	background: #FFFFFF url('../../images/frontend/schatten_rechts.gif') no-repeat;
	width:20px;
	height:660px;
	margin:0px;
	padding:0px;
	float:right;
}
