body {
	scrollbar-Track-Color: #ffffff;
	scrollbar-Face-Color: #C0C0C0;
	scrollbar-arrow-color: #000066;
	scrollbar-Shadow-Color: #000066;
	scrollbar-DarkShadow-Color: #000066;
}

/* ---------- links ---------- */

A:link {
	color : #003366;
	text-decoration : none;
}
A:visited {
	color : #003366;
	text-decoration : none;
}
A:active {
	color : #cc0000;
	text-decoration : none;
}
A:HOVER {
	color : #cc0000;
	text-decoration : none;
}
A:FOCUS {
	color : #cc0000;
	text-decoration : none;
}

/* ---------- texte ---------- */

.text {
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.btext {
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}
.itext {
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : italic;
}
.ueberschrift {
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

/* ---------- tabellen ---------- */

table.outer {
	border : thin none Black;
}
th.outer {
	border : 1px solid Black;
	background-color : #c6c342;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	text-align : center;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	vertical-align : middle;
}
td.outer {
	border : 1px solid Black;
	background-color : #efe7ad;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	vertical-align : top;
}

table.inner {
	border : thin none Black;
}
th.inner {
	background-color : #efe384;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	text-align : center;
	border-top : 1px solid Black;
	border-bottom : 0px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	vertical-align : top;
}
th.tinner {
	background-color : #efe384;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	text-align : center;
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	vertical-align : top;
}
td.inner {
	border : 1px solid Black;
	background-color : #efe7ad;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	vertical-align : top;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 5px;
	padding-right : 0px;
}
td.binner {
	border : 1px solid Black;
	background-color : #efe7ad;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	vertical-align : top;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
}

/* ---------- formulare ---------- */

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-LEFT-COLOR: #000000;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-BOTTOM-COLOR: #000000;
	BORDER-TOP-COLOR: #000000;
	BACKGROUND-COLOR: White;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #000000;
	padding-left : 5px;
	LINE-HEIGHT: 10pt;
}
INPUT.error {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-LEFT-COLOR: #000000;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-BOTTOM-COLOR: #000000;
	BORDER-TOP-COLOR: #000000;
	BACKGROUND-COLOR: #f6dd83;
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-RIGHT-COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-left : 5px;
	LINE-HEIGHT: 10pt;
}
INPUT.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	LINE-HEIGHT: 10pt;
	BACKGROUND-COLOR: #f6dd83;
}
INPUT.senden {
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-BOTTOM-WIDTH: 1px;
	LINE-HEIGHT: 10pt;
	BACKGROUND-COLOR: Silver;
	BORDER-RIGHT-WIDTH: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight : bold;
}
TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-LEFT-COLOR: #000000;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-BOTTOM-COLOR: #000000;
	BORDER-TOP-COLOR: #000000;
	LINE-HEIGHT: 14pt;
	BACKGROUND-COLOR: White;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #000000;
	padding-left : 5px;
	scrollbar-Track-Color: #ffffff;
	scrollbar-Face-Color: #C0C0C0;
	scrollbar-arrow-color: #000066;
	scrollbar-Shadow-Color: #000066;
	scrollbar-DarkShadow-Color: #000066;
}

/* ---------- inhalte ---------- */

#top {
	margin:10px 0 5px 0;
	border : 1px solid Black;
	background-color : #efe7ad;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	vertical-align : top;
	width: 800px;
	align: center;
}

#body {
	margin:0px 0px 5px 0px;
	border : 1px solid Black;
	background-color : #efe7ad;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	vertical-align : top;
	width: 800px;
	align: center;
}

#navi {
	margin:10px 100px 10px 22px;
	border : 1px none Black;
	background-color : #efe7ad;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	vertical-align : top;
	width: 180px;
}

#inhalt {
	position: absolute;
	visibility: visible;
	margin:-465px 0px 0px 200px;
	padding: 5px 5px 5px 5px;
	border : 1px solid Black;
	overflow : auto;
	width: 570px;
	height: 448px;
}

#headline {
	background-color : #efe384;
	margin:0px 0px 5px 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	text-align : center;
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	color : #4a3018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	vertical-align : top;
}
