
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}
		
body{
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#000;
	margin: 0px;
	padding:0px;
	text-align:center; /* horizontale zentrierung fuer IE Win quirks */
	background: url(bilder/hg-pattern.jpg);
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-340px; /* haelfte der containerhoehe */
		float:left;
		}

h1{
	font-size:13px;
	color:#000;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
}

a {
	text-decoration:none;
	font-weight: normal;
	color: #000;
}

a:hover {
	text-decoration:none;
	color: #666;
}

img {
	border: none;
}

ul {
	list-style: none;
}

li, p, td {
	padding-bottom: 7px;
}

#seite{
	width:520px;
	margin: 0px auto;
	position:relative; /* wichtig!  */
	text-align:left;
	height:680px;
	padding: 30px 0px 0px 0px;
	clear:left;
	background: url(bilder/hg.jpg) no-repeat;
}

#inhalt{
	width:460px;
	margin: 0px 0px 0px 9px;
	height:680px;
}

#adresse{
	height: 143px;
	margin: 0px 0px 30px 60px;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 24px;
}

#navi{
	width:510px;
	margin: 0px;
	height:40px;
	font-size: 13px;
	text-align: center;
}

#navi ul {
	padding-left: 15px;
}

#navi ul li {
	float: left;
	padding-left: 15px;
	padding-right: 8px;
	background: url(bilder/quadrat-blau.gif) no-repeat 0px 4px;
}

#navi a:hover {
background: url(bilder/quadrat-grau.gif) no-repeat 0px 3px;
}

#navi .aktiv {
background: url(bilder/quadrat-grau.gif) no-repeat 0px 3px;
color: #666;
}

#text{
	height: 280px;
	margin: 0px 0px 0px 60px;
	font-size: 12px;
	line-height: 18px;
}

#fuss{
	font-size: 10px;
}

.aktiv {
	color: #666;
}
