/* CSS Document */

body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

#kopf {
	position:absolute;
	top:10px;
	width:976px;
	height:122px;
	background-image: url(img/drb_titel.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #640000;
	z-index:2;
}
#kopf[id] {
	position:fixed;
}
#grenzeoben {
	position:absolute;
	top:0px;
	width:800px;
	height:150px;
	background-color:#FFFFFF;
	z-index:1;
}
#grenzeoben[id] {
	position:fixed;
}
#waage{
	position:absolute;
	top:20px;
	margin-left:38px;
	width:138px;
	height:216px;
	z-index:3;
	border: 1px none #000000;
}
#waage[id] {
	position: fixed;
}

#navi {
	position:absolute;
	top:250px;
	font-size:10pt;
	color:#640000;
	z-index:4;
}
#navi[id] {
	position: fixed;
}

#hintergrund{
	position:absolute;
	top:200px;
	margin-left:578px;
	width:400px;
	height:540px;
	z-index:-1; /*IE6 macht sonst Probleme*/
	border: 1px none #000000;
}
#hintergrund[id]{
	position:fixed;
	z-index:0;
}

#metanavi{
	position:absolute;
	top:144px;
	margin-left:850px;
	width:120px;
	height:18px;
	padding:0 0 0 1em;
	background-color:#FFFFFF;
	z-index:5;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	border: 1px none #000000;
}
#metanavi[id] {
	position: fixed;
}

#navi {
	position:absolute;
	top:250px;
	font-size:0.9em;
	color:#640000;
	z-index:4;
}
#navi[id]{
	position: fixed;
}
	
#seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 990px;
	height: 722px;
	padding: 0em;
}

#inhalt {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 976px;
	height: 322px;
	z-index:1;
	padding: 0em;
	border: solid 0px;
	border-color:#00FF00;
}

#hauptbereich {
	position:absolute;
	top:130px;
	width:976px;
	height:578px;
	margin-top:20px;
	border-left:1px solid #640000;
	border-top:1px solid #640000;
}
#hauptbereich[id] {
	position: fixed;
}

#fliesstext{
	text-align:left;
	margin-top:180px;
	margin-left:190px;
	width:530px;
	padding: 0;
	border: 1px none #000000;
	font-size:0.8em;
	line-height: 2em;
	z-index:1;
}
#fliesstext[id] {
	position: absolute;
}

.standard {
	display: none;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #770000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #770000;
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
	}

.titel {
	font-weight: bold;
	font-size:1em;
	color: #000000;
}

.navipunkt{
	width:113px;
	height:18px;
	margin-top:16px;
	background-color:#FFFFFF;
	font-size:0.9em;
	font-weight: bold;
	color: #000000;
}

input.field {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color:#D3D3D3;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

textarea.field {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color:#D3D3D3;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

fieldset {
	width:400px;
	border: 1px solid #640000;
	padding: 5px;
}

.druck_kopffuss{
	display:none;
}
