html, body {
	background-color: #9C0204;
	background-image:url(../bilder/bg.gif);
	margin: 0px;
	padding: 0px;
	color: #FFFFE1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

table {
	color: #FFFFE1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}


h1 {
	color: #EEE8AA;
	font-size: 18px;
	font-weight: bold;
	}
	
h2 {
	color: #EEE8AA;
	font-size: 14px;
	font-weight: bold;
	}
	
hr {
	color: #EEE8AA;
	height: 1px;
	}
	
a	{
	color: #EEE8AA;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover	{
	color: #EEE8AA;
	font-weight: bold;
	text-decoration: overline;
	}

/* Beginn Layer und Hauptnavigation */

#navi {
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
	height:680px;
	z-index:1;
}
#kopf1 {
	position:absolute;
	left:220px;
	top:0px;
	width:184px;
	height:180px;
	z-index:2;
}
#kopf2 {
	position:absolute;
	left:404px;
	top:0px;
	width:262px;
	height:180px;
	z-index:3;
}
#kopf3 {
	position:absolute;
	left:666px;
	top:0px;
	width:239px;
	height:180px;
	z-index:4;
}
#inhalt {
	position:absolute;
	left:220px;
	top:180px;
	width:685px;
	height:500px;
	z-index:5;
}

/* Ende Layer und Hauptnavigation */

#content {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 620px;
	height: 420px;
	overflow: auto;
	overflow-y: scroll;
}

#contentzelle {
	padding: 10px;
}

.markierung {
	color: #EEE8AA;
	font-weight: bold;
	}
	
.fehler {
	color: #FF0000;
	font-weight: bold;
	padding: 3px;
	background-color: #EEE8AA;
	}
	
.imgrechts {
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
.abstandunten {
	padding-bottom: 15px;
}

.abstandvertikal {
	padding-bottom: 10px;
	padding-top: 10px;
}

.abstandtabelle {
	margin: 10px;
}

.galerie {
	padding: 7px;
}

.textfield1 {
	color: #000000;
	background-color: #EEE8AA;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.textfield2 {
	color: #000000;
	background-color: #EEE8AA;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 75px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.textarea {
	color: #000000;
	background-color: #EEE8AA;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 300px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
