@import url(navigation.css);

body {
	background-color:#EFD8AC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:visited, a:active, a:link {
	color: #4E221F;
	text-decoration: none;
	font-family:Verdana;
	font-weight: bold;
}

a:hover {
	color: #4E221F;
	text-decoration: none;
	font-family:Verdana;
	font-weight: bold;
}

#header1, #header2, #navigation, #footer {
	overflow:hidden;
}

#header1, #navigation, #footer {
	float:left;
}

#content, #header2 {
	float:right;
	scrollbar-arrow-color: #4A2B16;
	scrollbar-track-color: #F7E7CD;
	scrollbar-face-color: #F7E7CD;
	scrollbar-highlight-color: #4C2812;
	scrollbar-3dlight-color: #4C2812;
	scrollbar-darkshadow-color: #4C2812;
	scrollbar-shadow-color: #4C2812;
}

#header1 {
	width:220px;
	height: 150px;
	background-color:#ECE3C4;
	background-image:url(image/header1.jpg);
}

#header2 {
	width:760px;
	height: 150px;
	background-color:#ECE3C4;
	background-image:url(image/header2.gif);
	text-align:right;
}

#header2_inhalt {
	margin:10px;
	position:relative;
	float:right;
	right:5px;
	font-size:11px;
	color:#44320E;
	height:40px;
	width:300px;
}

#sprachen {
	margin:10px;
	position:relative;
	right:5px;
	font-size:11px;
	color:#44320E;
	height:40px;
	float:right;
	width:150px;
}

#navigation {
	width:220px;
	height: 290px;
	background-color:#4E221F;
	background-image:url(image/navigation_hg.gif);
}
#zimmersuch {
	width:190px;
	padding:0 15px;
	background-color:#4E221F;
	background-image:url(image/navigation_hg.gif);
}
#footer {
	width:220px;
	height:89px;
	background-color:#4E221F;
	background-image:url(image/navigation_hg.gif);
}

#footer_inhalt {
	margin:10px;
	position:relative;
	left:5px;
	font-size:11px;
	color:#4E221F;
}

#wrapper {
	width:980px;
	height:580px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-490px;
	margin-top:-290px;
	background:url(image/content_hg.gif) no-repeat bottom right;
}

#content {
	width:760px;
	height:430px;
}

#inhalt {
	margin:5px;
	padding:10px;
	position:relative;
	left:20px;
	top:15px;
	width: 690px;
	height:365px;
	overflow: auto;
}

#content h1 {
	margin: 0px;
	padding: 50px;
}

#rahmen {
	width:981px;
	height:580px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-492px;
	margin-top:-292px;
	background-color:#4A2513;
}

