@charset "utf-8";
/* CSS Document */

body {
	background:#d7c5ba url(images/hintergrund.gif) top repeat-x;
}

a:hover {
    color:#a59798;
}

#shadow {
    position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -390px;
	width:780px;
	height:612px;
	background-image: url(images/schatten.gif);
}

#page {
    position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -375px;
	width:750px;
	height:582px;
	border:solid 1px #FFFFFF;
}

#header {
    width:100%;
	height:152px;
	border-bottom:solid 1px #FFFFFF;
	background:#cdb5ad url(images/header.gif) center no-repeat;
}

#menu {
    width:202px;
	height:174px;
	margin: 5px 0;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	padding-left:548px;
}

.start {
    background:url(images/bg-startseite.jpg) left no-repeat;
}

.hotel {
    background:url(images/bg-hotel.jpg) left no-repeat;
}

.zimmer {
    background:url(images/bg-zimmer.jpg) left no-repeat;
}

.preise {
    background:url(images/bg-preise.jpg) left no-repeat;
}

.umgebung {
    background:url(images/bg-umgebung.jpg) left no-repeat;
}

.lage {
    background:url(images/bg-lage.jpg) left no-repeat;
}

.kontakt {
    background:url(images/bg-kontakt.jpg) left no-repeat;
}

.impressum {
    background:url(images/bg-hotel.jpg) left no-repeat;
}

#menu ul {
    list-style:none;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}

.inactive {
    width:165px;
	height:24px;
	line-height:24px;
	background:#5a4b5e url(images/list.gif) left no-repeat;
	border-bottom:solid 1px #FFFFFF;
	padding-left:36px;
}

.active{
    width:165px;
	height:24px;
	line-height:24px;
	background:#5a4b5e url(images/list-active.gif) left no-repeat;
	border-bottom:solid 1px #FFFFFF;
	padding-left:36px;
}

#menu ul li a:link, #menu ul li a:visited {
    color:#FFFFFF;
	text-decoration:none;
}

#menu ul li a:hover {
    color:#a59798;
}

#content {
    width:704px;
	height:208px;
	border-top:solid 1px #FFFFFF;
	background:#cdb5ad url(images/kompass.gif) 315px 24px no-repeat;
	padding:17px 23px;
	color:#5a4b5e;
	font-size:12px;
}

#content a:link, #content a:visited {
    color:#5a4b5e;
	font-weight:bold;
}

#content a:hover {
    color:#a59798;
}

#content img {
    float:left;
	margin-right:24px;
	border:solid 1px #FFFFFF;
}

h2 {
    font-size:14px;
	font-weight:bold;
	margin:0px;
}

.group-left {
    float:left;
	margin-right:24px;
	width:141px;
}

.group-right {
    float:right;
	margin-left:24px;
	width:141px;
}

.group-left div, .group-right div {
    text-align:center;
	margin: 3px 0px;
}

.group-left img, .group-right img {
    border:solid 1px #FFFFFF;
}

.bold {
    font-weight:bold;
}

.center {
    text-align:center;
}

#imprint {
    position: absolute;
	top:610px;
	left: 50%;
	width:750px;
	margin-left:-375px;
	text-align:right;
	font-size: 10px;
}

#imprint a:link, #imprint a:visited {
    color:#FFFFFF; text-decoration:none;
}

#imprint a:hover {
    color:#a59798;
}