@charset "UTF-8";
/* CSS Document */

/*******************************************/
/* RESET */
ul,div,li{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
}

a, a:link, a:visitde, a:hover{
	border: none;
}

img{
	border: none;
}

/* RESET */
/*******************************************/

/*******************************************/
/* LAYOUT */

body{
	background-color: #CCC;
	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#container{
	width: 900px;
	margin: 25px auto 0 auto;
	background:url(grafiken/grauer_balken.gif) repeat-y top left white;
}

#title{
	height: 175px;
	margin-left: 80px;
	background: url(grafiken/title.jpg) no-repeat 0 30px;
}

#top-menu{
	height: 30px;
	width: 785px;
	margin-left: 80px;
}

#content{
	width: 785px;
	height: 427px;
	position: relative;
	left: 80px;
}

.left-table {
	width: 100%;
}

#footer{
	position: relative;
	width: 900px;

	left: 0;
	height: 90px;
	margin-top: 20px;
	background-image:url(grafiken/k_e_button.png);
	background-repeat: no-repeat;
	background-position: 12px top;

	color:#CCC;
}




/* LAYOUT */
/*****************************************/





/*******************************************/
/* top-menu */

#top-menu {
	font-size: 13px;
}
#top-right-menu{
	float: right;
}

#top-left-menu{
	float: left;
	display: none;
}


#top-left-menu ul li{
	display: inline;
	margin-left: 20px;
}

#top-right-menu ul li{
	display: inline;
	margin-left: 20px;
}

#top-menu ul li a, #top-menu ul li a:link, #top-menu ul li a:visited {
	color: #818181;
	text-decoration: none;
	padding-left: 35px;
	background-image:url(grafiken/strichkringel.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#top-left-menu ul li.first{
	margin-left: 0;
}

#top-right-menu ul li.first{
	margin-left: 0;
}

#top-left-menu ul li.first a{
	padding-left: 25px;
	background-image:url(grafiken/kringel.gif);
}

#top-right-menu ul li.first a{
	padding-left: 25px;
	background-image:url(grafiken/kringel.gif);}

/* top-menu */
/*****************************************/


a.image span{
display: none;
}


#tab1{
	background-color: #D0D2D3;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 119px;
	width: 194px;
}


#tab1 a.image {
	display: block;
	position: absolute;
	width: 194px;
	height: 119px;
	background:url(grafiken/leistungen_natur.jpg);
}

#tab1 a.text {
	display: block;
	position: absolute;
	width: 194px;
	height: 40px;
	background-color: green;
}

#tab2{
	background-color: #D0D2D3;
	position: absolute;
	bottom: 0;
	left: 197px;
	height: 119px;
	width: 194px;
}

#tab2 a.image {
	display: block;
	position: absolute;
	width: 194px;
	height: 119px;
	background:url(grafiken/arbeitshilfen_natur.jpg);
}


#tab3{
	background-color: #D0D2D3;
	position: absolute;
	bottom: 0;
	left: 394px;
	height: 119px;
	width: 194px;
}

#tab3 a.image {
	display: block;
	position: absolute;
	width: 194px;
	height: 119px;
	background:url(grafiken/kompetenz_natur.jpg);
}


#tab4{
	background-color: #D0D2D3;
	position: absolute;
	bottom: 0;
	left: 591px;
	height: 119px;
	width: 194px;
}

#tab4 a.image {
	display: block;
	position: absolute;
	width: 194px;
	height: 119px;
	background:url(grafiken/information_natur.jpg);
}

#content .activeTab{
	top: 0;
	height: 100%;
}

#footer_menu{

	position: absolute;
	right: 37px;
}

#footer_menu ul li{
	display: inline-block;
	background: url(grafiken/strich.gif) top left no-repeat;
}

#footer_menu ul li.first{
	background: none;
}


#footer_menu a, #footer_menu a:link, #footer_menu a:visited, #footer_menu a:hover{
	text-decoration: none;
	color: #CCC;
}

#footer_menu ul li a{
	margin-left: 15px;
	margin-right: 8px;
}

#footer_menu ul li.first a{
	margin-left: 0;
}

#footer_menu p{
	margin-bottom: 5px;
	text-align: right;
}


#inner_content{
	position: absolute;
	z-index: 100;
}


.col1{
	position: absolute;
	left:0;
	height: 304px;
}
.col2{
	position: absolute;
	left: 197px;
	height: 304px;
}
.col3{
	position: absolute;
	left: 394px;
	height: 304px;
}
.col4{
	position: absolute;
	left: 591px;
	height: 304px;
}

