html { 
    height: 100%; 
    margin-bottom: 1px;
} 
body {
	margin: 0;
	padding: 0;
	background-image: url(../images_global/bg_body.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat;
	background-position: left top;
	background-color: #999999;
}

.schattenRo {
	background-image: url(bilder/layout/schatten_rechts_oben.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.schattenR {
	background-image: url(bilder/layout/schatten_rechts.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.schattenEcke {
	background-image: url(bilder/layout/schatten_ecke.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.schattenU {
	background-image: url(bilder/layout/schatten_unten.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.schattenUl {
	background-image: url(bilder/layout/schatten_unten_links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 300px;
	margin-left: 5px;
	overflow: visible;
	line-height: 17px;
	margin-right: 15px;
	position: relative;
}
.beschriftung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	text-align:center;
	padding:10px 0px;
	font-weight:bold;
}
.content a {
	text-decoration: none;
	color: #6E0A07;
}
.content a:hover {
	text-decoration: underline;
	color: #000000;
}
.imglink {
	border: 3px solid #FFFFFF;
	margin-right: 3px;
}
.menue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #A26054;
	padding-left: 5px;
	padding-top: 5px;
}
.menue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #A26054;
	padding-left: 10px;	
}
.adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 175px;
	margin-left: 5px;
	overflow: auto;
	line-height: 17px;
	margin-right: 0px;
	width: 223px;
	position: absolute;
	left: -261px;
	top: 702px;
	background-color: #FFFFFF;
	opacity: .8;
	filter: Alpha(opacity=70);
	-moz-opacity: .8;
	visibility: visible;
	border: 2px solid #943637;
	padding: 3px;
}
.back {
	background-image: url(../images_global/back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menue1 a,.menue2 a {
	color: #A26054;
	text-decoration: none;
}
.menue1 a:hover, .menue2 a:hover {
	color: #000000;
	text-decoration: none;
}
