@CHARSET "UTF-8";

body {
	

}

a {
	text-decoration:none;
	color:rgb(74,74,74);
}

a:hover{
	text-decoration:underline;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#wrap {
	width:1000px;
	margin:25px auto;

}

#header {
	float:left;
	padding:0 0 15px 200px;
	width:800px;
	height:54px;
}

#header #logo {
	width:439px;
	height:64px;
	margin:0 0 15px 0;
}

/******************** MENU *************/

#menubar {
	float:left;
	width:200px;
	height:100%;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:13px;
	color:rgb(74,74,74);
	margin:55px 0 0 0;
}

#menu a{
	 text-decoration:none;
}

.menuItem , .accordionButton {	
	width: 190px;
	height:20px;
	padding:5px 0 5px 0;
	float: left;
	cursor: pointer;
}

.inactiveSubMenu {
	color:rgb(74,74,74) !important;
	height:20px;
}

.activeSubMenu {
	color:#80932E;
	border-color:#80932E;
	border-bottom:2px solid;
	height:17px;
}

.activeSubMenu a{
	color:#80932E;
}

.greenSubMenu {
	color:#80932E;
	border-color:#80932E;
}

.green:hover {
	color:#80932E !important;
}

.green.activeLink {
	color:#80932E !important;
}

.blueSubMenu{
	color:#74A6C1;
	border-color:#74A6C1;
}

.blue:hover {
	color:#74A6C1 !important;
}

.blue.activeLink {
	color:#74A6C1 !important;
}

.cyanSubMenu{
	color:#709188;
	border-color:#709188;
}

.cyan:hover {
	color:#709188 !important;
}

.cyan.activeLink {
	color:#709188 !important;
}

.yellowSubMenu{
	color:#DEAB17;
	border-color:#DEAB17;
}

.yellow:hover {
	color:#DEAB17 !important;
}

.yellow.activeLink {
	color:#DEAB17 !important;
}








.accordionContent {
	padding:0 0 10px 0;	
	width: 190px;
	float: left;
	display: none;
}

.subMenuItem {
	width:180px;
	padding:5px 0 0 20px;
	font-size:13px;
}


/**************** CONTENT ***************/

#contentWrap {
	float:left;
	width:540px;
	padding: 0 130px 0 130px;
	background:rgb(74,74,74);
	font-family: 'Merriweather Sans', sans-serif;
	font-size:12px;
}

#contentContactInfo {
	width:540px;
	height:20px;
	font-family: 'Merriweather Sans', sans-serif;
	padding:25px 0 15px 0;
}

#contentHeader {
	position:relative;
	width:722px;
	height:130px;
	background-image: url(../img/background.png);
	background-repeat:repeat-x ;
	/*background:rgb(149,178,51) !important; */
	margin:0 0 35px 0;
}

#content {
	width:540px;
	height:auto;
	margin:0 0 50px 0;
	color:rgb(74,74,74);
}

#content p {
	text-align:justify;
	font-size:12px;
	line-height:20px;	
}

#content a {
	font-weight:bold;
}

#contentFooter {
	margin-left:-130px;	
	width:670px;
	padding: 8px 0 0 130px;
	height:27px;
	border-top: 2px solid black;
}

.imageContainer {
	background-color: rgba(255,255,255,0.6);
	width:670px;
    height:180px;
}


.singleImageContainer {
	width:160px;
    height:160px;
    line-height:160px;
    float:left;
    text-align:center;
	margin:10px;
}

.singleImageContainer > img{
	max-width:160px;
	max-height:160px;
	line-height:inherit;
    vertical-align:middle;
    text-align:center;
    align:center;
}

.clear {
	clear:both;
}

/****************** SLIDER ***********************/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 0 130px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 410px;
  height:130px;
  border: 0;
  z-index:100;
  }
  
  
  
 /******************* TERMINE **************/
 
 #termine {
 	width:100%;
 }
 
 #termine .start,#termine .end {
 	width:75px;
 }


#termine td {padding:5px 0 5px 10px;}

#termine tbody tr:nth-child(odd) {background: rgb(149,178,51)}
#termine tbody tr:nth-child(even) {background: rgb(198,216,149)}
 
 
 /*************** NEWS ************/
 
 .news_wrap {
 	margin:0 0 10px 0;
 	border-top:2px solid;
 }
 
 .news_wrap:first-child {
 	border:0px;
 }
  
 .news_teaser_link {
 	float:right;
 }
 
 .news_heading {
 	color:rgb(149,178,51);
 }
 
 .news_heading .small{
 	float:right;
 	font-size:11px;
 }
 
 .news_teaser {
 	color:black;
 }
 
 .news_teaser_image {
 	float:left;
 	max-width:152px;
 	max-height:152px;
 	margin:0 10px 10px 0;
 }
 
 
 /*********** GALERIE ********************/
 
 .galerieWrap {
	float:left;
	width:250px;
	height:250px;
	margin:0 10px 10px 10px;
 }
 
 .galerie {
 	position:relative;
 }
 
 .galerie img {
 	width:250px;
 	max-height:250px;
 }
 
 .galerie .overlay {
 	padding:5px 0 5px 0px;
 	position:absolute;
 	bottom:0px;
 	width:100%;
 	height:20px;
 	background-color:rgba(0,0,0,0.7);
 	visibility:hidden;
 }
 
 .galerie .overlay a{
 	color:white;
 	font-size:15px;
 	margin-left:10px;
 }
 
 .galerie:hover .overlay {
 	visibility:visible;
 }
 
 /****************** LETTERS ******************/
 
 .letter {
	width:20px;
	position:absolute;
	color:white;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 800; 
 }
 
 
 
 
 
 /******************* DOWNLOADS ************************/
 
 
#downloads {
	width:100%;
}
 
#downloads tbody tr:nth-child(odd) {background: rgb(149,178,51)}
#downloads tbody tr:nth-child(even) {background: rgb(198,216,149)}
 
 #downloads .type {
 	width:100px;
 	text-align:center;
 	vertical-align:center;
 	padding:5px 0 5px 0; 
 }
 
 #downloads .file {
 	width:400px;
 	text-align:left;
 	vertical-align:center;
 	padding:5px 0 5px 10px;
 }
 
 
 
 /******************** KONTAKT *******************************/
 
#contactForm {
    width: 100%;
    margin: 0 auto;
}

#contactForm label, #contactForm input , #contactForm textarea {
    display: inline-block;
}

#contactForm label {
    width: 15%;
    text-align: left;
    margin: 5px 0 0 0;
}

#contactForm label + input {
    width: 35%;
    margin: 5px 30% 0 0;
}

#contactForm input + input {
    float: left;
}

#contactForm textarea {
    width: 70%;
    height:250px;
    margin: 5px 0 0 0;
}

#contactForm #submit {
	width:100px;
	height:25px;
	font-weight:bold;
	font-size:13px;
	border:2px solid rgb(149,178,51);
	background:rgb(220,230,179);
	color:rgb(149,178,51);
	cursor:pointer;
}
