
/********************
---| GLOBAL TAGS 
*********************/
* {
	padding: 0;
	margin: 0;
	outline: none;
}

html,
body {
	width: 100%;
	height: 100%;
	min-width: 950px;
}

body {
	color: #fffcf7;
	font: 12px/19px "Trebushet MS", Arial, Verdana;
	overflow:-moz-scrollbars-vertical;
	background: url(../images/bg-body.png) no-repeat center 0 #250801;
}

ol,
ul,
dl {
	list-style:none;
}

a {
	text-decoration: none;
	color: #f56824;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	margin:0 0 5px 0;
}

address {
	font-style: normal;
	margin: 0 0 15px;
}

dl {
	margin: 0 0 15px;
}

dl dt {
	display:block;
	float:left;
}

dl dd {
	padding: 0 0 0 150px;
}

dl.shorter dd {
	padding: 0 0 0 80px;
}

/********************
---| GLOBAL TAGS 
*********************/
.border {
	padding: 2px;
	border: 1px solid #f56824;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.indented {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}

.no-bg {
	background: none !important;
}

/********************
---| CONTAINER 
*********************/
#container {
	width: 950px;
	margin: 0 auto -93px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/bg-container.png) no-repeat 0 438px #601400;
}

/********************
---| HEADER 
*********************/
#header {
	width: 950px;
	height: 438px;
	position: relative;
	background: url(../images/bg-header.jpg) no-repeat 0 0;
}

/********************
---| LOGO 
*********************/
#branding a {
	position: absolute;
	left: 71px;
	top: 72px;
	width: 294px;
	height: 165px;
	z-index: 2;
}

#branding a img {
	position: absolute;
	left: 0;
	top: 0;
}

/********************
---| SLIDESHOW 
*********************/
div#slideshow {
	position: absolute;
	left: 343px;
	top: 86px;
	width: 361px;
	height: 200px;
	z-index: 1;
}

/********************
---| BURGER 
*********************/
div#burger {
	position: absolute;
	left: 45px;
	top: 189px;
	width: 336px;
	height: 210px;
	z-index: 3;
}

div#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

/********************
---| MAIN NAVIGATION 
*********************/
ul#navi {
	position: absolute;
	left: 25px;
	top: 387px;
	width: 900px;
	height: 35px;
	background: url(../images/bg-navi.png) no-repeat 0 0;
	z-index: 5;
}

ul#navi li {
	height: 22px;
	float: left;
	margin: 0 20px 0 0;
}

ul#navi li a {
	display: block;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/bg-navi.png) no-repeat 0 0;
}

ul#navi li a.location {
	width: 61px;
	background-position: 0 0;
}

ul#navi li a.location:hover,
ul#navi li.active a.location {
	background-position: 0 -35px;
}

ul#navi li a.news {
	width: 45px;
	background-position: -81px 0;
}

ul#navi li a.news:hover,
ul#navi li.active a.news {
	background-position: -81px -35px;
}

ul#navi li a.kalender {
	width: 65px;
	background-position: -146px 0;
}

ul#navi li a.kalender:hover,
ul#navi li.active a.kalender {
	background-position: -146px -35px;
}

ul#navi li a.galerie {
	width: 53px;
	background-position: -231px 0;
}

ul#navi li a.galerie:hover,
ul#navi li.active a.galerie {
	background-position: -231px -35px;
}

ul#navi li a.speisen-getraenke {
	width: 123px;
	background-position: -304px 0;
}

ul#navi li a.speisen-getraenke:hover,
ul#navi li.active a.speisen-getraenke {
	background-position: -304px -35px;
}

ul#navi li a.community {
	width: 82px;
	background-position: -447px 0;
}

ul#navi li a.community:hover,
ul#navi li.active a.community {
	background-position: -447px -35px;
}

ul#navi li a.reservierung {
	width: 92px;
	background-position: -549px 0;
}

ul#navi li a.reservierung:hover,
ul#navi li.active a.reservierung {
	background-position: -549px -35px;
}

ul#navi li a.gaestebuch {
	width: 76px;
	background-position: -661px 0;
}

ul#navi li a.gaestebuch:hover,
ul#navi li.active a.gaestebuch {
	background-position: -661px -35px;
}

/********************
---| HEADLINES
*********************/
h2 {
	color:#f56824;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 -2px;
}

h3 {
	color:#f56824;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 1px;
}

h4 {
	color:#f56824;
	font-size: 18px;
}

h5 {
	color:#f56824;
	font-size: 16px;
}

/********************
---| CONTENT  MAIN
*********************/
#content-main {
	float: left;
	width: 570px;
	padding: 0 30px 25px 25px;
	position: relative;
	overflow: hidden;
}
#content-main02 {
	float: left;
	width: 860px;
	padding: 0 30px 25px 25px;
	position: relative;
	overflow: hidden;
}

#content-main ul li {
	font-size: 12px;
	line-height: 30px;
	background: url(../images/icon-orange.png) no-repeat 0 12px;
	text-indent: 17px;
}

* html #content-main ul li {
	height: 30px;
}

/********************
---| CONTENT SIDEBAR 
*********************/
#content-sidebar {
	float: left;
	width: 300px;
	position: relative;
	padding: 0 0 25px;
}

.mehr {
	display: block;
	width: 115px;
	height: 25px;
	background: url(../images/btn-mehr-erfahren.png) no-repeat 0 0;
	text-indent: -9999px;
	line-height: 0.01em;
	font-size: 0.01em;
	margin: 14px 0 0 0;
}

/********************
---| FOOTER 
*********************/
#footer {
	width: 900px;
	padding: 0 25px;
	margin: 0 auto;
	height: 93px;
	background: url(../images/bg-footer.png) no-repeat 0 0;
	position: relative;
}

#footer address {
	height: 46px;
	line-height: 46px;
	text-indent: 11px;
	width: 900px;
	background-color: #250801;
	border-bottom: 1px solid #1c0601;
	font-size: 12px;
	white-space:pre;
}

/********************
---| ADDITIONAL NAVIGATION 
*********************/
ul#navi-add {
	position: absolute;
	right: 44px;
	top: 56px;
}

ul#navi-add li {
	float: left;
	padding: 0 7px 0 6px;
	line-height: 20px;
	background: url(../images/icon-navi-add-separator.png) no-repeat right 5px;
}

ul#navi-add li a {
	color: #fffcf7;
	font-size: 12px;
}
ul#navi-add li a:hover, ul#navi-add li.active a {
	color: #f56824;
	text-decoration: none;
}

/********************
---| ADDITIONAL CLASSES 
*********************/
.push {
	clear: both;
	height: 108px;
}

#accessibility {
	position: absolute;
	left: -9999px;
}
.cms-content-small {
	width: 140px;
	float: left;
}
.cms-content {
	width: 415px;
	padding: 0 0 0 15px;
	float: left;
}
.pdf {
	background: url(../images/icon-pdf.gif) no-repeat scroll 2px 0;
	float:left;
	line-height:22px;
	margin:17px 0 0;
	padding:0 0 0 55px;
}

.gallery-item {
	width: 125px;
	float: left;
	padding: 0 15px 15px 0;
}

#newsticker {
	margin-top: 10px;
}

#newsticker p {
	margin-bottom: 25px;
}