body {
	background-color: #f9e093;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	font: 12px verdana;
}
#bg2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 450px;
	background-image: url(img/bg2.gif);
	background-repeat: repeat-x;
	z-index: 100;
}
#bg3 {
	position: absolute;
	left: 214px;
	top: 150px;
	width: 76px;
	height: 300px;
	background-image: url(img/bg3.gif);
	background-repeat: no-repeat;
	z-index: 300;
}




a {
	color: #ac480c;
}
a:hover {
	color: #CD541E;
}
input, textarea {
	font: 12px verdana;
}
em {
	color: #ac480c;
	font-style: normal;
}
fieldset {
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #FAE6A9;
}
fieldset legend {
	font-size: 10px;
	font-weight: bold;
	color: #ac480c;
	padding: 0px 5px;
}
.small {
	font-size: 80%;
	font-family: tahoma;
}
.grey {
	color: #7c7049;
}
.fett {
	font-weight: bold;
}


#logo {
	position: absolute;
	left: 40px;
	top: 0px;
	z-index: 300;
}
#kopfzeile {
	position: absolute;
	left: 42px;
	top: 109px;
	font-size: 10px;
	color: white;
	z-index: 400;
}
#kopfzeile a {
	color: white;
	text-decoration: none;
}
#kopfzeile a:hover {
	text-decoration: underline;
}



#inhalt {
	width: 630px;
	padding: 20px 0px 20px 20px;
	position: absolute;
	top: 162px;
	left: 279px;
	z-index: 1000;
	line-height: 130%;
}
#inhalt h1 {
	font-size: 18px;
	color: #ac480c;
	margin: 0px 0px 0.5em 0px;
}
#inhalt h2 {
	font-size: 12px;
	margin: 1em 0px 0.5em 0px;
}
#inhalt p {
	margin: 0.5em 0px 0.5em 0px;
}


#inhalt .eingabemaske {
	border-collapse: collapse;
}
#inhalt .eingabemaske input.text {
	height: 17px;
	margin: 0px;
	padding-top: 2px;
}
#inhalt .eingabemaske input.password {
	width: 150px;
}
#inhalt .eingabemaske textarea {
	height: 100px;
	width: 398px;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}
#inhalt .eingabemaske select {
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
}
#inhalt .eingabemaske select.multiple {
	height: auto;
}
#inhalt .eingabemaske th, #inhalt .eingabemaske td {
	padding: 2px 0px;
}
#inhalt .eingabemaske th {
	text-align: right;
	vertical-align: top;
	padding: 5px 0.5em 0px 0px;
}
#inhalt .eingabemaske input.text {
	width: 400px;
	background-color: white;
	border-width: 0px;
	border-bottom: 1px solid black;
}
#inhalt .eingabemaske tr.pflicht {
	color: #AC480C;
}

#inhalt table.teilnehmerliste {
	border-collapse: collapse;
}
#inhalt table.teilnehmerliste td, #inhalt table.teilnehmerliste th {
	vertical-align: top;
}
#inhalt table.teilnehmerliste tr.zebra {
	background-color: #FAE6A9;
}
#inhalt table.teilnehmerliste th {
	font-size: 80%;
	text-align: left;
	padding: 2px 0.5em;
}
#inhalt table.teilnehmerliste td {
	padding: 2px 0.5em;
}

#kopfbox {
	position: absolute;
	top: 25px;
	left: 475px;
	width: 475px;
	font-size: 10px;
	color: white;
	z-index: 500;
}
#kopfbox ul {
	margin: 0px;
}
#kopfbox form {
	margin: 0px;
}
#kopfbox input.text {
	background-color: #d7774d;
	border-width: 0px;
	font-size: 10px;
	width: 45px;
}
#kopfbox a {
	color: #fae09f;
	text-decoration: none;
}
#kopfbox a:hover {
	text-decoration: underline;
}



#navi {
	position: absolute;
	left: 20px;
	top: 180px;
	width: 190px;
	z-index: 600;
	text-align: center;
}
#navi a {
	color: #ac480c;
	text-decoration: none;
}
#navi a:hover {
	text-decoration: underline;
}
#navi ul {
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
#navi ul li {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.5em;
}
#navi ul ul {
	list-style-image: url(img/navi-bullet.gif);
	margin-left: 25px;
}
#navi ul ul li {
	font-weight: normal;
	font-size: 12px;
	margin-top: 0px;	
}



#fehler, div.fehler {
	border: 1px solid #9F3202;
	margin: 0.5em;
	color: #9F3202;
	font-weight: bold;
}
