HTML, BODY {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background:url(../bilder/hg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
.clear {
	clear: both;
	}	
	#container {
		width: 897px;
		margin: auto;
		border-left: 2px solid #593D27;
		border-right: 2px solid #593D27;	
		background: url(../bilder/hg_container.png) repeat-y;
		min-height: 100%;
		_height: 100%;
		position: relative;
		}
		#container .sprache {
	position: absolute;
	border-right: 6px solid #CFBA9D;
	background: #FCE8CF;
	width: 44px;
	padding: 2px 2px 0 2px;
	left: 843px;
	top: 234px;
	filter:alpha(opacity=80); -moz-opacity: 0.8;
			}
		#container #kopf {
			height: 193px;
			}
		#container #menue {
			height: 30px;
			padding: 8px 0 0 7px;
			border-bottom: 3px solid #B48444;
			background: url(../bilder/hg_menue.jpg) no-repeat;
			}

			#container #menue UL {
				margin: 0;
				padding: 0;
				}
				#container #menue UL LI {
					display: inline;
					}
				#container #menue UL LI A {
					color: #FFFFFF;
					text-decoration: none;
					font-weight: bold;
					font-size: 0.7em;
					text-transform: uppercase;
					border-right: 2px solid white;
					padding: 0 10px 0 4px;
					}
				#container #menue UL LI A.last {
					border: 0;
					}
				#container #menue UL LI A.lb {
					color: #4F4647;
					}
				#container #menue UL LI SPAN.aktiv, #container #menue UL LI A:HOVER {
					color: #241103;
					}
		#container #content {
			padding: 0 0 60px 30px;
			font-size: 0.8em;
			color: #04485F;
			float: left;
			width: 887px;
			}
			.narrowcolumn {margin-left: -63px;}
			#container #content #rechts {
				float: right;
				width: 292px;
				margin: -52px 0 0 0;
				padding-bottom: 0px;
				text-align: left;
				}
		#container #footer {
			height: 25px;
			padding: 9px 20px 0 0;
			border-bottom: 3px solid #B38341;
			position: absolute;
			bottom: 0;
			width: 877px;
			background: url(../bilder/hg_footer.jpg) repeat-x;
			font-size: 0.7em;
			color: white;
			text-align: center;
			}
			#container #footer A {
				color: white;
				}
			#container #footer .impressum {
				position: absolute;
				left: 860px;
				top: 4px;
				}
