/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #5F8B45 url(layout/bg_image_3.jpg) no-repeat; 
	background-position: center top;
	background-attachment: fixed;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #999999;
	
	
	margin:0; padding:0; width:100%; height:100%; overflow:hidden;
	
}

#background{position:absolute; z-index:1; width:100%; height:100%;}

#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 



#wrap {
margin: 20px auto 0px auto;
width: 920px;
/*background: #fff;*/
padding: 0px;
border: 1px solid #cccccc;


}

/* - - - - -  - - - -  -  - - - - - */
/* HEADER-Top-Bereich */

#header {
	height: 160px;
	/* background: #11286c url(images/header.jpg) no-repeat; */
}
#header h1 { 
	font-size: 20px;
	letter-spacing: 5px;
	padding: 20px 0 0 20px;
	color: #ffffff;
	border: 0px;
}
#header h1 a { 
	color: #ffffff;
	text-decoration: none;
	font-weight: 200;
	letter-spacing: 10px;
	border: 0px;
}

#header h2 { 
	font-size: 20px;
	letter-spacing: 5px;
	color: #ffffff;
	text-align:right;
	margin-right: 20px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 0px;
	line-height: 30px;
}


/* - - - - -  - - - -  -  - - - - - */
/* Hauptnavigations-Bereich */

/* horizontales Menu */
#menu  {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 40px;
	width: 920px;
	background: #c1c1c3;
}

#menu ul#navtop {
	float: left;
	position: relative;
	left: 20px;
	top: 0px;
	font: 0.9em "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding-top: 10px;
	clear:right;
	background: #c1c1c3;
}


#menu li {
	display: inline;
}
#menu li a {
	float: left;
	display: block;
	padding: 2px 10px 2px 10px;	
	color: #ffffff;
	background: #c1c1c3;
	text-decoration: none;
	
}
#menu li a:hover {
	color: #FFFFFF;
	background: #3EA62D;
}
#menu li a#current  {
	color: #FFFFFF;
	background: #3EA62D;
}

#menu #header-menue {
	float: left;
	position: relative;	
	color: #FFF;
	margin: 0; padding: 0;		
	/* change the values of left and top to adjust the position of the logo */
	top: 19px; right: 20px;
}


/* horizontales Menu am Seitenende */


#menu_unten  {
	margin-top: 10px;
	margin-bottom: 0px;
}

#menu_unten ul#navunten {
	float: left;
	font: 0.8em "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding-top: 0px;
}


#menu_unten li {
	display: inline;
}
#menu_unten li a {
	float: left;
	display: block;
	padding: 2px 10px 2px 10px;	
	color: #ffffff;
	
	text-decoration: none;
	
}
#menu_unten li a:hover {
	color: #FFFFFF;
	
}
#menu_unten li a#current  {
	color: #FFFFFF;
	
}





/* - - - - -  - - - -  -  - - - - - */
/* Hier beginnt der Content-Bereich */
#content {
	padding: 0 0px 20px 0;
	/*background: #ffffff url(layout/bg_wrap.jpg) repeat-x;*/
	
}

/* Rechter Content-Bereich */

#top {
	float: right;
	width: 670px;
	height: 10px;
	background: url(layout/bogen_top_content.png) no-repeat;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
}


.right {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: right;
	width: 630px;
	min-height: 350px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background: #ffffff;
}

.right h1 {
	font-size: 20px;
	font-weight: 100;
	padding: 10px 0 10px 0;
	color: #3EA62D;
	letter-spacing: 2px;
}

.right h2 {
	font-size: 17px;
	font-weight: 100;
	padding: 10px 0 10px 0;
	color: #3EA62D;
	letter-spacing: 2px;
}

.right h3 {
	font-size: 14px;
	font-weight: 100;
	padding: 0px 0 0px 0;
	color: #3EA62D;
	letter-spacing: 2px;
}

.right a {
	font-size: 12px;
	color: #3EA62D;
	letter-spacing: 2px;
	text-decoration:underline;
}

.right a.hover {
	font-size: 12px;
	color: #3EA62D;
	letter-spacing: 2px;
	text-decoration:underline;
}

.right img {	
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
}

