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;}	
.clear A {color: #2A4B5E;}	
#container {
		width: 906px;
		height: 640px;
		/*position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -450px;
		margin-top: -320px;*/
		margin: auto;
		margin-top: 20px;
		position: relative;
		}
		.sprache {
			position: absolute;
			right: 5px;
			top: 10px;
			}
			.sprache IMG {
				margin: 0 5px;
				}
		#container #nav {
			background: #951F13;
			width: 100%;
			height: 38px;
			border: 1px solid  #ffffff;
			}
			#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 15px;
						/*border-right: 1px solid  #ffffff;*/
						background: url(../bilder/hg-nav-pipe.png) 0 13px no-repeat;
						color: #fff;
						text-decoration: none;
						font-size: 0.8em;
						font-weight: bold;
						}
						#container #nav UL LI A.first {
							background: none;
							}
						#container #nav UL LI A:HOVER {
							background: #E8C7C2 url(../bilder/hg-nav-pipe.png) 0 13px no-repeat;
							color: #fff;
							}
		#container #content {
			border: 3px solid #600703;
			border-top: 0;
			color: #2A4B5E;
			font-size: 0.75em;
			background: #FAF5E2;
			}		
			#container #content IMG {
				margin-bottom: 20px;
				}
				#container #content P {
					margin-top: 0;
					}
					#container #content H1,
					#container #content H2 {
						text-align: center;
						display: block;
						font-size: 1em;
						margin-top: 0;
						}
			#container #content .links {
				float: left;
				width: 280px;
				padding: 0px 10px;
				}
				#container #content .links A {
					color: #2A4B5E;
					}
			#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: #D3A8A2 ;
				text-align: center;
				color: #600605;
				font-size: 0.9em;
				position: relative;
				}
			#container #content #footer A {
				color: #600605;
				}				
				#container #content #footer .impressum {
					position: absolute;
					right: 6px;
					bottom: -15px;
					}
