/* zep - stylesheet ________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________________________ */

/* start accessibility */

	* {margin:0; padding:0;} /* Alle Aussen- undInnenabstände auf 0 setzten*/

	.accessibility, dfn {
		display: none;
		} /* Alle Accessibility-Elemente ausblenden */

	.accessibility {
		position: absolute; 
		top: -999em;
		left:-999em;
		} /* accessibility divs are hidden by default text, screenreaders and such will show these */

	dfn {
	   position: absolute;
	   left: -1000px;
	   top: -1000px;
	   width: 0;
	   height: 0;
	   overflow: hidden;
	   display: inline;
	   } /* definition tags are also hidden these are also used for menu links */
	
/* end accessibility */


/* _________________________________________________________________________________________________________________________ */


/* start font */

	* {
		font-family:Arial, Helvetica, sans-serif;
		}
	
/* end font */


/* _________________________________________________________________________________________________________________________ */


/* start body */
	
	body {
		background: #FFFFFF;
		}
	
/* end body */


/* _________________________________________________________________________________________________________________________ */	

/* start container */	
	
	div#container{
	width: 960px;
	margin:auto;
	background-color:#FFFFFF;
	margin-top:-85px;
	padding-bottom:5px;
	}
	
/* end container */


/* _________________________________________________________________________________________________________________________ */	
	
	
/* start content */	

	div#content {
	width:960px;
	}
	
	div#content h3 {
	color:#3f3f3f;
	font-weight:normal;
	font-size:1.8em;
	padding-top:25px;
	}
	
	div#content h4 {
	color:#9acf47;
	font-weight:normal;
	font-size:1.4em;
	margin-top:3px;
	}
	
	div#content h4.abstand {
	padding-bottom:12px;
	}
	
	
	div#content h5 {
	font-size:0.8em;
	padding-top:2px;
	}
	

	div#content p {
	font-size:1em;
	color:#3f3f3f;
	padding-top:10px;
	}
	
	div#content img {
	border:none 0px #000000;
	}
	
	.block2{
	width:630px;
	float:left;
	}
	
	.block1{
	float:left;
	width:300px;
	}
		
	.trennlinie{
	width:960px;
	margin-top:25px;
	border-top: dotted #cccccc 1px;
	}
	
	.clear{
		clear:both;	
	}
	
	.spacer{
		width:30px;
		float:left;
	}
	
	.sponsorListHolder{
	margin-top:12px;	
	}
	
	#lp_icon{
	margin-right:3px;
	position:relative;
	top:3px;
	}
	
		
/* end content */


/* _________________________________________________________________________________________________________________________ */	


/* start header */	
	
	div#header {
	background-color:#e7e7e7;
	height:81px;
	border-top:solid #95cd3c 4px;
	background-image:url(../img/trennlinie.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
	
	div#header h1 a {
	background-image: url('../img/zep.png');
	display: block;
	height: 43px;
	width: 200px;
	margin-top:18px;
	margin-left:-3px;
	text-indent: -9999em;
	}
	
/* end header */


/* _________________________________________________________________________________________________________________________ */		

/* start headerline */	
	
	div#headline {
		height:85px;
		background-color:#e7e7e7;
	}
	
/* end headline */


/* _________________________________________________________________________________________________________________________ */		


/* start footer */	

	div#footer {
		clear:both;
		padding-top:50px;
		width:960;
		height:10px;
		color:#8a8a8a;
		font-size:0.8em;
		margin-bottom:20px;
		
	}
	
		
/* end footer */


/* _________________________________________________________________________________________________________________________ */	

/* start navigation */	
	
	div#navi {
	font-size:1.1em;
	/*width:465px;*/
	float:right;
	margin-top:-50px;
	}
	
	div#navi ul {
	list-style-type: none;
	/*width:465px;*/
	}
	
	div#navi ul li{
	/*float:left;*/
	display:inline;
	}
	
	.Active a{
	color:#FFFFFF!important;
	background-color:#3f3f3f;
	/*css 3.0 rounded corners*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* css3 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #2f2f2f url(../img/alert-overlay.png) repeat-x;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	}
	
	div#navi ul li a {
	text-decoration: none;
	color: #3f3f3f;
	padding-top:4px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	margin:1px;
	}
	
	div#navi ul li a:hover {
	color:#ffffff;
	background-color:#2f2f2f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:1px;
	/* css3 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #2f2f2f url(../img/alert-overlay.png) repeat-x;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	}
	
/* end navigation */

/* _________________________________________________________________________________________________________________________ */	

/* start buttons */	

.open{
	background:url(../img/icons/open.png) no-repeat scroll left top transparent;
	display:block;
	height:30px;
	position:absolute;
	width:30px;
	z-index:4;
}


	.buttons{
	margin-top:20px;
	}

   .button{
		/*background: #2f2f2f url(../img/alert-overlay.png) repeat-x;*/
		background: #2f2f2f url(../img/alert-overlay.png) repeat-x;
		height:25px;
		display: inline-block;
		padding-right:10px;
		color: #fff!important;
		text-decoration: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25);
		cursor: pointer;
		text-decoration:none;
		width:227px;
		padding-bottom:0px;
		padding-top:10px;
		font-size: 1.3em;

  }

  
  .button:hover{
	text-decoration:none;
	background: #2f2f2f;
	}

	.arrow{
	font-size:2.5em;
	padding-right:5px;
	padding-left:5px;
	float:left;
	position:relative;
	top:-19px;
	/*margin-top:50px!important;*/
}
	



/* end buttons */	
/* _________________________________________________________________________________________________________________________ */	
/* _________________________________________________________________________________________________________________________ */	
