/* #Site Styles
================================================== */
.header {
    height: 260px;
    position: relative;
    z-index: 1;
}
.slider {
    position: relative;
    z-index: 1;
}
#imgslider_box{
		width:960px;
		height:260px;
		overflow:hidden;
	}
	.slider_box{position:relative;}
	.slider_box p{
		position:absolute;
		right:200px;
		background-image:url("../images/tropfen.png");
		background-position:left top;
		background-repeat:no-repeat;
		background-size:20px 20px;
		padding-left:23px;
		line-height:20px;
		font-size:16px;
		font-weight:bold;
		width:330px;
		text-align:left;
		text-shadow: 1px 1px 2px #FFFFFF;
		color:#000000;
	}
	.slider_box p:nth-child(1){	top:40px;}
	.slider_box p:nth-child(2){	top:90px;}
	.slider_box p:nth-child(3){	top:140px;}
	.slider_box p:nth-child(4){	top:190px;}
.logo {
    background-image: url(../images/logo.png);
    height: 260px;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 960px;
}

.content {

background-image:url(../images/shadow.png);
background-repeat:repeat-y;
}

.content_txt {
    background-color: #FFFFFF;
    padding: 10px;
    margin-left: 5px;
  width: 824px;
  min-height:300px;
}

.infobox {
   padding: 10px;
    border: 1px solid #ddd;
}

.pictures img {padding:0; margin:0; float:left}
.pictures img:hover {
    opacity: 0.8;
}

.navigation {
height: 40px;
background-color:#71bf45;
}

.footer{
clear:both;
background-color: #71bf45;
color:#fff;
text-align:center;
padding: 10px;
font-size:90%
}



/* #Mainmenü */

.navigation_main li {
    display: inline;
    line-height: 40px;
     padding: 7px 10px;
    font-size: 18px;
}
.navigation_main li a, .navigation_main li a:link{
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #222222;
}

.navigation_main li:hover {background-color:#666}
.navigation_main li.active {background-color:#666}
.navigation_main li.active span{
	color: #FFFFFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #222222;
}

.aktiv {background-color:#666}

/* #Submenü */

.navigation_sub ul {
    margin-top: 15px;
    width: 185px;
}
.navigation_sub li {
    background-color: #E3E3E3;
    font-size: 14px;
    padding: 5px;
    margin: 3px 0px;
}
.navigation_sub a, .navigation_sub a:link {
    text-decoration: none;
    padding: 2px 10px;
}
.navigation_sub li.active{
    background: none repeat scroll 0 0 #0DB902;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #666;
}

.navigation_sub nav.submenu2 li{
	background: none repeat scroll 0 0 #B6EEB0;
	font-weight:bold;
}


.sub_aktiv {
    background: none repeat scroll 0 0 #0DB902;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #666;
}

#vertical-ticker {
    height: 185px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#vertical-ticker li {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #DDDDDD;
    color: #333333;
    display: block;
    padding: 35px 20px;
    text-align: center;
}

.invisible{display:none;}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/