body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
	z-index : 1;
	margin : 0px 50px 10px 50px;
}
#bodycenter {
	width : 100%;
	height : 100%;
	position : absolute;
	text-align : center;
}
input,textarea,select {
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px solid darkgray;
	background : #FFFFFF;
}
table {
	font-size: 11px;
}
th {
	background-color: #CC0000;
	color: White;
}
.fettweiss {
	background-color: #CC0000;
	color: White;
}
.fettrot a{
	color: #CC0000;
}
hr {
	color : #808080;
	z-index : 2;
	width : 100%;
	height : 1px;
}
a           {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #16498E;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	color: #CC0000;
	font-size: 20px;
	font-weight : bold;
}
h2 {
	color: #000000;
	font-size: 11px;
	font-weight : bold;
}
.error {
	background-color : Red;
	font : bold larger;
}

#kopfzeile{
	position : absolute;
	z-index : 1;
	background : White;
	top: 0px;
	left : 100px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
}
#banner {
	position : absolute;
	top : 60px;
	left : 258px;
	z-index : 2;
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
}
#seite {
	background: White;
	position : absolute;
	left : 257px;
	top: 190px;
	z-index : 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width : 453px;
	padding : 20px 10px 10px 20px;
	bottom : 30px;
	margin-bottom : 50px;
}
#teaser {
	position: absolute;
	left: 710px;
	top: 220px;
	width: 150px;
	height : 60%;
	font-size: 11px;
	color : #D6D6D6;
	float : left;
}
#teaser2 {
	position: absolute;
	left: 710px;
	top: 380px;
	width: 150px;
	height : 60%;
	font-size: 11px;
	color : #D6D6D6;
	float : left;
}
#fusszeile{
	text-align : right;
	position : absolute;
	z-index : 2;
	left : 100px;
	width : 657px;
	height : 50px;
	bottom : 10px;
}
#menu {
	position : absolute;
	z-index : 2;
	font-size : 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
	left : 100px;
	top : 186px;
	width : 158px;
	height: 72%;
	bottom : 30px;
	float : left;
	/*overflow : auto;
*/
	display : block;
	color: #D6D6D6;
	background-color : #EBEBEB;
	padding-left : 6px;
	border-bottom: 1px solid gray;
}
#menu a{
	color: #7B7B7B;
}
#searchform {
	position: absolute;
	z-index: 1;
	top: -60px;
}
