/* Basic Definitions */
* {
	margin: 0;
	padding: 0;
}

body {
	background:url(/wLayout/design/img/bg_body.png) repeat-x 0 0 #212121;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#dadad9;
}

#content table {
width: 100% !important;
}
#content tbody {
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:11px;
}
#content td a {
font-size: 13px !important;
color:#fdd903 !important;
font-weight: bold !important;
text-decoration:none !important;
}

#content table td {
vertical-align: top;
padding: 0px;
}

/* Base-Elements Definitions */
.clear      { clear:both; height:0px; line-height: 0px; font-size: 0px; }
.clear_left { clear:left; height:0px; line-height: 0px; font-size: 0px; }
.clear_right{ clear:right; height:0px; line-height: 0px; font-size: 0px; }



/* Enviroment Definitions */
#website {
	width:960px;
	margin:0 auto;
	padding:0 7px;
	text-align:left;
}
#logo {
	height: 174px;
	width:960px;
}
#logo_l {
	float:left;
}
#logo_r {
	float:left;
}

#logo img {
	border: 0px;
}
.pdficon {
	width: 55px !important;
}


#header {
	height: 174px;
}


/* Content */
#area1 {
	background: url(/wLayout/design/img/bg_content.png) repeat-x center top #626266;
	width:960px;
	color:#898a89;
}

#area2 {
	background: url(/wLayout/design/img/bg_print.png) no-repeat center top #212122;
	height: 27px;
	width: 960px;
}
#print {
	height:25px;
	padding:11px 0 0;
	text-align:right;
	width:760px;
}
* html #print {
	padding:0px 0 0;
}
#print a {
	text-decoration: none;
	color: #898a89;
	font-size: 10px;
	padding: 3px 0 0 5px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#content {
	background: url(/wLayout/design/img/bg_content.gif) repeat-y left top;
	float:left;
	width:541px;
	padding: 0 15px 22px 30px;
	line-height:17px;
	min-height: 490px;
        color:#dadad9;
}
* html #content {
	padding: 0 15px 22px 30px;
	height: 540px;
}



#divEditbutton {
margin-bottom: 10px;
padding-left: 35px;
width:150px;
}

/* #minheight {
        background:transparent url(/wLayout/design/img/subnav_bg.gif) repeat-y scroll 0 0;
        width:1px;
} */

/* Sidebar */
#sidebar {
	float: left;
	width: 179px;
	min-height: 500px;
	_height: 560px; /* IE6 */
	line-height: 16px;
	color: #dadad9;        
        padding-top:10px;
        overflow-x:hidden;
}
#sidebar .box {
        background:transparent url(/wLayout/design/img/separator_h.gif) repeat-x bottom left;
	border: none;
	width: 167px;
        padding:2px 0;
	margin: 0 6px;
	min-height: 1px;
	_height: 1px; /* IE6 */
}
* html #sidebar, * html #sidebar .box {
	width:135px;	
	margin: 0px 0px 0px 3px;
}

#sidebar .box_in {
	border: none;
	width: 158px;
	margin: 0 7px 0 7px;
	min-height: 1px;
	_height: 1px; /* IE6 */
}
#sidebar h3 {
	margin: 8px 0 10px 0px;
}
#sidebar li {
	list-style-position:inside;
}
#sidebar .text {
	margin: 8px 0 20px 0px;
}
#sidebar .text a {
        color:#dadad9;
        text-decoration:underline;
        font-size:11px;
}
#sidebar .text a:hover  {
        color:#008855;
}

#sidebar img {
        width:150px;
        overflow-x:hidden;
	border:none;
}




/* Footer */
#footer {
	clear:left;
	background: url(/wLayout/design/img/bg_footer.png) repeat-x 0 0;
	text-align:center;
	padding:20px 0 8px;
	padding-top:10px\9;
	font-size:11px;
	color:#717173;
}

#footer a {
	color:#595a61;
}
#footer a:hover {
	text-decoration: none;
}

/* Navigation Definitions: Top */
#top_navigation {
	height: 44px;
	text-align: right;
        background-color:#212121;
}

#top_navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#top_navigation ul li {
	display:inline;
}

