body {
	color: white;
	background-color: #f5f0d7;
	padding-top: 50px;
	margin: 0;
	text-align: center;
	font: 0.7em "Lucida Grande", Arial, Verdana, sans-serif;
}

body#index {
	padding-top: 28px;
}

p {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1em;
	padding: 0;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

img {
	border-width: 0;
}

#center {
	margin: auto;
	text-align: left;
	width: 785px;
	position: relative;
}

a, a:active, a:visited, a:hover {
	color: black;
	text-decoration: none;
}

/* @group Header */

#header {
	background-color: #7e172a;
	width: 785px;
	height: 129px;
	position: relative;
}

#header a img {
	background-color: #f5f0d7;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 64px;
	display: block;
}

#bilder {
	right: 0;
	position: absolute;
	top: 0;
}

#bilder img {
	float: right;
}

/* @end */

/* @group Menue */

#menue {
	color: #383836;
	background-color: #e1cb90;
	height: 22px;
	margin-top: 15px;
	text-align: center;
	width: 785px;
	padding-top: 10px;
	font-size: 1em;
}

#menue a, #menue a:active, #menue a:visited {
	color: #383836;
	text-decoration: none;
	font-weight: bold;
}

#menue a:hover,
#menue li strong a,
#menue li strong a:visited {
	color: #781628;
}

#menue li {
	display: inline;
	padding-left: 4px;
	background: url(../bilder/separator.gif) no-repeat right;
	padding-right: 8px;
}

#menue li.last {
	background-image: none;
}

/* @end */

/* @group Main */

/* @group Navigation */

#navigation {
	width: 204px;
	height: 384px;
	float: left;
	position: relative;
	text-align: left;
	padding-right: 20px;
}

.index {
	background-color: #999;
}

.uebernachten {
	background-color: #999;
}

.essenundtrinken {
	background-color: #bea565;
}

.kalender {
	background-color: #c3bfaa;
}

.tagen {
	background-color: #879caf;
}

.feiern {
	background-color: #f1ce75;
}

.arrangements {
	background-color: #ddada2;
}

.freizeit {
	background-color: #a8bb85;
}

.kontakt {
	background-color: #999;
}

.buchung {
	background-color: #999;
}

#info h2 {
	font-size: 11px;
}

#info {
	color: #383836;
	font-size: 10px;
	width: 170px;
	bottom: 24px;
	position: absolute;
}

/* @group Submenue */

#submenu {
	margin-left: 35px;
	margin-top: 12px;
	font-size: 1em;
}

#submenu a, #submenu a:active, #submenu a:visited {
	color: #383836;
	font-weight: bold;
	text-decoration: none;
}

#submenu a:hover,
#submenu li strong a,
#submenu li strong a:visited {
	color: white;
}

#submenu li {
	margin-bottom: 6px;
}

#submenu li.galerie {
	margin-bottom: 6px;
	margin-top: 18px;
}

#submenu a.underline {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Buchung */

#buchung {
	color: black;
	bottom: 24px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	position: absolute;
	left: 35px;
}

#buchung img {
	vertical-align: middle;
}

/* @group Kalender */

#kalender {
	position: absolute;
	visibility: hidden;
	background-color: #e1cb90;
	z-index: 1;
	color: #7e172a;
	font-weight: bold;
	margin-top: -250px;
}

#kalender td {
	text-align: center;
}

#kalender a, #kalender a:active, #kalender a:visited {
	color: #383836;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	padding: 1px;
}

#kalender a:hover {
	background-color: #fc7572;
}

#kalender a.cpCurrentDate {
	font-weight: bold;
}

#kalender a.cpOtherMonthDate {
	color: #888;
}

/* @end */

label {
	width: 80px;
	display: inline-block;
}

input.submit {
	width: 140px;
}

input.text {
	width: 9em;
}

select {
}

legend {
	font-size: 1.1em;
	color: black;
}

fieldset {
	padding: 4px;
}

/* @end */

/* @group Inhalt */

#inhalt {
	background-color: #7e172a;
	padding: 12px;
	overflow: hidden;
	position: relative;
	height: 360px;
	width: 537px;
}

#inhalt.voll {
	height: 384px;
	width: 561px;
	padding: 0;
}

#inhalt.voll img {
	padding-top: 12px;
}

#inhalt.horizontal {
}

#inhalt.horizontal img {
	position: absolute;
	bottom: 0;
	right: 0;
}

#inhalt.scroll {
	overflow: auto;
}

#inhalt.vertikal img {
	float: right;
	margin: -12px -12px -24px 12px;
}

#inhalt.vertikal_links img {
	margin: -12px 12px -24px -12px;
	float: left;
}

#inhalt.vertikal_links.scroller img {
	position: relative;
	float: left;
}

#inhalt ul {
	list-style-type: disc;
	margin-left: 1.6em;
	margin-bottom: 1.1em;
}

#inhalt ul.links {
	list-style-type: none;
	margin-left: 0;
}

#inhalt li {
	font-size: 1em;
}

#inhalt ul.links li {
	font-size: 1.1em;
	padding-top: 4px;
}


#inhalt h2 {
	font-size: 1.2em;
	margin-bottom: 1px;
}

#inhalt a, #inhalt a:active, #inhalt a:visited {
	color: white;
	text-decoration: underline;
}

#inhalt a:hover {
	text-decoration: none;
}

#inhalt fieldset {
	float: left;
	width: 237px;
}

#inhalt form p {
	clear: both;
	padding-top: 8px;
}

#inhalt label {
	width: 110px;
}

#inhalt img.kontakt {
	margin-top: 12px;
	margin-right: 12px;
}

#scroller {
	width: 376px;
	float: right;
	overflow: auto;
	height: 360px;
	padding: 12px;
}

#scroller h2 {
	margin-top: 0;
}

#scroller img {
	margin: 0;
	padding: 8px 0 24px 12px;
	display: block;
}
/* @end */

/* @end */

/* @group Footer */

#footer {
	font-size: 1em;
	clear: both;
}

#footer a.first {
	left: 48px;
	position: relative;
}

#footer a.second {
	left: 152px;
	position: relative;
}

#footer a.third {
	left: 265px;
	position: relative;
}

#footer a.forth {
	left: 440px;
	position: relative;
	top: 10px;
}

/* @end */

#herz {
	z-index: 0;
	top: 36px;
	text-align: center;
	position: absolute;
	width: 223px;
}

#link {
	float: right;
}
