body {
	color: #666666;
	font-size: 100.01%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

/*div Seitenformatierung fuer Home */
div#logo {
	width: 245px;
	position: absolute;
	height: 114px;
	left: 10px;
	top: 30px;
}
div#navigation_u {
	width: 245px;
	position: absolute;
	height: 76px;
	font-size: 0.8em;
	top: 130px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	left: 10px;
}  
div#navigation_h {
	width: 245px;
	position: absolute;
	height: 110px;
	top: 220px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	left: 10px;
}
div#left {
	position: absolute;
	top: 30px;
	width: 216px;
	left: 255px;
	font-size: 0.8em;
	line-height: 1.4em;
}
div#right {
	width: 216px;
	position: absolute;
	left: 516px;
	top: 30px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
div#content {
	width: 216px;
	position: absolute;
	left: 777px;
	top: 30px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.4em;
} 
div#footer {
	position: absolute;
	width: 215px;
	left: 10px;
	font-size: 0.7em;
	color: #666666;
	bottom: 10px;
}

/*Textformatierung unternavigation */
#navigation_u  ul {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}
#navigation_u  li  {
	list-style: none;
	margin: 0;
	padding-top: 0.3em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#navigation_u  a {
	text-decoration: none;
	color: #666666;
	display: block;
}			
#navigation_u a:link {
	text-decoration: none;
}
#navigation_u a:hover {
	color: #006600;
}
#navigation_u a:active {
	color: #006600;
}
#navigation_u a:visited {
	text-decoration: none;
}

/*Ueberschriften und Bildabstand Formatierung fuer alle Bereiche gleich */
h1 {
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-top: 1em;
}
h2 {
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
h3 {
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.imgDIVtopLeft {
	padding-bottom: 30px;
}
.imgDIVtopCenter {
	padding-bottom: 15px;
}
.imagelistimg {
	padding-bottom: 30px;
}


