/* ALLGEMEINE-ANGABEN */	
body, div, dl, dt, dd, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, img, blockquote, p {
	border:0 none;
	margin:0;
	padding:0;
	}

body {
	background:none repeat scroll 0 0 #fff;
	color:black;
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
	line-height:18px;
	overflow-y:scroll;
	}

a {
	color:#0a71b3;
	}

p+h3 {
	margin-top:20px;
	}	
	
p {
	margin-bottom:10px;
	}	
	
h1 {
	font-size:30px;
	font-weight:bold;
	color:#0a71b3;
	}	
	
h3 {	
	font-weight:bold;
	color:#0a71b3;
	}		
	
h4 {	
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}	
h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
	}	
	
	
/* SEITENSTRUKTUR */	
#pageContainer {
	background:repeat-y scroll 0 0 transparent;
	height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;	
	overflow:none;
	width:980px;
	}	
	
#logo {
	margin:18px 0px 15px 0px;
	padding:0px;
	text-align:center;
	}	
		
#banner {
	height:197px;
	margin:15px 0px 0px 0px;
	padding:0px;
	text-align:center;
	}	
			
div#menu {
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	height:25px;
	border-right:#0a71b3 solid 1px;
	}				

	#menu ul {
		margin:0px;
		padding:0px;
		}	

	#menu ul a {
		text-decoration:none;
		}	

	.menupoint {
		border-top:none;
		border-right:none;
		border-bottom:#0a71b3 solid 1px;
		border-left:#0a71b3 solid 1px;
		
		border-top:0px;
		float:left;
		list-style-type:none;
		margin-right:0px;
		padding:0.29em 0.72em;
		position:relative;
		}	
		
	.menupoint:hover {
		background-color:#0a71b3;
		}	
				
	.menupoint:hover a {
		color:#fff;
		}
		

		
#submenu {
		clear:both;
		display:none;
		left:-1px;
		line-height:15px;
		list-style-type:none;
		top:25px;
		}	
					
	#submenu a {
			color:#0a71b3;
			}	
					
		.menupoint:hover #submenu {
			display:block;
			position:absolute;
			}	
				
		.submenupoint {
			background-color:#fff;
			border:#0a71b3 solid 1px;
			border-top:0px;
			margin:0px;
			padding:5px 8px;
			}	
			
		.submenupoint:hover, .submenupoint:hover a {
			background-color: #b9d6e8;
			}
			
	
#headline {
	clear:both;
	margin:50px 0px 50px 0px;
	text-align:left;
	}	
		
#image {
	float:left;
	margin-bottom:20px;
	margin-right:30px;
	padding:0px;
	width:475px;
	}		
		
#text {
	float:right;
	margin-bottom:20px;
	padding-right:10px;
	width:465px;
	}		
				
#text ol {
	margin-left:20px;
	}		
		
#footer {
	background:url(images/foot.jpg) repeat scroll 0 0;
	color:#fff;
	clear:both;
	font-size:80%;
	height:19px;
	margin:0px;
	margin-top:30px;
	padding:0px;
	padding-top:2px;
	text-align:center;
	vertical-align:middle;
	width:980px;
	}		