HTML, BODY {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../bilder/hg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	#container {
		width: 906px;
		height: 640px;
		position: absolute;
		left: 50%;
		margin-left: -450px;
		margin-top: 50px;
		}
		.sprache {
			position: absolute;
			right: 10px;
			top: 50px;
			}
			.sprache IMG {
				margin: 0 5px;
				}
		#container #nav {
			background: #B4D2EC;
			width: 100%;
			height: 38px;
			border: 1px solid  #ffffff;
			border-right: 0;
			}
			#container #nav UL {
				margin: 0;
				padding: 0;
				list-style: none;
				}
				#container #nav UL LI {
					float: left;
					}
					#container #nav UL LI A {
						display: block;
						width: auto;
						padding: 11px 16px;
						border-right: 1px solid  #ffffff;
						color: #2e4886;
						text-decoration: none;
						font-size: 0.8em;
						font-weight: bold;
						}
						#container #nav UL LI A.last {
							padding: 11px 26px 11px 27px;
							}
						#container #nav UL LI A:HOVER {
							background: #00347f url(../bilder/hg-button-nav-aktiv.png) center no-repeat;
							color: #fff;
							}
		#container #content {
			border: 3px solid #76AACF;
			border-top: 0;
			color: #2a495f;
			font-size: 0.75em;
			background: #fff;
			}	
			#container #content A {	
						color: #2a495f;}
			#container #content IMG {
				margin-bottom: 20px;
				}
				#container #content P {
					margin-top: 0;
					}
					#container #content H1 {
						text-align: center;
						display: block;
						font-size: 1em;
						margin-top: 0;
						}
			#container #content .links {
				float: left;
				width: 522px;
				padding-left: 33px;
				}
			#container #content .mitte {
				float: left;
				width: 242px;
				text-align: center;
				background: url(../bilder/hg-b-start.jpg) no-repeat;
				font-family: Verdana, Geneva, sans-serif;
				margin: 0 0 0 25px;
				padding: 12px 25px 12px 5px;
				}
				#container #content .mitte P {
					margin: 0 0 9px 0;
					}
			#container #content .rechts {
				float: left;
				width: 300px;
				text-align: center;
				margin-left: 40px;
				}
				#container #content .rechts P {
					margin: 0;
					}
					#container #content .rechts IMG {
						margin: 0;
						}
			#container #content .grau {
				clear: both;
				font-style: italic;
				color: #808080;
				text-align: center;
				font-weight: bold;
				padding: 10px 0;
				_padding-top: 10px;
				}
			#container #content #footer {
				height: 26px;
				padding-top: 12px;
				background: #EDEBEC;
				text-align: center;
				color: #2e4886;
				font-size: 0.9em;
				position: relative;
				}
			#container #content #footer A {
				color: #2e4886;
				}				
				#container #content #footer .impressum {
					position: absolute;
					right: 6px;
					bottom: -15px;
					}
