html{
}

body{
background-color: #fffcee;
margin: 0px;

}

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


a:link, a:visited {
	color: #b8860b;
	text-decoration: none;
}

a:hover {
	color: #000033;
	text-decoration: none;
}

a.menu_normal:link {
	color: #b8860b;
	text-decoration: none;
}

a.menu_normal:visited {
	color: #b8860b;
	text-decoration: none;
}
a.menu_normal:hover {
	color: #000033;
	text-decoration: none;
}

a.fuss:link {
	color: #ffffff;
	text-decoration: none;
}

a.fuss:visited {
	color: #ffffff;
	text-decoration: none;
}

a.fuss:hover {
	color: #000033;
	text-decoration: none;
}

p.video:hover { 
	color: #b8860b;
}


/* positionierung
----------------------------------------------- */
#kasten {
	width: 1030px;
	margin: 0px;
	align: center;
	border: 0px solid #ff0000;
	margin-left:auto; /*zentriert wrapper-box*/
	margin-right:auto; /*zentriert wrapper-box*/
}

#nav {
	visibility: visible;
	width: 240px;
	margin: 0px;
	padding: 91px 0px 0px 0px;
	float:left;
	border: 0px solid #ff0000;
}

.elem_aktuell {
	clear: both;
	visibility: visible;
	border-top-color:#b8860b;
	font-family: Georgia;
	font-size: 13px;
	font-weight:normal;
	color: #000033;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#b8860b;
	padding: 4px 10px 4px 5px;
	float: right;
	height: auto;
	margin-top: -1px;
}

.elem_neutral {
	clear: both;
	visibility: visible;
	border-top-color:#b8860b;
	font-family: Georgia;
	font-size: 13px;
	font-weight:normal;
	color: #b8860b;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 4px 10px 4px 5px;
	float: right;
	height: auto;
	font-weight: normal;
	margin-top: -1px;
	border-bottom-color: #b8860b;
}

#mitte {
	left:240px;
	width: 550px;
	padding: 0px;
	color: #FFFFFF;
	float: left;
	border-left: 1px solid #b8860b;
	border-right: 1px solid #b8860b;
}

#ausgleich {
	visibility: visible;
	width: 240px;
	margin: 0px;
	padding-top: 90px;
	border:0px;
	float: right;
}

#kopf {
	visibility: visible;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#bild {
	visibility: visible;
	top:90px;
	width: 550px;
	border: 0px;	
}

#inhalt {
	visibility: visible;
	color:#000033;
	width: 480px;
	top: 292px;
	padding-left: 35px; 
	padding-right: 35px; 
	padding-bottom: 35px;
	padding-top: 15px;
	text-align: left;
	border: 0px;
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	background-color:#FFFFFF;
}

#fusszeile {
	visibility: visible;
	width: 100%;
	height: 20px;
	width: 515px;
	padding: 5px 0px 0px 35px;
	background-color: #b8860b;
	vertical-align:bottom;
}

/* typo
----------------------------------------------- */

.headline {
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	font-weight:lighter;
	line-height: 25px;
	color: #b8860b;
}

.subline {
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
}

.subsubline {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #990000;
}

.auszeichnung{
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #000033;
}

.fusszeile {
	font-family: Georgia;
	font-size: 11px;
	color: #ffffff;
}

.nav_sub {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	color: #000033;
	text-align: right;
	line-height: 16px;
}

/* formular
----------------------------------------------- */

.formularfeld {
border: 1px solid #990000;
padding: 3px 3px 3px 3px;
margin: 1px 0px 10px 0px;
width: 350px;
font-family: Georgia;
font-size: 11px;
color: #990000;
height: 13px;
}

.formularfeldklein {
border: 1px solid #990000;
padding: 3px 3px 3px 3px;
font-family: Georgia;
font-size: 11px;
color: #990000;
height: 13px;
}

div#error {
font-family: Georgia;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
background-color: #CC0000;
}

div#emailerror {
padding: 4px;
margin: 20px 0;
}

div#emailerror li {
list-style-type: none;
}

div#emailerror ul {
padding-left: 16px;
margin-left: 0;
}

legend {
display: block;
border: none;
padding: 0;
margin: 0;
}

fieldset {
border: none;
padding: 0;
margin: 0;
}
