@charset "UTF-8";
/* CSS Document */

body {
	background-color: #d4e3f3;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
border: 0;
}


div#container {
	width: 800px;
	background: #FFFFFF;
	
	margin: 0 auto;
	padding: 0;
	
}

	div#header {
		width:800px;
		height: 101px;
	}
	
	div#logo {
		float:left;
		width: 290px;
		height:101px;
	}
	
		div#navigation {
			float: right;
			padding-top:78px;

			width: 480px;
			/*height: 40px;*/
		}
		
		div#navigation ul {
			margin: 0;
			padding: 0;
		}

		
		div#navigation li {
			float: left;
			font-size:13px;
			list-style: none;
			margin-right: 30px;
			padding: 0;
			display:inline;
		}
		
		div#navigation li a {
			display:block;
			height:20px;
			text-decoration: none;
			text-indent: -9999px;			
		}

		div#navigation li a.navigation_news {
			background: url(../images/nav_news.jpg) 0 0;
			width: 44px;
		}

		div#navigation li a:hover.navigation_news {
			background: url(../images/nav_news.jpg) 0 -20px;
			width: 44px;
		}
		
		div#navigation li a.navigation_meeting {
			background: url(../images/nav_meeting.jpg) 0 0;
			width: 63px;
		}

		div#navigation li a:hover.navigation_meeting {
			background: url(../images/nav_meeting.jpg) 0 -20px;
			width: 63px;
		}

		div#navigation li a.navigation_historie {
			background: url(../images/nav_historie.jpg) 0 0;
			width: 60px;
		}

		div#navigation li a:hover.navigation_historie {
			background: url(../images/nav_historie.jpg) 0 -20px;
			width: 60px;
		}

		div#navigation li a.navigation_foerderverein {
			background: url(../images/nav_foerderverein.jpg) 0 0;
			width: 89px;
		}

		div#navigation li a:hover.navigation_foerderverein {
			background: url(../images/nav_foerderverein.jpg) 0 -20px;
			width: 89px;
		}

		div#navigation li a.navigation_links {
			background: url(../images/nav_links.jpg) 0 0;
			width: 43px;
		}

		div#navigation li a:hover.navigation_links {
			background: url(../images/nav_links.jpg) 0 -20px;
			width: 43px;
		}
		
			
		div#navigation li a.navigation_active {
			background-position: 0 -40px;
		}

		div#navigation li a:hover.navigation_active {
			background-position: 0 -20px;
		}

	div#header2 {
		background:url(../images/headerimage.jpg) 0 0;
		
		width: 800px;
		height: 150px;
		clear:both;
	}
	
	div#content {	
		padding: 15px;
		font-size: 12px;
		color:#474747;
		background-color:#FFFFFF;
		height: 100%;
		width: 770px;/*800px*/
	
	}
	
		div#inhalt {
			width:521px;
			text-align:justify;
			overflow:hidden;
		}
		
			div#inhalt a {
				color:#66b8dc;
				font-weight: bold;
				text-decoration:none;
			}
			
			div#inhalt a:hover {
				color:#66b8dc;
				font-weight: bold;
				text-decoration:underline;
			}
			
			div#inhalt dl {
				padding-bottom: 120px;
				text-align: left;
		
			}
			
			
			/* Nur für IE/Mac \*//*/ 
			div#inhalt dl {
				padding-bottom: 50px; 
			}
			/* */

			
			div#inhalt dt {
				float: left;
				width: 175px;
				padding: 5px;
				
				font-weight:bold;
			
			}
				div#inhalt .blau {
				color:#66b8dc;
				font-weight:bold;
				}
			
			div#inhalt dd {
				float:left;
				margin:0;
				padding:5px;
				width:250px;
			
			}

		
		div#sponsoren {
			background:url(../images/sponsoren_box.gif) 0 0 no-repeat;
			float:right;
			width: 209px;/*244px 209*/
			height: 617px;
			padding-left:25px;
			margin-left: 10px;
			overflow:hidden;

		
		}
		
		div#sponsoren .animiertes_gif {
			padding-bottom: 10px;
			width: 219px;
		}
	
	div#footer {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
		color:#66b8dc;
		margin: 0 auto;
		padding: 25px 0 0 10px;
		background: url(../images/footer_img.gif) no-repeat;
		width: 790px;
		height: 15px;
		position:relative;
	}
	
	div#footer a {
		text-decoration:none;
		color:#66b8dc;

	}
	
	div#footer a:hover {
		text-decoration:underline;
		color:#66b8dc;

	}

		div#footer .kontakt_impressum {
			float:right;
			padding-right: 10px;
		}
				
	
/*==================STYLES-P-H1=================*/
	
div#content h1 {
	font-size: 14px;
	color:#474747;
	font-weight:normal;

}

div#content h2 {
	font-size: 14px;
	color:#66b8dc;
	
}

div#content h3 {
	font-size: 12px;
	color:#474747;
	font-weight:bold;
	
}

div#content h4 {
	font-size: 12px;
	font-weight: bold;
	color:#66b8dc;

}

div#content h5 {
	font-size: 12px;
	color:#474747;
	font-weight: normal;
	margin: 5px 0 10px 0;

	
}

div#content h6 {
	font-size: 12px;
	color:#66b8dc;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 10px 0;

}
