@charset "utf-8";
/* CSS Document */

body {
	background-color:#666666;
	font-size:85%;
	font-family:verdana, helvetica, sans-serif;
	color:#666666;
}
h1 {font-family:verdana, helvetica, sans-serif;
    font-size:100%;
     color:#666666
}
a {
	color:#8ea62a;
	text-decoration:none; 
		
}

a:hover {
	text-decoration:underline; 
		
} 

.indent {
	text-indent: 20px;
	line-height: 150%;
}    
     
/*Kontakt*/

fieldset {
	border:none;
}

div.csc-mailform-field {
	padding:10px;
	clear:left;
	font-size:85%;
	color:#666666;

}


div#main_wrap input{
	display:block;
	float:left;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	
	
	background-color:none;
	
}



div#main_wrap label{
	width:100px;
	float:left;
} 

div#main_wrap textarea{
	display:block;
	float:left;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	
	
}

.csc-mailform-field .csc-mailform-submit, .csc-mailform-check, .csc-mailform-submit {
	background:none;
	background-color:#ffffff;
	cursor:pointer; 
	margin-left:100px;
	clear:left;
}

   
div#wrap {
	background-image: url(../img/bg_shadow.jpg);
	background-repeat: repeat-y;
	margin: auto;
	height: auto;
	width: 840px;
}
div#header_top {
	width:840px;
	height:12px;
	margin:auto;
}
div#header {
	width:840px;
	margin:auto;
}
div#main_wrap {
	width:760px;
	margin:auto;
	clear:both;
}

div#sub {
	width:760px;
	height:20px;
	margin:auto;
	border-top:1px;
	border-top-style:solid;
	border-top-color:#666666;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	position:relative;
	top:20px;
}
div.rootline {
	float:left;
	font-size:80%;
	color:#666666;
	text-decoration:none;
	padding:2px 0 0 5px;
}
div.rootline a {
	color:#666666;
	text-decoration:none;
}
div.rootline a:hover {
	color:#8ea62a;
}
div#suchen form {
	float:right;
	padding:0px;
	margin:0px;
	height:20px;
}
.suche {
	float:left;
	padding:0px;
	margin:0px;
	height:18px;
	border-top:none;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#666666;
	border-bottom:none;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#666666;
	padding-top:2px;
	padding-left:5px;
	font-size:85%;
	color:#666666;
	
}
.suche_button {
	padding-top:1px;
	padding-right:5px;
	padding-left:5px;
	color:#666666;
	font-size:85%;
	border:none;
	text-decoration:none;
	background:none;
	
}

div#contentwrap{
 width:760px;
 height:auto;
 padding-top:20px;
 }
 
 /* navigation */
 
div#nav_col {
  font-size:85%;
  width:180px;
  float:left;
  margin:0;
  padding:0;
	
}

div#navigation ul {	
  list-style-type:none;
	padding:0;
	margin:1em 0 0 0;
	}
div#navigation ul ul	{	list-style-type:none;
  padding:0;
	margin:0 0 0.5em 1em;
}	
ul.navi li	 { 		margin-bottom:0.2em;
}	
		

ul.navi li a { 
				display:block;
				padding:0.2em 0.2em;
				text-decoration:none;
				color:#666666;
				font-weight:bold;
				letter-spacing: 0.05em;
				/*border-bottom:1px solid #666666;*/
				
				
				}	
				
ul.navi li a:hover {	
  color:#8ea62a;
	}

ul.navi li a.active { 
				  border-color:#666666;
				  color:#8ea62a;
}
			
ul.subnavi li	{	list-style-type:none;
				margin: 0;
				padding:0;
				margin-bottom:0;
				}	

						
				
ul.subnavi li a {	 
				font-size:95%;
				padding:0.4em 0.5em;
				text-decoration:none;
				color:#666666;
				font-weight:normal;
				background:#ffffff;
				border:0;
				/*border-left: 1px dotted #666666;*/
				/*border-bottom: 1px dotted #666666;*/
				}	
										
