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


body{
	font-family:Verdana, Geneva, sans-serif;	
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	}






h1 {
	font-size:14pt;
	color:#A1C049;
	margin-top:0;
	padding: 0 0 10px 0;
	background-image:url(../images/linie_h1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}




p {
	font-size:9pt;
	padding:0 0 10px 0 ;
	line-height:1.5;	
	margin:0;
	}


ul {
	font-size:9pt; 
	margin-top:0;
	line-height:1.5;
}


ul li {
	list-style-image: url(../images/listimage.jpg);
	}


a {color:#A1C049; text-decoration:none;}

a:hover{text-decoration:underline;}


table {
	font-size:9pt;}




#seite {
	width:940px;
	height:auto;	
	margin:15px auto 50px auto;
	text-align:center;
	
	}
	
	
	
	
#header {
	width:940px;
	height:160px;
	background-image: url(../images/linie_header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-position:center bottom;
	margin-bottom:5px;
	
	}
	



#menu{
	width:850px;
	height:40px;
	margin-left:90px;
	text-align:center;
	}
	
	
	
	
	
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
	
#menu ul li{
	float:left; 
	padding: 8px 5px 0 0;
	list-style:none;
	}
	
	
#menu ul li a{
	text-decoration:none;
	color:#000;
	font-size:10pt;
	font-weight:bold;
	padding: 5px 10px;
	
	
	}
	
	
#menu ul li a:hover, #menu ul li a.active{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color:#A1C049;
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
	position:relative;
	zoom: 1;
}






#bild {
	width:940px;
	height:400px;
	margin-bottom:40px;
	}
		
		
		
		
		
		
#content {
	text-align:left;
	width:630px; /*insg. 670px */
	height:auto; 
	float:left;
	padding-right:40px;
	}	
	
	
	
#right {
	width:270px;
	height:380px; 
	float:right;
	
	}
	
	
	
	
	
#footer {
	width:940px;
	height:20px; 
	clear:both;
	text-align:right;
	padding-top:20px;
	
	}
	
	
	
	
.cleaner { 
    font-size: 0px; 
    background-color: transparent; 
    height: 0px; 
    clear: both; 
    margin: 0; 
    padding: 0;
}