#top_navigation ul li a {
	font-size:11px;
	color:#898a89;
	text-decoration:none;
	border-left:1px solid #585959;
	padding:10px 15px 5px 15px;
	line-height:25px;
}
#top_navigation ul li.first a {
	border: none;
}

#top_navigation ul li a:hover {
	text-decoration:underline;
}


/* Navigation Definitions: Main */
#main_navigation {
	background:url(/wLayout/design/img/nav_bg.gif) repeat-x;
	width: 960px;
	height:34px;
	text-align: right;
}

#main_navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#main_navigation ul li {
	display:inline;
}

#main_navigation ul li a {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	padding:9px 32px 8px;
	line-height:34px;
	background:url(/wLayout/design/img/nav_separator.gif) no-repeat left;
}

#main_navigation ul li a:hover {
	text-decoration:underline;
        background-color:#F9D919;
        color:#000;
}

#main_navigation ul li.aktiv a {
        background-color:#F9D919;
	text-decoration:none;
        color:#000;
}

#main_navigation ul li.aktiv a.aktiv {
        font-weight:bold;
	text-decoration:none;
}

#main_navigation ul li a.aktiv {
	text-decoration:none;
	font-weight:bold;
        background-color:#FDD903;
}


/* Navigation Definitions: Side */
#side_navigation {
	float:left;	
	width:195px;
        min-height:400px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        padding: 0px 0 22px;
}

/* Level 1 */
#side_navigation ul {
	list-style:none;
}

#side_navigation ul li {
	padding:8px 0 8px 0;
	background:url(/wLayout/design/img/separator_h.gif) no-repeat center bottom;
}	
#side_navigation ul li.first {
	padding-top: 0px;
}

#side_navigation ul li a {
	color:#fdd903;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	padding:0 0 0 20px;
}
#side_navigation ul li a:hover {
	text-decoration:none;
}


/* Level 2 */
#side_navigation ul li ul {
	margin-top:5px;
}

#side_navigation ul li ul li {
	padding: 3px 0 3px 30px;
	background:none;
	font-weight:normal;
}

#side_navigation ul li ul li:hover, #side_navigation ul li ul li.aktiv {
	background-color:#008855;
}


#side_navigation ul li.aktiv ul li a {
	color:#dadad9;
	font-weight:normal;
	font-size: 11px;
	padding:0;
}

#side_navigation ul li.aktiv ul li a:hover {
	text-decoration:none;
}

#side_navigation ul li.aktiv ul li.aktiv a {
	text-decoration:none;
	color:#dadad9;
}



/* Content Elements Definitions */
a { outline: none; }
#content a	{ 
color:#FDD903;
font-size:12px;
font-weight:bold;
text-decoration:none; }

#content a:hover { color:#FDD903;}

#content .text a	{ 
color:#DADAD9;
font-size:11px;
font-weight:normal;
text-decoration:underline; }

#content .text a:hover { color:#008855;}




h1 {
	color:#008855;
	font-size:20px;
	font-weight:bold;
	margin:5px 0 17px 0;
        line-height:21px;
}

h2 {
	color:#008855;
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px 0;
}

h3 {
	font-weight: bold;
	color: #008855 !important;
	font-size: 13px;
	margin: 5px 0 7px 12px;
}


#content ul {
	margin: 2px 0 2px 20px;
}
.elementSitemap ul {
	margin: 0 0 0 20px !important;
        color:#008855;   
}
.elementSitemap ul a {
        color:#DADAD9 !important;   
}

/* Kontaktformular */
td.formCaption {
	width: 150px;
	padding: 5px 0 !important;
	vertical-align: top;
}
td.formValue {
	width: 320px;
	padding: 3px;
	vertical-align: top;
}
td.formValue input, td.formValue textarea, td.formValue select {
	border: 1px solid #dddbe1;
	color: #18181b;
	font-size: 11px;
	padding: 3px;
	font-family: Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
}
td.formValue select {
	padding: 0px;
}
td.formValue textarea {
	width: 300px;
	height: 50px;
}
td.formValue input {
	width: 300px;
}
td.formValue input.zip {
	margin-right: 5px;
	width: 70px;
}
td.formValue input.city {
	width: 217px;
}
td.formButton input, input.submit {
	padding: 2px;
	margin-left: 3px;
	margin-top: 5px;
	background-color: #008855;
	border: 1px solid #dadad2;
	color: #FDD903;
	cursor: pointer;
}
td.formButton {
padding-right: 66px !important;
text-align: right;
}

