html {
	background-color: #fff;
}
h1 {
color:#506B2E;
font: 26px Verdana;
border: 1px solid #506B2E;
padding-left:9px;
padding-right:9px;
padding-top:4px;
padding-bottom:4px;
font-style:bold;
}
#page, #header, #headerinfo, #mainarea, #footer {
	width: 900px;
}

#page {
	margin: 0 auto;
}

#header {
	height: 96px;
	background: url(../bilder/bg_header.png);
}

#headerinfo {
	height: 32px;
	background: url(../bilder/bg_headerinfo.png);
	
}


.rahmen{
border:1px solid #cccccc;
padding:10px;

}

#mainarea {
	background: url(../bilder/bg_mainarea.png);
}

 



#menu a{
margin:0;
padding:0;

border-top:1px solid black;
border-bottom:1px solid black;
text-align:center;}



#menu ul{


background:#ffffff;
margin:0;
padding:5px;
list-style:none;
white-space: nowrap;}




#menu a{
position:relative;
top:6px;
left:10px;
color:#333333;
background:#ffffff;
padding:2px 72px 2px 72px;
border:1px solid #333333;
font:bold 12px verdana, sans-serif;
text-decoration:none;
	
}

#menu  a:hover {
background:#506B2E;
color:#ffffff;
}






#content {

	padding: 28px;
	color: #405461;
	font: 12px Verdana;
}



#footer {
	height: 40px;
	padding-top: 55px;
	text-align: center;
	background: url(../bilder/bg_footer.png);
	color: #888;
	font: bold 10px Verdana;
	line-height: 1.5em;
}

a.footerlink:link, a.footerlink:visited {
text-decoration:none;
	color: #888;
	font: bold 10px Verdana;
	line-height: 1.5em;
}

a.footerlink:hover {
text-decoration:underline;
	color: #333333;
	font: bold 10px Verdana;
	line-height: 1.5em;
}

a:link, a:visited {
text-decoration:none;
	color: #506B2E;
font: bold 12px Verdana ;
}

a:hover {
text-decoration:underline;
	color: #506B2E;
	font:bold 12px Verdana ;

}
