* {
	margin: 0px;
	padding: 0px;
	}  



body {
	background-color: white;
	color: #000; 
	text-align: center;
	height:100%;
	letter-spacing: 0.02em;
	font: 14px/1.5em Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

#main {
	width: 801px;
	height: auto;
 	margin: 0px auto 0px;
	text-align: left;
	}

#kopf {
	background: url(bilder/head.gif) no-repeat left top;
	display: block;
	width: 801px;
	height: 213px;
}

#fuss {
	background: url(bilder/fuss.gif) no-repeat left top;
	display: block;
	width: 798px;
	height: 44px;
}

h1 { 
	margin-top: 10px;
	display: block;
	margin-left: 15px;
	margin-bottom: 40px;
	letter-spacing: 0.02em;
	font: 14px/1.5em Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;

}

h2 { 
	margin-top: 40px;
	display: block;
	margin-left: 15px;
	letter-spacing: 0.02em;
	font: 14px/1.5em Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;

}

p { 
	margin-top: 10px;
	margin-left: 15px;
}

a:link, a:visited { 
	text-decoration: underline;
	border-style: none;
	color: #000;
}

a:hover, a:active { 
	text-decoration: none;
	border-style: none;
	color: #000;
}

.impressum { 
	margin-left: 30px;
	text-transform: uppercase;
	font-size: 10px;
	position: relative;
	top: 3px;
}

img.vero {
	margin-left: 15px;
	margin-right: 7px;
	margin-bottom: 20px;
}

.trennlinie {
	width: 770px;
	height: 5px;
	display: block;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	margin-left: 15px;
	margin-bottom: 20px;
}

.grau {
	color: silver;
}