/* Tabelle Startseite */
table#table_start {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table#table_start td {
	padding: 2px 0;
}
table#table_start td a {
	padding-left: 10px;
	background: url(/wLayout/design/img/pfeil_rot.gif) no-repeat left 5px;
	text-decoration:none;
	font-weight: bold;
}
table#table_start td a:hover {
	color: #da224d;
}


/* Aktuelles */


.listentry {
	width: 535px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	padding: 15px 15px 15px 0;
	border-bottom: 1px solid #dddbe1;
}
.listentry h2 {
margin-bottom: 10px;
}
.listentry h2 a {
	text-decoration: none;
}
.listimage {
	width: 150px;
	float: left;
	margin-right: 20px;
	min-height: 1px;
	_height: 1px; /* IE6 */
border: 1px solid #dddbe1;
}
.listtext {
	width: 363px;
	float: left;
	min-height: 1px;
	_height: 1px; /* IE6 */
}
#list_footer {
	width: 535px;
	height: 20px;
	margin-top: 25px;
}
#list_footer_nav {
	float: left;
	width: 235px;
	height: 20px;
	text-align: center;
	color: #d40032;
	font-weight: bold;
	font-size: 14px;
}
#list_footer_nav a {
	text-decoration: none;
	font-weight:bold;
	font-size: 14px;
}
#back {
	float: left;
	width: 150px;
	height: 20px;
}
#forward {
	float: right;
	width: 150px;
	height: 20px;
	text-align: right;
}
#back a, a.back {
	background: url(/wLayout/design/img/pfeil_zurueck.gif) left center no-repeat transparent;
	padding-left: 10px;
	font-size: 11px;
	text-decoration: none;
}
#back a:hover, a.back:hover { text-decoration: underline; }
#forward a {
	background: url(/wLayout/design/img/pfeil_vor.gif) right center no-repeat transparent;
	padding-right: 10px;
	font-size: 11px;
	text-decoration: none;
}
#forward a:hover { text-decoration: underline; }
a.more {
	padding-left: 10px;
	background: url(/wLayout/design/img/pfeil_rot.gif) no-repeat left 4px;
}

a.pdf {
background-position:left center !important;
background-repeat:no-repeat !important;
padding-left:29px !important;
background-image:url(/wLayout/design/img/fileicons/pdf.gif) !important;
}
	


/* Master Template Auto Definitions */
div.text, div.fliesstext_bild_links, div.fliesstext_bild_rechts {
	margin-bottom: 5px;
}
	
div.fliesstext_bild_links div.text, div.fliesstext_bild_rechts div.text {
	float:left;
	width:340px;
}
div.fliesstext_bild_links div.bild, div.fliesstext_bild_rechts div.bild {
	float:left;
	width:160px;
}
div.fliesstext_bild_links div.bild img, div.fliesstext_bild_rechts div.bild img {
	border:1px solid #63615e; margin-bottom:15px;
}
div.fliesstext_bild_links div.bild {
	margin-right:25px;
}
div.fliesstext_bild_rechts div.bild {
	margin-left:25px;	
}
	
	


	
.bilderleiste {
  margin-bottom: 20px;
}

.bilderleiste .bildbox {
  float:left;
  margin:0 25px 0 0;
}

.bilderleiste .bildbox img.bild {
  border:1px solid #dddbe1;
}
	
	





/* Print Definitions */
@media print
{

	#divEditbutton, #top_navigation, #main_navigation, #side_navigation, #print  {
	  display:none;
	}
	
	body, #website, #content, #sidebar {
	  background:none !important;
	  background-color:#FFF;
	  margin:0;
	  padding:0;
	}
	
	#content {
		width: 700px;
		margin-right: 20px;
	}
	
#header {
margin-bottom: 20px;
}

}