body {
	background: #b9aa82;
	color: #003255;
	font-family: arial;
	font-size: 10pt;
	margin: 0 auto;
	}

a {
	font-family: arial;
	font-weight: bold;
	color: #b9aa82;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wrap {
	background: #ffffff;
	width: 800px;
	}

#header {
	background-color: #ffffff;
	height: 200px;
	}

#nav {
	background-color: #be960a;
	padding: 2px;
	}

#main {
	background: #ffffff url(../pics/backmain.gif);
	background-repeat: repeat-y;
	width: 580px;
	text-align: left;
	padding: 10px 10px 5px 210px;
	min-height: 450px; /* moz/FF/Opera */
	_height: 450px; /* IE-win */
	}

#wit {
	background-color: #ffffff;
	height: 5px;
	}

#footer {
	background-color: #003255;
	padding: 5px 10px 5px 10px;
	text-align: right;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	}

#footer a {
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer a:visited {
	color: #ffffff;
	font-weigth: bold;
	font-decoration: none;
	}

.links {
	text-align: left;
	}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	}

h1 {
	color: #b9aa82;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
	}

ul {	
	margin-top: 5px;
	}

#rechts250 {
	background-color: transparent;
	position: relative;
	padding: 0px 0px 0px 15px;
	float: right;
	width: 250px;
	height: auto;
}

#rechts300 {
	background-color: transparent;
	position: relative;
	padding: 0px 0px 0px 15px;
	float: right;
	width: 300px;
	height: auto;
}

#rechts325 {
	background-color: transparent;
	position: relative;
	padding: 0px 0px 0px 15px;
	float: right;
	width: 325px;
	height: auto;
}


.klein {
	font-size: 7pt;
	}

sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	}

sub {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
	}