/* Grunddefinitionen */

* {
	margin:0;
	padding:0;
}
body, html	{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
}
body	{
	background-color:#f1f1f1;
	text-align:center; /* nur für den Internet Explorer */
	overflow:auto;
}
p, h1, h2, h3, h4, h5, h6	{
	font-size:11px;
	font-weight:normal;
}
a 	{
	font-family:Aial, Helvetica, sans-serif;
	color:#0a4ea2;
	text-decoration:none;
}
a:hover, a:aktive	{
	color:#999999;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-275px; /* die Hälfte der Höhe der Box "zentrieren" */
	float:left;
}

/* Centerbox 624 x 530, zentriert */

#zentrieren	{
	position:relative;
	clear:left;
	margin:0 auto;
	width:624px;
	height:530px;
}
/* Contentbereich  528 x 528 */

#content	{
	float:left;
	width:488px;
	height:508px;
	margin:0;
	padding:20px 20px 0 20px;
	overflow:hidden;
	border:1px solid #0a4ea2;
	background-color:#fff;
	text-align:left;
}
#textbereich	{
	width:488px;
	height:426px;
	overflow:hidden;
}
#textbereich img	{
	float:left;
	margin:0 14px 20px 0;
	border:1px solid #0a4ea2;
}
.kontakt	{
	background-image:url(/images/layout/anfahrt.jpg);
	background-repeat:no-repeat;
	background-position:0 110px;
}
#footer	{
	width:488px;
	height:42px;
}

/* Hauptmenuebereich links 90 x 539 */

#hauptmenue	{
	float:left;
	width:90px;
	height:530px;
	overflow:hidden;
}

/* Untermenuebereich oben 180 x 375 */

#untermenue	{
	width:528px;
	height:40px;
	overflow:hidden;
}
