body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url(../img/body_bg.gif) repeat-x top left;
	font-size:13px;
	font-family:verdana, sans-serif;
	color:#666;
	}
html {
	height: 100%;
	}
td {
	font-size:13px;
	}
p {
	margin:10px 0;
	line-height:17px;
	}
h1 {
	margin:0;
	font-size:20px;
	font-family:georgia, sans-serif;
	color:#897D55;
	}
h2 {
	margin:0;
	font-size:17px;
	font-family:georgia, sans-serif;
	color:#897D55;
	}
h3 {
	margin:0;
	font-size:15px;
	font-family:georgia, sans-serif;
	color:#897D55;
	}
h4 {
	margin:0;
	font-size:12px;
	font-family:georgia, sans-serif;
	color:#897D55;
	}

.holder {
	margin:0 auto;
	width:779px;
	text-align:left;
	}
#head {
	height:80px;
	padding:0 20px;
	background:#897D55 url(../img/head_bg.gif) repeat-x top left;
	text-align:right;
	}

@media screen and (min-width: 550px){
#head {
	margin-bottom:-10px !important;
	}
}

#head p {
margin:0;
}

#head p a {
	color:#9D8F5F;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}

#head p a:hover {
	text-decoration:underline;
	}

#contact {
	float:left;
	padding:6px 10px 7px 10px !important;
	padding:5px 10px 8px 10px;
	}

#sitemap {
	float:left;
	padding:6px 10px 7px 10px !important;
	padding:5px 10px 5px 10px;
	background:transparent url(../img/vert_dots.gif) repeat-y top left;
	}


#button {
	position:relative;
	top:5px;
	}
#field {
	position:relative;
	top:3px !important;
	top:5px;
	height:18px;
	margin-bottom:3px;
	border-top:1px solid #716F64;
	border-right:1px solid #DEDCD0;
	border-bottom:1px solid #DEDCD0;
	border-left:1px solid #716F64;
	}
#nav {
	margin:0 auto;
	text-align:center;
	background:#897D55 url(../img/nav_shadow.gif) repeat-x bottom left;
	}
#nav a img {
	margin:0 !important;
	margin-bottom:-3px;
	}
#header_images {
	clear:both;
	height:184px;
	background:#fff url(../img/header_images_bg.gif) no-repeat bottom center;
	}
/* linke Headergrafik */
#left_img {
	display:block;
	float:left;
	margin:6px 3px 6px 0;
	width:258px;
	height:167px;
	background:#DBD7C3 url(../../header_images/left_all_bg.gif) no-repeat top left;
	}

/* rechte Headergrafik */
#right_img {
	display:block;
	float:right;
	margin:6px 0 6px 3px;
	width:515px;
	height:167px;
	background:#DBD7C3 url(../../header_images/right_all_bg.jpg) no-repeat top left;
	}
#content {
	clear:both;
	overflow:auto;
	background:#B8C3CA url(../img/content_bg.gif) repeat-y top center;
	}
#content a {
	color:#666;
	}
#content a:hover {
	text-decoration:none;
	}
#sub_nav {
	margin-bottom:25px;
	}
#sub_nav a {
	display:block;
	padding:5px 0 6px 30px;
	color:#897D55;
	text-decoration:none;
	}
.level_2 a {
	width:208px !important;
	width:238px;
	background:transparent url(../img/sub_nav_bg.gif) no-repeat left;
	}
.level_2 a:hover {
	background:transparent url(../img/sub_nav_bg_hover.gif) no-repeat left !important;
	}
#cur_level_2 a {
	background:transparent url(../img/sub_nav_bg_hover.gif) no-repeat left;
	}
.level_3 a {
	padding-left:40px !important;
	font-size:11px;
	}
.level_3 a:hover {
	text-decoration:underline !important;
	}
#cur_level_3 a {
	padding-left:40px;
	color:#666;
	font-size:11px;
	text-decoration:underline;
	}
#cur_level_3 a:hover {
	text-decoration:underline;
	}
#left_content {
	display:block;
	float:left;
	padding:0 10px 30px 10px;
	margin:0 3px 6px 0;
	width:238px !important;
	width:258px;
	height:200px;
	color:#897D55;
	}
#right_content {
	display:block;
	float:right;
	padding:12px 10px 30px 10px;
	margin:0 0 6px 3px;
	width:495px !important;
	width:515px;
	}

/* Sitemap Styles Begin */
.csc-sitemap-level1 {
	margin:1px 0;
	padding:5px 10px 5px 10px;
	background:#ddd;
	}
.csc-sitemap-level1 a {
	color:#897D55;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	}
.csc-sitemap-level1 a:hover {
	text-decoration:underline !important;
	}
.csc-sitemap-level2 {
	margin:1px 0;
	padding:3px 30px;
	background:#F4F1E5;
	}
.csc-sitemap-level2 a {
	color:#666;
	text-decoration:none;
	}
.csc-sitemap-level2 a:hover {
	color:#000;
	text-decoration:underline !important;
	}
.csc-sitemap-level3 {
	margin:1px 0;
	padding:2px 50px;
	}
.csc-sitemap-level3 a {
	font-size:11px;
	text-decoration:none;
	}
.csc-sitemap-level3 a:hover {
	text-decoration:underline !important;
	}
/* Sitemap Styles End */

/* Schriftgröße wird heruntergesetzt, da bei der erweiterten Suche die Breite des rechten Contents
   nicht ausreicht und der Inhalt herunterrutscht. Ist als bekanntes Problem in der manual.sxw dokumentiert*/
.tx-indexedsearch td p {
	font-size:11px;
	}
/* Indexed Search Styles Begin */
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
	.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
	.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#F4F1E5; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic;font-size:12px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#fff; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#dddddd;padding:0 10px 0 10px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; }
/* Indexed Search Styles End */

#footer {
	height:69px;
	padding:20px 0 0 10px !important;
	padding:30px 0 0 10px;
	color:#9D9D9D;
	text-align:left;
	font-size:11px;
	font-style:italic;
	background:#fff url(../img/footer_bg.gif) no-repeat top center;
	}
#footer a {
	color:#9D9D9D;
	}
#footer a:hover {
	text-decoration:none;
	}
#impressum {
	float:right;
	margin:10px 10px 0 !important;
	margin:0 10px;
	}

/* news plugin */
.news-list-container .item {
	margin: 0 0 2em 0;
}
.news-list-container h3.title {
	margin: 0 0 1em 0;
}
.news-list-container .image {
	float: left;
	margin: 0 1em 1em 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
  .clearfix {display: block;}
/* End hide from IE-mac */