@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
background-color:#575755;
background-position:top;
}
.bg0{background-image: url(../img/back.jpg);}
.bg1{background-image: url(../img/back-1.jpg);}
.bg2{background-image: url(../img/back-2.jpg);}
.bg3{background-image: url(../img/back-3.jpg);}
.bg4{background-color:#FFF;}

html {height: 100%; margin-bottom: 1px; }

#wrap { 
   width: 890px;
   margin:0 auto;
   text-align: left;
}
#index { 
   width: 890px;
   margin:0 auto;
   text-align: center;
   margin-top: 200px;
}
#header {
	float: left;
	width: 890px;
	height: 140px;
	text-align: right;
	background-image: url(../img/claus-schriftzug.gif);
}
#headernavi {
	float: left;
	width: 890px;
	height: 26px;
	text-align: center;
	
}
#foto {
	float: left;
	width: 890px;
	height: 140px;
	text-align: center;
	margin-top: 30px;
}
#punktenavi {
	float: left;
	width: 890px;
	height: 22px;
	text-align: center;
	margin-top: 20px;
}
#content {
	float: left;
	width: 890px;
	height: 530px;
	text-align: left;
	
}

#footer{
	float: left;
	width: 890px;
	height: 75px;
	margin:1px 0 0 0;
	text-align: right;
	background-color: #fff;
}

ul, li, h1, p {margin:0;padding:0; list-style-type:none;}  

h1 {
color: #000; 
margin-left: 50px;
margin-right: 50px;
margin-top: 20px;
margin-bottom: 10px;
font-size: 18px;
}
h2 {
color: #000; 
margin-left: 50px;
margin-right:50px;
margin-top: 5px;
font-size: 14px;
font-weight:bold;
}

p {
margin-left: 50px;
margin-right: 50px;
margin-top: 10px;
text-indent: 0px;
font-size: 12px;
line-height:14pt;
color: #000;
}

a {font-weight:bold; text-decoration:none;}
a:link {color: #512396;}
a:visited {color: #512396;}
a:hover {color: #6b74b6;text-decoration:underline;}
a:active {}
a img {border: none}

#content table {margin-left: 50px; font-size: 12px;}
#footer table {margin-left: 20px; margin-right: 20px; text-align: center; font-size: 10px;}
.table-pics {float:left; margin-left: 20px; margin-right: 20px; margin-top:10px; font-size: 12px;}

.bu {font-family: Verdana; font-size:10px; line-height:12px; font-weight:bold;}
#wrap #footer table tr td a {
	font-size: 10px;
	font-weight: bold;
}


