@import url(navi.css); 
@import url(system.css); 

body {

	background: url(../images/bg_body.png) repeat-x;
	margin: 0px;
 padding: 0px;
 text-align: left;
}

#rahmen {
	background: white;
	min-width: 974px;
	max-width: 974px;
	width: 974px;
	
	margin: 0px auto;
	background: url(../images/co_bg.png) repeat-y;
	}
	
	
#head {
	background: url(../images/head_bg.png) repeat-y; 
	text-align: center;
	height: 170px;

}

#logo{
 height: 49px;
 margin: 25px 0px 0px 0px;
 background: url(../images/logo.jpg) no-repeat;
 }


#menu{
 margin: 25px 90px 0px 280px;
 height: 25px;


 border-bottom: 1px dotted #f7903b
 }

#main-content {
	
	padding-left: 300px;
	padding-right: 100px;
	
	
	

}
	
#linie{
 border-bottom: 1px dotted #f7903b;
 margin: 20px 0px 10px 0px;}
	
#links {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 50px;
	
	

}

#rechts {
	width: 150px;
	float: right;
	margin: 0px 10px 0px 0px;
	
}

#foot {
	text-align: center;
	color: black;
	height: 13px;
	background: url(../images/foot_bg.png) no-repeat -1px 0px #fff;
}