* {
margin:0;
padding:0;
}
html, body {
height:100%;
}
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:100.01%;
color: #666;
background-color: #FFFFFF;
height:98.5%;
}

#wrapper{
width:47em;
min-height:25em;
margin:auto;
margin-top:10px;
background-color:#FFF;
border:1px solid #666;
}

#head{
width:100%;
height:10em;
background-color:#FFFFFF;
background-image:url(../bilder/strasse_schild.jpg);
background-position:top;
background-repeat:no-repeat;
}
#inhalt{
width:95%;
padding-left:10px;
}
h1{
font-size:130%;
font-weight:bold;
}
h2{
font-weight:bold;
font-size:100%;
line-height:200%;
}
h3{
font-size:110%;
font-weight:bold;
}
a{
	color: #F60;
	text-decoration:underline;
}
a:visited{
	color:#999;
	text-decoration:underline;
}
a:active{
	color: #6C6;
	text-decoration:underline;
}

.unterstrichen{
text-decoration:underline;
}
#footer{
height:1em;
}