/* CSS Document */
body {
	background: #c4bfaf url(images/bgfooter.png);
	color: #010101;
	font: 13px/18px "Lucida Sans", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

div, p, ul, ol, h1, h2, h4, img, form, label {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	list-style-type: none;
}

#header {
	background: url(images/mainbg.gif) center top repeat-x;
	height: 157px;
}

#headertop {
	height: 25px;
	margin: 0 auto;
	width: 830px;
}

#headertoptxt {
	background: url(images/kontakt-impressum.png) top right no-repeat;
	height: 25px;
	width: 142px;
	margin: 0 0 auto auto;
	padding-top: 5px;
	font: 10px/10px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #010101;
	font-weight:normal;
}

#headertoptxt a {
	color: #010101;
	text-decoration: none;
}

#headertoptxt a:hover {
	color: #9c0025;
	text-decoration: none;
}

#headertoptxt span {
	margin-left: 12px;
}

#header h1 {
	background: url(images/bglogo.png) 0 0 no-repeat;
	height: 62px;
	margin: 0 auto;
	width: 830px;
}

#header h1 a {
	display: block;
	height: 72px;	
	width: 355px;
	margin-left: 0px;
	padding-top: 0px;
}

#header h1 a span {
	display: none;
}

#boxentop {
	background: url(images/bgboxentop.png) 0 0 no-repeat;
	height: 34px;
	margin: 0 auto;
	width: 830px;
}

#container {
	background: url(images/bgcontainer.gif);
}

#contentWrapper {
	margin: 0 auto;
	width: 830px;
	padding-bottom: 20px;
}

/* SIDEBAR START */

#sidebarleft {
	background: url(images/sidebarmiddle.png) repeat-y top left;
	float:left;
	width: 253px;
}

#sidebarlefttop {
	background: url(images/sidebartop.png) top left no-repeat;
	width: 253px;
	height: 70px;
	padding: 0;
	margin: 0;
}

#sidebarleftbottom {
	background: url(images/sidebarbottom.png) no-repeat top left;
	width: 253px;
	height: 15px;
	padding: 0;
	margin: 0;
}

#sidebarleft ul {
	margin-bottom: 20px;
}

#sidebarleft li {
	list-style-type: none;
	width: 220px;
	font-size: 13px;
	line-height: 0.3em;
	padding: 10px 0;
	margin: 2px 45px;
}

	#sidebarleft li a {
		color: #010101;
		text-decoration: none;
	}
	
	#sidebarleft li a:hover {
		color: #9c0025;
		text-decoration: none;
	}

#sidebarleft li ol {
	margin-top: 5px;
}

#sidebarleft li li {
	list-style-type: none;
	font-size: 0.8em;
	line-height: 13px;
	padding: 0 0;
	margin: 2px 11px;
}

	#sidebarleft li li a {
		color: #010101;
		text-decoration: none;
	}

	#sidebarleft li li a:hover {
		color: #9c0025;
		text-decoration: none;
	}

/* SIDEBAR END */

/* CONTENT START */

#content {
	float: left;
	margin-left: 45px;
	margin-top:  28px;
	width: 525px;
}

#contentbottom {
	width: 525px;
	height: 35px;
}

#content h2 {
	color: #9c0025;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 5px;
}

#content h3 {
	font: 13px/13px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #9c0025;
	font-weight:normal;
}

#content h4 {
	font: 12px/16px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #9c0025;
	font-weight:normal;
}

#content h4 a {
	font: 12px/16px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #9c0025;
	font-weight:normal;
	text-decoration: none;
}

#content h5 {
	font: 12px/14px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #9c0025;
	font-weight:normal;
	margin: 0;
	padding-bottom: 10px;
}

#content h6 {
	color: #9c0025;
	font-weight: bold;
}

#content p {
	margin-bottom: 10px;
	font: 13px/16px "Lucida Sans", Arial, Helvetica, sans-serif;
}

.txt_bold {
	color: #9c0025;
	font-weight: bold;
}

#content ul {
	list-style-image: url(images/ul.gif);
	margin-bottom: 10px;
	margin-left: 14px;
	font: 12px/16px "Lucida Sans", Arial, Helvetica, sans-serif;
}

#content img {
	padding: 5px;
	background: #fff;
	margin: 5px 10px 3px 0px;
	border: 1px solid #999;
}

#content a {
	color: #010101;
	text-decoration: underline;
}

#content a:hover {
	color: #9c0025;
	text-decoration: underline;
}

.datum {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #959595;
	font-style: italic;
}

/* CONTENT END */

/* FOOTER START */

#footerWrapper {
	background: #fde6b1 url(images/footerbg.png) center top repeat-x;
	height: 66px;
}

#footer {
	font: 12px/14px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #7e7358;
	margin: 0 auto;
	padding-top: 27px;
	width: 920px;
	height: 66px;
	text-align: center;
}

/* FOOTER END*/


/* MISC */

.clear {
	clear: both;
}

