body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #d9d8d8;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #616161;
	margin-bottom: 27px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 999999;
}


a:link, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: 999999;
	font-style: normal;
	line-height: normal;
}

img {
	border: 0px;
}

a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #666666;
}

/* Headergrafik mit Ueberschrift und Schatten */
.topbox {
	position: absolute;
	visibility: visible;
	height: 162px;
	width: 962px;
	left: 20px;
	top: 20px;
}

/* Schatten-Bereich zwischen Header und Content */
.middlebox {
	position: absolute;
	visibility: inherit;
	height: 25px;
	width: 778px;
	left: 20px;
	top: 182px;
}

.middlebox2 {
	position: absolute;
	visibility: inherit;
	height: 25px;
	width: 184px;
	left: 798px;
	top: 182px;
}

/* Inhaltsbox (ohne Inhalt selbst) */
.mainbgbox {
	position: absolute;
	background-image:url(../images/Content_Bg.gif);
	background-repeat: repeat-y;
	height: 460px;
	width: 747px;
	left: 235px;
	top: 207px;
	visibility: visible;
}

.content {
	margin-left: 30px;
	margin-top: 23px;
	margin-right: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	/*font-weight: bold;*/
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #999999;	
}

.gblock {
	margin-right: 50px;
	width: 100%;
	text-align: center;
}

/* Hauptmenue */
.menue {
	position:absolute;
	visibility: visible;
	/*background-color: #f5f5f5;*/
	background-color: white;
	left:20px;
	top:206px; 
	height: 448px;
}

.menufooter {
	border-top: 1px solid #999999;
}

/* Aufklappbares Untermenue */
.menusub, .menusubopen {
	position: absolute;
	visibility: hidden;
	/*height: 100px;
	width: 215px;
	left: 234px;
	top: 439px;*/
	z-index: 999;
	border-bottom: 1px solid #999999;
}
.menusubopen {
	visibility:visible;
}


a.pfeilnext, a.pfeilprev, a.pfeilnext:visited, a.pfeilprev:visited, a.pfeilnext:active, a.pfeilprev:active, a.pfeilnext:hover, a.pfeilprev:hover {
	font-size: 20px;
	position:absolute;
	left:660px;
	top:385px;
	height:35px;
	width: 35px;
	z-index:1;
	text-decoration:none;
}
a.pfeilprev, a.pfeilprev:visited, a.pfeilprev:active, a.pfeilprev:hover {
	left: -4px;
}
a.pfeilnext:hover span, a.pfeilprev:hover span {
	color: #000000;
}
a.pfeilnext span, a.pfeilprev span {
	color: #999999;
	font-size: 45px;
	height:35px;
	font-weight:bold;
	position:relative;
	top: -13px;
	left: 5px;
}

.footer {
	position: absolute;
	visibility: visible;
	height: 5px;
	width: 962px;
	left: 20px;
	top: 650px;
	background-image: url(../images/Footer.gif);
	background-repeat: no-repeat;
}

.imgright {
	float: right;
	margin-left: 10px;
}
.imgleft {
	float: left;
	margin-right: 10px;
}
.imgcenter {
	text-align:center;
}

.highlight {
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
}