HTML, BODY {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../bilder/hg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	.clear {clear: both;}
	#container {
		width: 906px;
		margin: auto;
		}
		#container IMG.kopf {
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;			
			}
		#container #nav {
			background: #B4D2EC;
			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 26px;
							}
						#container #nav UL LI A:HOVER,
						#container #nav UL LI A.aktiv {
							background: #00347f url(../bilder/hg-button-nav-aktiv.png) center no-repeat;
							color: #fff;
							}
		#container #content {
			border: 3px solid #76AACF;
			border-top: 0;
			color: #172649;
			background: #fff url(../bilder/hg-schatten-content.png) repeat-x;
			font-size: 0.75em;
			min-height: 350px;
			_height: 350px;
			position: relative;
			padding: 15px 30px 50px 30px;
			line-height: 17px;
			}
			#container #content A {
				color: #172649;
				}
			#container #content .sprache {
				position: absolute;
				right: 5px;
				top: 10px;
			}
				#container #content .sprache IMG {
					margin: 0 5px;
					}	
			#container #content H1,
			#container #content H2 {
				background: url(../bilder/hg-h1.png) no-repeat;
				font-size: 1.3em;
				padding: 11px 0 11px 50px;
				margin: 27px 0 0 23px;
				}
				#container #content H2 {
					margin: 10px 0 15px 23px;
					}
			#container #content P {
				margin-left: 27px;
				}
				#container #content .rechts {
					float: right;
					margin-top: 15px;
					_margin-top: 30px;
					*margin-top: 40px;
					margin-bottom: 40px;
					}
					#container #content .rechts P {
						margin: 0 0 20px 0;
						}
			#container #content #footer {
				height: 26px;
				padding-top: 12px;
				background: #EDEBEC;
				text-align: center;
				color: #2e4886;
				font-size: 0.9em;
				position: absolute;
				left: -0px;
				bottom: 0;
				width: 900px
				}
				#container #content #footer .impressum {
					position: absolute;
					right: 6px;
					bottom: 5px;
					}
