@charset "iso-8859-1";
/* CSS Document */
.rand01 {border-color: #333333;}
.Stil1 {font-weight: bold}
.Stil13 {font-size: 10px}
.Stil8 {color: #FF6600}

a:link {color: #333333;}
a:visited {color: #333333;}
a:hover {color: #DB4028;}
a:active {color: #333333;}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F6F6F6;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:#DB4028;
	scrollbar-track-color:#F6F6F6;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {font-size: 14px; font-weight: bold; color: #DB4028; margin-top:0px; }
h2 {font-size: 14px; font-weight: bold;}
h3 {color: #DB4028;	font-weight: bold;}
.color1 {color: #DB4028}


#header{
	width: 850px;
	height: 130px;
	background-image:url(../images/bg_header2017.png);
	background-repeat:no-repeat;
	border: 1px solid #333333;
	z-index: 45;
}
	
#inhalt {
  	width:850px; 
	height: 410px;
	background-color:#ffffff;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	z-index: 20;
}

#text {
	position:absolute;
	width:680px;
	height: 401px;
	left:150px;
	top: 0px;
	padding-left:5px;
	padding-right:10px;
	overflow:auto;
	z-index: 40;
}

#image {
	position:absolute;
  	width:140px; 
	height: 403px;
	text-align:center;
	padding-top:5px;
	left:5px;
	top: 0px;
	border-right: 1px solid #DB4028;
	z-index: 40;
}

#footer {
	text-align:center;
	width:850px; 
	height: 15px;
	border: 1px solid #333333;
	background-color:#cccccc;
	z-index: 49;
}