.right ol,ul {
	font-size: 12px;
	margin-bottom: 0.8em;
	font-weight: 100;	
}

.right li {
	font-size: 12px;
	margin-bottom: 0.5em;
	font-weight: 100;
	margin-left: 50px;	
}

.right p {
	font-size: 12px;
	text-align:justify;
	margin-bottom: 0.8em;
	font-weight: 100;
	
}

.right blockquote {
	margin: 5px;	
	padding: 5px 10px 0 10px;  	
  	background-color: #F5F5F5; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 5px solid #3EA62D;  
	font-size: 12px;
	color: #666666;	
}

.beschreibung {
	margin-top: 0px;	
	padding: 10px 10px 10px 10px;  	
  	background-color: #F5F5F5;
	border: 1px solid #3EA62D;
	font-size: 12px;
	color: #666666;	
}


.adresstable {
	margin-top: 0px;	
	padding: 0px 0px 0 0px;  	
  	background-color: #FFFFFF;
	font-size: 10px;
	color: #666666;	
}



			/* Menü für die Detailbeschreibung */
			
			ul#navbetrieb {
				float: left;
				font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
				color: #FFF;
				list-style: none;
				margin: 0px;
				padding-top: 0px;
				padding-bottom: 0px;
				background: #ffffff;
				
			}
			
			ul#navbetrieb li {
				margin: 0px;
				display: inline;
			}
			ul#navbetrieb a {
				float: left;
				
				padding: 5px 7px 5px 7px;	
				color: #3EA62D;
				background: #ffffff;
				text-decoration: none;
				border-top: 1px solid;
				border-right: 1px solid;
				border-left: 1px solid;
				
			}
			ul#navbetrieb a:hover {
				color: #FFFFFF;
				background: #3EA62D;
				border-top: 1px solid;
				border-right: 1px solid;
				border-left: 1px solid;
			}
			ul#navbetrieb a#current  {
				color: #FFFFFF;
				background: #3EA62D;
				border-top: 1px solid;
				border-right: 1px solid;
				border-left: 1px solid;
			}


/* Linker Content-Bereich: z.B. für Navigation  */
.left {
	float: left;
	width: 210px;
	padding-top: 0px;
	margin-top: 15px;
	padding-left: 20px;
}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color: #11286c;
	font-size: 15px;
}
.left ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	color: #99AECD;
}
.left ul li a {
	text-decoration: none;
	font-weight: 600;
}
.left ul li a:hover {

}

.left img {
	
	margin-bottom: 20px;
	color: #11286c;
	font-size: 15px;
}
.left a {
	text-align: center;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	/*background-color:#6D2277;*/
	width: 190px;
	padding-bottom: 4px;
}

.left p {
	text-align: center;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	/*background-color:#6D2277;*/
	width: 190px;
	line-height: 20px;
	padding-bottom: 4px;
}


/* Form Elemente */
.right form {
	margin:10px 15px;
	padding: 10px;
	border: 1px solid #f2f2f2; 
	background-color: #F5F5F5; 
}
.right label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
.right input {
	padding: 2px;
	border:1px solid #777;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
.right textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #777;
	height:100px;
	display:block;
	color:#777;
}
.right input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}



/* Fusszeile */

#footer {
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 10px;
	letter-spacing: 2px;
}
#footer a { 
	font: 1em "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #ffffff; 
}

#footer a:hover {
	color: #111;
}

#footer a#current  {
	color: #FFFFFF;
	
}




#gmapper_map {
	float: left;
	padding-top: 0px;
	margin-top: 15px;
}
#gmapper_map h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color: #3EA62D;
	font-size: 15px;
}
#gmapper_map ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	color: #999999;
}

#gmapper_map img {
	
	margin-bottom: 20px;
	color: #11286c;
	font-size: 10px;
}
#gmapper_map a {
	text-align: center;
	margin-bottom: 20px;
	color: #3EA62D;
	font-size: 10px;
	text-decoration: none;
	/*background-color:#6D2277;*/
	width: 190px;
	padding-bottom: 4px;
}

#gmapper_map p {
	text-align: center;
	margin-bottom: 20px;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	/*background-color:#6D2277;*/
	width: 190px;
	line-height: 20px;
	padding-bottom: 4px;
}