body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 82%;
	background-color: white;
	color: black;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#designborder {
	border: 1px solid gray;
	margin: 1em 1em 1em 1em;
	padding: 7em 0 1em 0;
}
#headernav {
	font-size: 92%;
	color: white;
	margin: 0.2em 0.2em 0.2em 0.2em;
	padding: 0.2em 0.2em 0.2em 0.2em;
	text-align: right;
	position: absolute;
	right: 5em;
	top: 0.3em;
}
#headernav a {
	margin: 0.2em 0.2em 0.2em 0.5em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #E1A408;
	text-decoration: none;
	color: white;
}
#headernav a:link, #headernav a:visited {
}
#headernav a:hover, #headernav a:active {
	background-color: gray;
	color: white;
}
#headertext {
	font-size: 120%;
	margin: 0.3em 0em 0.5em 1.4em;
	color: gray;
	position: absolute;
	top: 2em;
	left: 1.5em;
}
#headertitlebox {
	margin: 0.3em 0.5em 0.5em 0.5em;
	position: absolute;
	font-size: 100%;
	top: 3.5em;
	left: 1.5em;
}
#headertitle {
	font-size: 230%;
	margin: 0.5em 0em 0.3em 1em;
	padding-right: 1em;
	width: 10em;
	position: absolute;
	top: 0;
	left: 0;
}
#headertitleshadow {
	font-size: 230%;
	margin: 0.5em 0em 0.3em 1em;
	padding: 2px 0 0 2px;
	color: #E1A408;
	width: 10em;
	position: absolute;
	top: 0;
	left: 0;
}
#headerimg {
	position: absolute;
	right: 5em;
	top: 2.5em;
	z-index: 1;
}
#headerimgfloatbox {
	float: right;
	height: 115px;
	width: 230px;
}
.leftbox {
	clear: left;
	float: left;
	width: 12.5em;
	margin: 1em 1em 1em 1em;
	padding: 1em 1.5em 1em 1em;
	border: 1px solid #E0E0E0;
}
#boxnav {
	margin: 0.1em 0.1em 0.1em 0.1em;
	width: 100%;
}
#boxnav p {
	margin: 0.3em 0 0.3em 0;
	padding: 0.2em 0.2em 0.2em 0.2em;
	font-weight: bold;
}
#boxnav a {
	display: block;
	width: 11.9em;
	padding: 0.2em 0.2em 0.2em 0.4em;
	background-color: #F0F0F0;
	text-decoration: none;
	color: black;
}
#boxnav a:link, #boxnav a:visited {
}
#boxnav a:hover, #boxnav a:active {
	background-color: #E1A408;
	color: white;
}
.content {
	padding: 1.4em 5em 1em 17em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	z-index: 2;
	min-height: 26em;
}
.content h1 {
	font-size: 160%;
}
.content h2 {
	font-size: 140%;
}
.content h3 {
	font-size: 120%;
}
.content a:link {
	text-decoration: none;
	color: blue;
}
.content a:visited {
	text-decoration: none;
	color: navy;
}
.content a:hover, .subnavlinks a:active {
	text-decoration: underline;
	color: red;
}
#pageprevnext {
	height: 3em;
}
#pageprev {
	position: absolute;
	left: 18em;
}
#pagenext {
	position: absolute;
	right: 6em;
}
.subnav {
	width: 98%;
	background-color: #F9F9F9;
	padding: 1em 1em 0.5em 1em;
}
.subnavtitle {
	font-weight: bold;
}
.subnavlinks ol {
	list-style-type: lower-roman;
}
.subnavlinks a:link {
	text-decoration: none;
	color: blue;
}
.subnavlinks a:visited {
	text-decoration: none;
	color: navy;
}
.subnavlinks a:hover, .subnavlinks a:active {
	text-decoration: underline;
	color: red;
}
#footer {
	clear: both;
	padding: 1em 1em 1em 1em;
	text-align: center;
	color: gray;
}
#footer a {
	color: gray;
}
.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* folgende Option fuer den IE7 */
.content {
	padding-left: expression("1em");
}
/* folgende Option fuer den IE6, um IE7-Fix auszuhebeln */
* html .content {
	padding-left: 17em;
}
/* folgende Option fuer den IE6/7 */
.leftboxiefix {
	margin-top: expression("-6em");
}
/* folgende Optionen fuer den IE6 */
* html .leftboxiefix {
	width: expression("14.8em");
}
* html .leftboxiefix iframe {
	width: expression("12.2em");
}
