

body {
	background-color: #333333;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #af0427;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
}

h1 {
	font-size: 18px;
}

h2 {
	color: #FF6600;
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	color: #FF6600;
	font-size: 12px;
}

p, li, dd {
	font-size: 12px;
	line-height:14pt;
	margin-left: 0em;
	margin-top:0,2em;
	padding:0em
}

li {
	margin-left: 0.6em;
	list-style-position: outside;
	list-style-image: url(bild/liste.gif);
	padding:0.0em
}


small {
	font-size: 10px;
	line-height:10pt
}



img {
	border: none;
}

sub {
	font-size: 10px;
	line-height:9pt;
}


a {
	text-decoration: none;
}

a:link {
	color: #690606;
}

a:visited {
	color: #690606;
}

a:hover, a:active, a:focus {
	background: none;
	text-decoration: underline;
}

a.navigation:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e9b400;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}

a.navigation:visited {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e9b400;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}

a.navigation:hover, a.navigation:active, a.navigation:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

a.current:link, a.current:visited {
	color: #e9b400;
	text-decoration: none;
}

p.navigation {
	font-size: 14px;
	line-height:18pt
	margin-top: 20px;
	margin-left: 10px;
}

.small {
	font-size: 10px;
}

.smaller {
	font-size: 7px;
}


.floatright {
	float: right;
	margin: 0.6em 0.0em 0.6em 1.2em;
}

.floatleft {
	float: left;
	margin: 0.6em 1.2em 0.6em 0.0em;
}


.bold {
	font-weight: bold;
}

.weiss {
	color: #FFFFFF;
}

.high {
	color: #af0427;
	font-style: italic;
}

.zusatz {
	font-style: italic;
	color: #333333;
}

.nav {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
}

.nav2 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.space {
	font-size: 12px;
	color: #af0427;
	font-weight: bold;
}

#header {
	position: fixed;
	background-color: #af0427;
	background-image: url(bild/hg.gif);
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
}

#content {
	position: fixed;
	background-color: #af0427;
	z-index: 2;
	top: 0px;
	left: 200px;
	width: 600px;
	height: 100px;
}

#content2 {
	position: absolute;
	background-color: #ffffff;
	z-index: 1;
	top: 100px;
	left: 200px;
	width: 560px;
	padding: 10px;
	padding-left: 30px;
}

#home1 {
	position: fixed;
	background-color: #af0427;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100%;
	padding: 0px;
	margin-top: 0em;
}

#home2 {
	position: absolute;
	background-color: #af0427;
	z-index: 2;
	top: 0px;
	left: 100px;
	width: 270px;
	height: 100%;
	padding: 0px;
}

#home3 {
	position: absolute;
	background-color: #e9b400;
	z-index: 1;
	top: 0px;
	left: 370px;
	width: 400px;
	height: 100%;
	padding: 10px;
	padding-left: 30px;
}