body {
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	background-color: #F5A60D;
	background-image: url(../images/hintergrund.jpg);
	background-repeat:repeat-y;
	line-height:18px;
    scrollbar-face-color: #E0E0E0;
    scrollbar-track-color: #797979;
    scrollbar-arrow-color: #660000;
    scrollbar-highlight-color: #BFBFBF;
    scrollbar-shadow-color: #BFBFBF;
    scrollbar-3dlight-color: #808080;
    scrollbar-darkshadow-color: #000000;
}
input {
	width:200px;
	border: solid 1px #660000;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 12px;
	height:16px;
	background-color:#FFFFFF;
	}
textarea {
	width:200px;
	border:solid 1px #660000;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 12px;
	height:80px;
	background-color:#FFFFFF;
	}
#container {
	background-image:url(../images/hintergrund_grafik.jpg);
	overflow: hidden;
	position:absolute;
    width:1009px;
	left:50%;
	margin-left:-515px; /* negative Haelfte von height: 950px */
    height:668px;
    top:50%;
    margin-top:-334px; /* negative Haelfte von width: 600px */
	}
#kopf {
	position:absolute;
	width:513px;
	top:0px;
	height:211px;
	left:499px;
	overflow:hidden;
	}
#navi {
	position:absolute;
	overflow:hidden;
	top:309px;
	left:0px;
	width:262px;
	height:308px;
	}
#inhalt {
	overflow: hidden;
	position:absolute;
    width:649px;
    height:384px;
    top:228px;
	left:296px;
	}
#scrollbereich {
	overflow: hidden;
	position:absolute;
    width:575px;
    height:340px;
    top:75px;
	left:75px;	
	}
.fliesstext {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	}
h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	}
h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
