/* Allgemeine Festlegungen */
body {
	margin: 0;
	padding: 0;
	color: #281c00;
	background-color: #ebddb2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}
h1, h2, h3 { margin:0; margin-bottom:1em; color:#8f0002; font-weight:bold }
h1 { font-size:150% }
h2 { font-size:130% }
h3 { font-size:100% }
a:link { color: #8f0002; }
a:visited { color: #281c00; }
a img { border: none; text-decoration: none }
p { margin: 1em 0 }
form { display: inline }

/* Layout */
div#main {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border: 15px solid #fff;
	border-bottom: none;
}
div#header {
	position:relative;
	width: 948px;
	height: 222px;
	background: url(/assets/Image/Layout/bgnd_header_tile.png) repeat-x top left;
	border: 1px solid #46321c;
}
div#topnav {
	width: 932px;
	height: 45px;
	padding-left: 16px;
	background: url(/assets/Image/Layout/bgnd_topnav_tile.png) repeat-x top left;
	border: 1px solid #46321c;
	border-bottom: none;
}
div#contentbox {
	width: 948px;
	background: #f4ecd9 url(/assets/Image/Layout/bgnd_content.png) no-repeat right bottom;
	border: 1px solid #46321c;
	border-bottom: none;
}
div#leftnav {
	width: 146px;
	float: left;
	padding: 6px;
}
div#content {
	float: right;
	width: 740px;
	padding: 2em 0;
	padding-right: 18px;
	line-height: 150%;
}
div#footdivider {
	height: 10px;
	border-top: 4px solid white;
	background-color: #dad6d2;
	clear:both;
}
div#footer {
	line-height: 22px;
	background-color: #fff;
	text-align: center;
}
div#linkimpressum {
	position:absolute;
	top:-16px;
	right:-1px;
	background: url(/assets/Image/Layout/bgnd_link-impressum.png) repeat-x left top;
	height: 16px;
	padding: 0 10px;
}

/* Style */
div#linkimpressum a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
}

#topnav a {
	display: block;
	float: left;
	line-height: 28px;
	margin: 0 6px;
	padding: 0 6px;
	color: #281c00;
	font-weight: bold;
	text-decoration: none;
	background: url(/assets/Image/Layout/bgnd_topnavbtn_tile.png) repeat-x left top;
}
#topnav a.active:link,
#topnav a.active:visited,
#topnav a.active:active {
	background: url(/assets/Image/Layout/bgnd_topnavbtn_active.png) no-repeat left top;
	color: #fff;
	padding-left: 15px;
}


#leftnav a {
	display: block;
	padding: 8px;
	padding-left: 24px;
	border-bottom: 1px solid #fff;
	color: #281c00;
	font-weight: bold;
	text-decoration: none;
}

#leftnav a.active {
	background: url(/assets/Image/Layout/bullet_leftnav_active.png)	no-repeat left top;
}

/* mucms */
div.error-formfield {
	display:none;
	color:#f00;
}
input.error-formfield {
	background-color:#fcc;
}