body {
	background-color: #F3F2EA;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#kopf {
	margin: 0;
	padding: 0;
	background-color: white;
}

#kopflinks {
	margin: 0;
}

#kopfrechts {
	margin: 0;
	top: 0;
	right: 0;
	position: absolute;
}

#fuss {
	position: absolute;
	top: 128px;
	left: 0;
	right: 0;
}

#kasten {
	position: absolute;
	top: 128px;
	left: 73px;
	width: 9.5em;
	height: 1.9em;
	z-index: +1;
	background-color: #D4C4AB;
	border-color: #D43200;
	border-width: 3px;
	border-style: solid;
}

#kasten div {
	color: #D43200;
	text-align: center;
	text-transform: inherit;
	font-size: 90%;
	line-height: 150%;
	margin: 0.2em;
}



#menu {
	background-image: url(../img/balken.gif);
	position: absolute;
	top: 0;
	left: 0px;
	background-repeat: repeat-y;
	width: 9.2em;
	bottom: -10em;
	height: 850px;
	background-color: #D43200;
}


.hauptmenu {
	padding: 0 0 0 25px;
	text-transform: inherit;
	list-style-type: none;
	list-style-position: default;
	list-style-image: none;
	top: 6em;
	position: absolute;
	margin: 0;
}


html > ul.hauptmenu li {
	text-indent: -1em;
}

.hauptmenu li {
	padding: 0;
	margin: 0;
}

.hauptmenu a {
	line-height: 1.5em;
	text-transform: inherit;
	text-decoration: none;
	font-size: 90%;
}

.hauptmenu a:link { color: white; }
.hauptmenu a:visited { color: white; }
.hauptmenu a:hover { color: #E1704C; }
.hauptmenu a:active { color: white; }

.hauptmenu a.current:link {color: #E1704C}
.hauptmenu a.current:visited {color: #E1704C}
.hauptmenu a.current:hover {color: #E1704C}
.hauptmenu a.current:active {color: #E1704C}



html > ul.untermenu li {text-indent: 0;}

.untermenu {
	position: absolute;
	top: -7.3em;
	left: 18em;
	width: 41em;
	font-size: 80%;
	color: #9A8364;
	list-style-type: none;
	list-style-position: inside;
}

.untermenu li {
	display: inline;
}

.untermenu a {
	font-style: normal;
	text-decoration: none;
	font-size: 80%;
	padding: 0 2em 0 0;
}

.untermenu a:link {color: #9A8364;}
.untermenu a:visited {color: #9A8364;}
.untermenu a:hover {color: #9A8364;text-decoration: underline;}
.untermenu a:active {color: #E3D7C3;}

.untermenu a.current:link {color: #E3D7C3;}
.untermenu a.current:visited {color: #E3D7C3;}
.untermenu a.current:hover {color: #E3D7C3;text-decoration: none;}
.untermenu a.current:active {color: #E3D7C3;}



#content {
	position: absolute;
	top: 6em;
	left: 12em;
	right: 2em;
	font-size: 100%;
	text-align: left;
	color: #9A8364;
	line-height: 150%;
	list-style-image: url(../img/raute.gif);
	margin: 0;
	padding: 0;
	/* To please IE 6 ... */
	width: 35em;
}

#content p, #content h1 { margin: 0 0 1em 0; }


h1, h2 { font-size: medium; }

.hidden, .step-hidden { display: none; }
.step-greyed, .step-normal { margin: 0 0 3em 0; }
.step-greyed { color: #E1D7C8; }

a {
	color: #9A8364;
}

a:hover {text-decoration: none;}

li.teaser { margin: 0 0 1em 0; }

img {border: 0;}
