body {
 width               : 100%;
 background-color    : #dadada; /*#ffcc00;*/
 color               : #707070;
 font-family         : Verdana, Tahoma;
}
/*#frame {
	position:absolute;
	height:560px;
	top:50%;
	margin-top:-275px;
	width:900px;
	left:50%;
	margin-left:-450px;
	border:1px solid red;
}*/
/* --- Kopfzeile ------------------------------------------------------------------------------- */
#head {
 position            : absolute;
 width               : 850px;
 left                : 50%;
 margin-left         : -450px;
 height              : 80px;
 top                 : 50%;
 margin-top          : -280px;
 background-image    : url(gfx/head3.png);
 background-repeat   : no-repeat;
 padding-top         : 38px;
 padding-right       : 10px;
 padding-left        : 40px;

}
/* --- Menu oben ------------------------------------------------------------------------------- */
#menutop {
 position            : absolute;
 width               : 600px;
 left                : 50%;
 margin-left         : -150px;
 height              : 20px;
 top                 : 50%;
 margin-top          : -220px;
 /*color               : #c8c8c8;*/
 z-index             : 100;

}

#menutop a {
 color               : #707070;
 text-decoration     : none;
 font-style          : normal;
 font-size           : 12pt;
}

#menutop a:hover {
	color            : #ffcc00;
}

#menutop a.here {
 color               : #ffcc00;
 text-decoration     : none;
}
/* --- Menu links ------------------------------------------------------------------------------ */
#menuleft {
 position            : absolute;
 width               : 860px;
 left                : 50%;
 margin-left         : -450px;
 height              : 400px;
 top                 : 50%;
 margin-top          : -200px;
 background-color    : white;
 background-image    : url(gfx/left3.png);
 background-position : left;
 background-repeat   : repeat-y;
 padding-top         : 40px;
 padding-left        : 40px;
}

#menuleft a {
 color               : #707070;
 text-decoration     : none;
 margin-top          : 10px;
 display             : block;
 font-style          : normal;
 font-size           : 12pt;
}

#menuleft a:hover {
	color            : #ffcc00;
}

#menuleft a.here {
 color               : #ffcc00;
 text-decoration     : none;
}
/* --- Inhaltsbereich -------------------------------------------------------------------------- */
#content {
 z-index             : 99;
 position            : absolute;
 width               : 560px;
 left                : 50%;
 margin-left         : -150px;
 height              : 400px;
 top                 : 50%;
 margin-top          : -200px;
 background-color    : white;
 padding-top         : 40px;
 text-align          : justify;
 color               : #707070;
 font-size           : 10pt;
 overflow            : hidden;
}

#content h1 {
 font-size           : 12pt;
 font-weight         : normal;
}
/* --- Fusszeile ------------------------------------------------------------------------------- */
#foot {
 position            : absolute;
 width               : 900px;
 left                : 50%;
 margin-left         : -450px;
 height              : 80px;
 top                 : 50%;
 margin-top          : 200px;
 background-image    : url(gfx/foot3.png); 
 background-repeat   : no-repeat;

}

#foot p {
  position           : relative;
  top                : 55px;
  left               : 300px;
  width              : 500px;
  font-size          : 8pt;
}