ul.subnavi li a:hover { text-decoration:underline;
				background:#ffffff;	
				}
				
ul.subnavi li a.active { 
					font-weight:normal;
					color:#8ea62a;
					border-color:#8ea62a;
					
					
}

/* SUBNAV_2 */

ul.subnavi_2 li	{	list-style-type:none;
				margin: 0;
				padding:0;
				margin-bottom:0;
				}	

						
				
ul.subnavi_2 li a {	 
				font-size:95%;
				padding:0.4em 0.5em;
				text-decoration:none;
				color:#666666;
				font-weight:normal;
				background:#ffffff;
				border:0;
				/*border-left: 1px dotted #666666;*/
				/*border-bottom: 1px dotted #666666;*/
				}	
										
ul.subnavi_2 li a:hover { text-decoration:underline;
				background:#ffffff;	
				}
				
ul.subnavi_2 li a.active { 
					font-weight:normal;
					color:#8ea62a;
					border-color:#8ea62a;
}				

		
/* main content*/
div#content_col {
width:550px;
heigth:auto;
float:right;
padding-top:10px;
padding-left:0px;
}

div#content_col p{
font-size:85%;
line-height:150%;
}

div#content_col ul{
font-size:85%;
line-height:200%;
list-style:square;
padding-left:10px;
list-style-position:inside;
}

.align-justify {
	text-align: justify;
}

.align-left {
	text-align: left;
}

div#global {
  width:760px;
  height:17px;
  margin:0 auto 0 auto;
  background:#666666;
  color:#ffffff;
}
div#service_nav{
float:right;

padding:0;
}
div#service_nav a{
font-size:85%;
color:#ffffff;
text-decoration:none;
}
div#service_nav a:hover{
text-decoration:underline;
}
div#prefooter {
	width:840px;
	height:27px;
	margin:auto;
	padding:0;
	clear:both;
	background-image:url(../img/bg_nav_footer.gif);
	
}
div#footer {


	width:760px;
	height:280px;
	margin:auto;
	padding:50px 40px 50px 40px;
	background-image:url(../img/bg_nav_footer.gif);
	background-repeat:repeat-y;
	color:#ffffff;
}
/*div#footer_content {
	width:760px;
	height:280px;
	margin:auto;
	padding:50px 40px 50px 40px;
	background-image:url(../img/bg_nav_footer.gif);
	background-repeat:repeat-y;
	color:#ffffff;
	}*/
/* footer 1 */
div.footer_nav ul  {
float:left;
margin:0;
padding:0 30px 0 0;
width:auto;
}
ul.footer_nav li {
list-style-type:none;
padding:0;
margin:0;
font-size:85%;
line-height:160%;
}
.footer_nav a {
color:#ffffff;
text-decoration:none;
}
/*footer 2 */
div.footer_nav_2 ul  {
float:left;
margin:0;
padding:0 30px 0 0;
width:auto;
}
ul.footer_nav_2 li {
list-style-type:none;
padding:0;
margin:0;
font-size:85%;
line-height:160%;
}
.footer_nav_2 a {
color:#ffffff;
text-decoration:none;
}
/* footer 3 */
div.footer_nav_3 ul  {
float:left;
margin:0;
padding:0 30px 0 0;
width:auto;
}
ul.footer_nav_3 li {
list-style-type:none;
padding:0;
margin:0;
font-size:85%;
line-height:160%;
}
.footer_nav_3 a {
color:#ffffff;
text-decoration:none;
}

div.footer_adress  {
float:right;
width:180px;
font-size:85%;
line-height:160%;
margin:0;
padding:0 20px 0 0;
width:auto;
}
.versteckt { 
position:absolute; 
left:-10000px;
}

div#main131 {
  position              : absolute;  top : 200; left : 100;
  width                 : 350px;
  height                : 200px;
  background            : rgb(255,255,255) url(../images/background.jpg) no-repeat center;
}

#map131 {
  position              : absolute;
  top: 10px; left: 10px;
  width                 : 300px;
  height                : 150px;

}