.one_col{
	width: 786px;
}
.two_cols{
	width: 391px;
}
.three_cols{
	width: 588px;
}
.four_cols{
	width: 785px;
}

.col15{
	position: absolute;
	left: 0;
	height: 304px;
}
.col25{
	left: 295px;
	position: absolute;
	height: 304px;
}
.one_and_a_half_col{
	width: 292px;
}

#title h1{
	display: none;
}

.shadow {
	-moz-box-shadow: 5px 5px 9px #BBB;
	-webkit-box-shadow: 5px 5px 9px #BBB;
	box-shadow: 5px 5px 9px #BBB;
}

.box_rgba {
	background-color: #4D662C;
	background-color: rgba(136,18,62,0.8);
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F4D662C',EndColorStr='#7F4D662C');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F4D662C',EndColorStr='#7F4D662C')";
	display: block;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: white;
	position: absolute;
	bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.activeTab .box_rgba{
	top: 0;
}


.box_rgba span{
	text-align: center;
	display: block;
	margin-top: 10px;
	color: white;
}

.tab a, .tab a:link, .tab a:hover .tab a:visited{
	text-decoration: none;
}


#content h1{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
#content h2{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content p{
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
}
.light{
	color: #999;
}
#content p.light{
	color: #999;
}

#content a, #content a:link, #content a:visited, #content a:hover{
	color: #999;
}

#cols{
	background-color:#E1E4E5;
	width: 100%;
	height: 304px;
}


.activeTab a span{
	text-align: center;
	display: block;
	margin-top: 10px;
	color: white;
	font-size: 18px;
	text-transform:uppercase;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #BBB;
	height: 30px;
}

.text{
	margin-left: 15px;
	margin-right: 15px;
}


.text ul {
	margin-left: 15px;
}
.text ul li{
	list-style: disc;
}

.submenu{
	margin: 20px auto 0 auto;
	width: 160px;
}
.submenu ul li{
	background:url(grafiken/kringel.gif) no-repeat top left;
}

#top-right-menu ul li a.active{
	text-decoration: underline;
}
.submenu ul li a{
	margin-left: 20px;
}

.submenu ul li a.active{
text-decoration: underline; !important
}

select{
	font-size: 11px;
	color: #888;
	background-color: #FFF;
	border: 2px solid #CCC;
	-moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4 */
          border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

input{
	padding-left: 3px;
	font-size: 11px;
	color: #888;
	background-color: #FFF;
	border: 2px solid #CCC;
	-moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4 */
          border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

button{
	padding-left: 3px;
	font-size: 11px;
	color: #888;
	background-color: #FFF;
	border: 2px solid #CCC;
	-moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4 */
          border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

textarea{
	font-size: 13px;
	color: #888;
	background-color: #FFF;
	border: 2px solid #CCC;
	-moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4 */
          border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
		  font-family: Arial, Helvetica, sans-serif;
}

input:focus{
border: 2px solid #BBB;
}


.portrait{
	width: 66px;
	height: 77px;
	background-color:#666;
	position: relative;
}

.portrait a {
	display: block;
}

.portrait img {
	display: block;
	width: 100%;
	height: auto;
}

#footer_menu a.active{
	text-decoration: underline;
}

.simple{
/*top: 387px !important;*/
height: 40px !important;
}

#karte{
position: absolute;
z-index: 1000;
top: 45px;
}

#kartenvorschau{
	margin-left: -15px;
	margin-top: -10px;
width: 276px;
height: 201px;
margin-bottom: 20px;
background: url(grafiken/kartenvorschau.gif) no-repeat top left;
}

#showMap{
	height: 17px;
	color: #888;
	background-color: #EEE;
	border: 2px solid #CCC;
	-moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4 */
          border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
		  text-decoration: none;
		  padding-left: 4px;
		  padding-right: 4px;
		  padding-top: 2px;
		  padding-bottom: 0px;
		  top: 10px;
		  left: 10px;
		  position: absolute;
		  z-index: 10000;

}

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.jobs-link{
	text-decoration: none;
	display: block;
	position: absolute;
	left: 17px;
	top: 7px;
	padding: 7px 15px;
	background-color: rgb(200,200,200);
	color: rgb(108,38,88);
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
	box-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
}

.jobs-link.active{
	font-weight: bold;
}

.datenschutz-text {
	padding: 20px 15px;
	margin-left: 0;
	margin-right: 0;
	height: 350px;
	overflow-y: auto;
}
