


body {
	font: 12px Helvetica, Arial, sans-serif;
	background-image:url(/img/bg.png);
	cursor:default ;
 	overflow-y:scroll;
 	margin:0;
	margin-top:10px;
}

small {
	color:#c6c6c6;
}

a { 
	color:#663f0d;
	text-decoration:none;
	
}

a:hover { 
	color:#8a612c;
	text-decoration:none;
}

a img {
	border:0;
}

h1 {
	margin-top:0;
}

#head {
	position:relative;
	background-image:url(/img/head.png);
	width:936px;
	height:231px;
	margin: 0 auto 0; 
}

#head a {
	outline: none;
}

#head a img {
	width:936px;
	height:40px;
}
#suchfeld {
	position:absolute;
	width:250px;
	height:25px;
	top:128px;
	left:55px;
}
#suchfeld .eingabe {
    width: 250px; 
    height: 25px; 
    border: 0; 
    padding: 0 5px 0 5px; 
    font-size:14pt;
}

#suchfeld_inhalt{
	width:260px;
	margin: 0 auto; 
}

#suchfeld_inhalt .eingabe {
    width: 250px; 
    height: 25px; 
    padding: 0 5px 0 5px; 
    font-size:14pt;
}


#content {
	position:relative;
	background-image:url(/img/wdh.png);
	width:856px;
	margin: 0 auto; 
	padding:40px;
	padding-top:1px;
}

p.falsche_einheit {
	font-size:1.4em;
}


#foot {
	background-image:url(/img/foot.png);
	width:936px;
	height:36px;
	margin: 0px auto; 
	margin-bottom:15px;
}
#footer {
	position:absolute;
	text-align:center;
	margin: 0px auto; 
	width:856px;
	bottom:0px;
}