body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	text-align: left;
	position: absolute;
	width: 600px;
	left: 200px;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a: {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

#container {
	position:absolute;
	width:1006px;
	height:660px;
	text-align: left;
}

#logo {
	position:absolute;
	left:13px;
	top:300px;
	width:652px;
	height:119px;
}

#navi {
	position:absolute;
	left:83px;
	top:240px;
	width:913px;
	height:5px;
	background-color: #45A12A;
	padding-top: 3px;
	z-index: 15;
}
#blatt {
	position:absolute;
	left:0px;
	top:33px;
	width:298px;
	height:333px;
	background-color: #E2EDD7;
}

#haupttext {
	position:absolute;
	left:300px;
	top:35px;
	width:572px;
	height:371px;
	background-color: #E2EDD7;
	font-size: 10pt;
	color: #0000cc;
	padding: 20px;
}
#haupttext_o {
	position:absolute;
	left:385px;
	width:572px;
	height:198px;
	background-color: #E2EDD7;
	font-size: 12px;
	color: #0000cc;
	text-align: left;
	vertical-align: bottom;
	overflow: visible;
	visibility: inherit;
	z-index: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
