/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, #wrapper {
	height: 100%;
}

body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #7f5b3d;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #e6ae47;
}

a:link {
	color: #d34332;
	text-decoration: underline;
}
a:visited {
	color: #a48767;
}
a:hover {
	color: #a5121c;
	background-color: #ffe6b8;
}
a:active, a:focus {
	color: #a5121c;
	background-color: #ffe6b8;
}

/* Structure */
#wrapper {
	margin: 0 auto;
	width: 890px;
	min-height: 100%;
	height: auto !important;
	text-align: center;
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#pre_head {
	margin: 0 auto;
	width: 842px;
	height: 77px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffecca;
	border-bottom: 0px;
}
#pre_head .logo {
	padding-left: 9px;
	width: 206px;
	height: 77px;
	font-size: 2.8em;
	color: #371f0d;
}
#pre_head .logo a {
	color: #371f0d;
	text-decoration: none;
}
#pre_head .logo a:hover {
	color: #a5121c;
	background-color: transparent;
}

#wrapper_header {
	padding: 4px;
	width: 882px;
	height: 239px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#header {
	width: 862px;
	height: 219px;
	font-size: 1.6em;
	color: #5f3616;
	background-color: #ffc14f;
}
#header .head_side {
	width: 221px;
	height: 219px;
}
#header .head_middle {
	width: 418px;
	height: 219px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #cc9b3f;
}

#main {
	margin: 0px 14px;
	padding-top: 22px;
	padding-right: 30px;
	width: 812px;
	text-align: left;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	border-top: 0px;
}

#container {
	margin: 0px 0px 0px 235px;
}

#contents {
	padding-bottom: 25px;
	font-size: 1.2em;
	color: #7f5b3d;
}

#footer {
	clear: both;
	padding-top: 10px;
	height: 110px;
	text-align: left;
	font-size: 1.1em;
	color: #d1a552;
	border-top: 1px solid #f7d594;
}

#copyright {
	padding-top: 30px;
	text-align: right;
}

/* Navi Top */
#pre_head ul {
	float: right;
	margin: 60px 5px 0em 0em;
	line-height: 1.2em;
	text-transform: uppercase;
}
#pre_head ul li {
	display: inline;
	list-style-type: none;
}
#pre_head ul li a {
	padding: 0px 17px;
	color: #bea483;
	text-decoration: none;
	background-image: url(../images/nav_top_off.gif);
	background-repeat: no-repeat;
}
#pre_head ul li a:hover, #pre_head ul li a:active, #pre_head ul li a:focus, #pre_head ul li a.aktive {
	color: #d34332;
	background-image: url(../images/nav_top_on.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-color: transparent;
}

/* Main navi */
#menu {
	width: 205px;
	overflow: hidden;
	color: #8a6a49;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: block;
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 1.35em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.03em;
}
#menu ul li a, #menu ul li a.inaktive {
	display: block;
	padding: 0.4em 0 0.5em 28px;
	width: 175px;
	color: #8a6a49;
	text-decoration: none;
	background-image: url(../images/nav_off.gif);
	background-repeat: no-repeat;
	background-position: 3px 55%;
	background-color: #ffe6b8;
	border-width: 1px;
	border-style: solid;
	border-color: #fff5e3 #f7d594 #f7d594 #fff5e3;
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus, #menu ul li a.aktive {
	padding-left: 27px;
	color: #a5121c;
	background-image: url(../images/nav_on.gif);
	border-color: #f7d594 #fff5e3 #fff5e3 #f7d594;
}

/* Box Aktuelles */
.boxaktuell {
	margin-top: 2.2em;
	padding: 7px 10px;
	width: 183px;
	font-size: 1.1em;
	color: #8a6a49;
	font-weight: normal;
	font-variant: normal;
	background-color: #fff5e3;
	border-width: 1px;
	border-style: solid;
	border-color: #ffe0a6 #ffecca #ffecca #ffe0a6;
}
.boxaktuell h2 {
	margin: 0;
	margin-bottom: 0.7em;
	font-size: 1.35em;
	color: #a5121c;
	font-variant: small-caps;
	border-bottom: 1px solid #a5121c;
}
.boxaktuell p {
	margin-bottom: 0.7em;
	text-align: center;
}


/* Format Footer */
#footer p {
	padding-left: 14px;
	line-height: 1.65em;
	background-image: url(../images/punkt_footer_p.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}
#footer a {
	color: #d1a552;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #d34332;
	background-color: transparent;
}

#copyright p {
	margin: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	background-image: none;
}
#copyright img {
	margin-left: 3px;
}
#copyright a, #copyright a:hover, #copyright a:active, #copyright a:focus {
	color: #999999;
	text-decoration: none;
}

/* Format Text */
h1 {
	margin-bottom: 1.25em;
	font-size: 1.56em;
	font-variant: small-caps;
	letter-spacing: 0.05em;
}
h2 {
	margin-top: 1.8em;
	margin-bottom: 0.8em;
	font-size: 1.2em;
	font-variant: small-caps;
	letter-spacing: 0.05em;
}
h3 {
	margin-top: 1.2em;
	margin-bottom: 0.8em;
	font-size: 1.2em;
	font-variant: normal;
	letter-spacing: 0.05em;
}
p {
	margin-bottom: 1.15em;
	line-height: 1.45em;
}
p.zitat {
	margin-bottom: 0.8em;
	padding-left: 1.3em;
	font-size: 1.4em;
	line-height: 1.45em;
	font-style: italic;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
}
#contents ul {
	margin: 0em 0em 1.15em 0.8em;
	padding-left: 0.8em;
	line-height: 1.45em;
	list-style-type: square;
}
#contents img {
	padding: 0.2em;
	border: 1px solid #e7d5b9;
}
iframe {
	width: 570px;
	height: 600px;
	margin: 0;
	padding: 0;
}
ul.sitemap li {
	padding-bottom: 0.8em;
}

/* Common classes */
.border_white {
	border: 10px solid #ffffff;
}
img {
	border: none;
}
.fltleft {
	float: left;
}
.fltright {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.druck {
	display: none;
}

/* Form */
.formelement {
	margin-bottom: 1em;
	padding: 0.4em 1em;
	line-height: 1.6em;
	background-color: #fff5e3;
}
form label {
	display: block;
	float: left;
	width: 130px;
	font-weight: bold;
}
form input, form textarea {
	padding: 2px;
	width: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7f5b3d;
	border: 1px solid #7f5b3d;
}
form .button {
	padding: 5px 0px;
	width: 130px;
	color: #7f5b3d;
	font-weight: bold;
	background-color: #ffe6b8;
	border-width: 1px;
	border-style: solid;
	border-color: #fff5e3 #f7d594 #f7d594 #fff5e3;
	cursor: pointer;
}
.hinweis {
	margin-left: 130px;
	color: #d34332;
	font-size: 0.91em;
}