@charset "utf-8";
/* CSS Document */


*{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
}
html,body{min-width:100%;height:100%;}
body{background:url(../images/html-back.jpg) no-repeat center top;font:10px Verdana, Geneva, sans-serif, serif;color:#4d4d4d;}

.clear{clear:both;line-height:0.0001em;font-size:0.0001em;}

.wrapper{font-size:10px;text-align:justify;align:center;width:920px;margin:auto;}
.wrapper h2{font-weight:bold;font-size:10px;text-align:center;margin:auto;}
nav{width:920px;height:240px;position:relative;}


nav ul{
	list-style: none;
	position: absolute;
	top: 10px;
	left: 17px;
	height: 18px;
	width: 900px;
}
nav ul li{float:left;}
nav ul li a{color:#000;text-decoration:none;padding:25px;font:18px Verdana, Geneva, sans-serif, sans-serif;text-align:center;min-width:70px;}

a.red { color:#aa3344; }


#main h2{font-weight:bold;color:#aa3344;font:14px Verdana, Geneva, sans-serif, sans-serif;margin-bottom:10px;}
#main h2 span{font-weight:bold;color:#3e332a;}
#main p{line-height:150%;margin-bottom:20px;}

#main .toptext{
	text-align:justify;width:935px;font-size:12px;color:#262626}

#main .besucher{
	text-align:center;
}
#list{
	text-align:justify;width:935px;font-size:12px;color:#262626;margin:20px;
}



footer{width:100%;height:px;background:url(../images/footer.jpg) bottom center repeat-x;height:100px;padding-top:40px;font:10px Verdana, Geneva, sans-serif;color:#d8d8d8;}

footer h4{font:10px Verdana, Geneva, sans-serif;color:#d8d8d8;margin-bottom:20px;}
footer .col{width:435px;float:left;}
footer .col ul{width:145px;float:left;list-style:none;}
footer .col ul li{margin-bottom:1px;}
footer .col ul li::before{
  content: "» ";
  display: inline;
}

footer .col ul li a{color:#d8d8d8;text-decoration:none;}
footer .col ul li a:hover{text-decoration:underline;}



footer address{font-style:normal;width:250px;float:left;}
