@charset "utf-8";
@import url("panorama.css");
@import url("iefix.css");
@import url("galerie.css");
@import url("home.css");
@import url("bar.css");
@import url("zimmer.css");
@import url("preise.css");
@import url("kontakt.css");
@import url("umgebung.css");
@import url("impressum.css");
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_shape.jpg) repeat-x 0 0 #dfd2b9;
	font: Verdana, Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, h5, h6, span, ul, li, p, a {
	margin:0;
	padding:0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #5e4646;
}
#body {
	position: relative;
	width: 730px;
	margin: 0 auto;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #2b0000;
	font-weight: bold;
}
/* ------------------------- Header  ----------------------------- */
#header {
	position: relative;
	width: 727px;
	height: 102px;
	background: url(../images/header_top.jpg) no-repeat;
}
.head_txt {
	text-indent: -9999px;
	background: url(../images/rank_rank_header_txt.jpg) no-repeat;
	width: 217px;
	height: 61px;
	position: relative;
	margin: 0 auto;
	top: 19px;
}
#navi {
	background-color: #440f01;
	width: 727px;
	height: 231px;
}
/* ------------------------- content Wrapper ----------------------------- */
#content_wrapper_bg {
	position: relative;
	margin: 0 auto;
	background: url(../images/content_table_bg.jpg) no-repeat;
	background-position: top;
	width: 717px;
	height: 337px;
}
#content_wrapper {
	position: relative;
	margin: 0 auto;
	width: 692px;
	background-color: #e8ddb0;
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
}
/* ----------------------- Footer -------------------------------------- */

#footer {
	position: relative;
	margin: 0 auto;
	height: 96px;
	/*width: 700px;*/
	left: -3px;
	background: url(../images/footer_bg.jpg) repeat-x;
}
#footer_content_top {
	position: relative;
	margin: 0 auto;
	height: 30px;
	width: 650px;
	top: 12px;
}
#footer_content_bottom {
	position: relative;
	margin: 0 auto;
	height: 30px;
	width: 500px;
	top: 13px;
}
.footer_copyright {
	color: #f98304;
	font-weight: bold;
	font-size: 10px;
}
.footer_copyright a {
	color: #f98304;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.footer_copyright a:hover {
	color: #f98304;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
.footer_txt {
	color: #ffe8bb;
	font-weight: bold;
	font-size: 11px;
	font-variant: small-caps;
}
.footer_txt a {
	color: #ffe8bb;
	font-weight: bold;
	font-size: 11px;
	font-variant: small-caps;
	text-decoration: none;
}
.footer_txt a:hover {
	text-decoration: underline;
}

