/* ---------------------------------------- global */

body,html {
	margin:0;
	padding:0;
	font-family: verdana, arial, sans-serif;
         	font-size:12px;
	background-color:#D5D5D5; /* grau */
}
img {
	border:none;
}

/* ---------------------------------------- container */

#rahmen {
	margin-left:auto;
	margin-right:auto;
	width:1003px;
	/*background-color:#FFFFFF;*/ /* rot */
	/*border:4px solid black;*/
	background-color:#f4f4f2;

}


/* ---------------------------------------- flaechen */

#oben {
	
	background-color:#FFFFFF; 
	height:113px;
	width:651px;
	float:left;
	}

#logo {
	margin-left:410px;
	height:80px;
	background:url(../img/logo_n.gif); 
	background-repeat: no-repeat;
	/*border:2px solid blue;*/
}



#topmenu {
	width:631px;
	/*border:1px solid green;*/
	background:url(../img/h_navi.gif); 
	background-repeat: no-repeat;
	height:30px;
	padding-top:15x;
	padding-left:20px;
	border-bottom:1px solid #d41600;


}
	
	
#linkespalte {
	float:left;
	margin:0;
	padding:0;
	width:352px;
	/*min-height:561px;*/	
	background-color:#f4f4f2;
	/* background-color:yellow; */
}



	

#contentbereich {
	float:right;
	margin:0;
	padding:5px 10px 10px 10px;	
	width:630px;
	min-height:430px;
	/*background:url(../img/contentfooter.gif); */
         /*background-repeat: no-repeat;*/
         /*background-position: bottom left;*/
	background-color:#fffcdd;
	/* background-color:orange; */
	/*border:1px solid blue;*/
}

#links {
	float:left;
	width:384px;
	/*border:1px solid red;*/

}

#rechts {
	
	float:right;
	padding-left:6px;

	width:210px;
	height:400px;
	/*border:1px solid black;*/

}



#content {
	float:left;
	width:364;
	padding-left:10px;
	padding-top:10px;
	}

/* ---------------------------------------- news */

#aktuelles {
	margin:20px 0 0 9px;
	padding:12px;
	min-height:200px;
	width:200px;
	/*background-color:#f4f4f2;*/
         font-size:9px;
         font-color:#FFFFFF;
         /*background:url(../img/aktuelles_hg.gif);*/ 
         /*background-repeat: no-repeat;*/
         /*background-position: top right;*/
}

#aktuelles a {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#CF1600;
}

#aktuelles a:hover {
	text-decoration:underline;
	font-weight:bold;
	font-size:11px
	color:#CF1600;
}

/* ---------------------------------------- angebot */

#angebot {
	float:right;
	margin-top:5px;
	margin-right:1px;
	height:104px;
	width:207px;
}



#suche {
	float:right;
	margin-top:100px;
	margin-right:1px;
	height:100px;
	width:183px;
	background-color:#df5f46;
	padding-left:10px;
}


/* ---------------------------------------- grafiken */

/* ---------------------------------------- linien */


/* ---------------------------------------- navilisten */

#metanav {
	float:right;
	margin:98px 0 0 0;	
	padding:0;
	width:288px;
	/* background-color:yellow; */
}

#metanav a {
	padding:2px 27px 2px 0;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:#CF1600;
}

#metanav a:hover {
	padding:2px 27px 2px 0;
	text-decoration:underline;
	font-weight:bold;
	color:#CF1600;
}

/* ---------------------------------------- Infoleisten */


/* ---------------------------------------- Sonstiges */

.clearer {
	clear:both;
	line-height:1px;
	height:1px;
	font-size:1px;
	margin-top:-1px;
}
