body {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color:#1B2B3B;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-family: "Palatino Linotype", "Palatino", Georgia, "Times New Roman", Times, serif;
/*	font-family:Arial, Helvetica, sans-serif;
	font-family:"Courier New", Courier, monospace;*/
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	vertical-align:middle;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 8px;
	color: white;
	background-color: #495562;
	padding-left: 6px;
	
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;

	/*border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;*/
}

h2 {
	font-family: "Palatino Linotype", "Palatino", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-top: 0px;
	padding-left: 6px;
	margin-top:0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #495562;
	color: white;
	margin-bottom:20px;

	/*border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;*/

	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: white;
	font-style: normal;
	line-height: normal;
	border-bottom: 1px solid #495562;
}

img {
	border: 0px;
}

a:hover {
	background-color: #495562; 
	border-bottom: 1px solid #495562;
}

/* 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: 10px;
	width: 778px;
	left: 20px;
	top: 140px;
	margin-top:15px;
	border-top: 1px solid #495562;
	border-left: 1px solid #495562;

	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

.middlebox2 {
	position: absolute;
	visibility: inherit;
	height: 10px;
	width: 184px;
	left: 798px;
	top: 140px;
	margin-top:15px;
	border-top: 1px dashed #495562;
}

/* Inhaltsbox (ohne Inhalt selbst) */
.mainbgbox {
	position: absolute;
	background-repeat: repeat-y;
	height: 447px;
	width: 747px;
	left: 235px;
	top: 160px;
	visibility: visible;
}

.content {
	margin-left: 20px;
	margin-top: 23px;
	margin-right: 150px;
	font-size: 10pt;
	font-size:11px;
	font-style: normal;
	line-height: normal;
	/*font-weight: bold;*/
	font-variant: normal;
	letter-spacing: normal;
	color: #FFFFFF;	
}

.gblock {
	margin-right: 50px;
	width: 100%;
	text-align: center;
}

/* Hauptmenue */
.menue {
	position:absolute;
	visibility: visible;
	left:20px;
	top:165px; 
	height: 448px;
	font-size:11px;
	/*text-transform:capitalize;
	font-variant:small-caps;*/
}

/* 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;
}

.menue div {
	margin-top:12px;
}
a.b, .menue a, .menue a:visited, .menue a:active, .menue a:hover {
	color:#FFFFFF;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #495562;
	text-decoration:none;
	border-bottom: 1px solid #495562;

	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.menue a:hover {
	background-color: #495562;
	padding-left: 4px;
}

a.o, a.o:visited, a.o:active, a.o:hover {
	border-left:none;
	padding-left:1px;
	border-bottom: none;
	padding-left: 4px;
	background-color: white;
	color: #495562;
}

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:370px;
	height:35px;
	width: 35px;
	z-index:1;
	text-decoration:none;
	
	border: 1px solid #495562;

	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;

	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
a.pfeilprev, a.pfeilprev:visited, a.pfeilprev:active, a.pfeilprev:hover {
	left: -50px;
}

a.pfeilnext:hover span, a.pfeilprev:hover span {
	/*background-color: #495562;
	background-color:none;*/
}
a.pfeilnext span, a.pfeilprev span {
	font-size: 45px;
	height:35px;
	font-weight:bold;
	position:relative;
	top: -13px;
	left: 5px;
}

.footer {
	position: absolute;
	visibility: visible;
	height: 10px;
	width: 962px;
	left: 20px;
	top: 640px;

	border-right: 1px solid #495562;
	border-bottom: 1px solid #495562;
	
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.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;
}