/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#777676;
	background:url(../images/background.jpg) top center repeat-x #fff;
}
* {
	outline:none;
}
a {
	color:#679dcb;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
	line-height:1.55em;
}
form {
	margin:15px 0;
}
table {
	font-size:11px;
}
td, th {
	vertical-align:top;
}
td p {
	margin:7px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:13px;
	color:#669dc9;
	font-weight:normal;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:12px;
}
hr {
	background:none;
	border:none;
	border-top:1px solid #e1e1e1;
	height:1px;
}

/*ul, li {
	margin:15px 0;
	padding:0;
	list-style:none;
}
li {
	margin:0;
	background:url(../images/bull.gif) 0 7px no-repeat;
	padding-left:7px;
	margin-bottom:5px;
	text-align:left;
}
*/
address {
	font-style:normal;
}
input, textarea, select {
	font-size:11px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}
input[type="text"], textarea, input[type="password"], select {
	border:1px solid #d5e0ea;
	padding:2px 5px;
	background:#f4f8fa;
}
select {padding:0;}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.size8 {font-size:8px;}
.size9 {font-size:9px;}
.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}

.white {color:#FFF;}
.black {color:#000;}
.noUdl {text-decoration:none;}
.udl {text-decoration:underline;}
.foat-left {float:left;}
.float-right {float:right;}
.clear {clear:both;}
.menu ul, .menu li, .menu {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}

#site {
	margin:0 auto;
	width:1085px;
	background:url(../images/background-repeat.png) center 749px no-repeat;
	position:relative;
	z-index:0;
}

#top {
	position:relative;
	z-index:2;
	height:90px;
	background:url(../images/top_bg.png) top center no-repeat;
}

#topmenu {
	position:absolute;
	top:58px;
	left:144px;
}

#topmenu a {
	padding-left:9px;

}

#print {
	position:absolute;
	top:62px;
	left:339px;
}

#search {
	position:absolute;
	right: 145px;
	top:56px;
}
#search form {margin:0;}
#search #searchfield {
	border:none;
	background:#e5eff6;
	margin-top: 2px;
	width: 124px;
}

#search #searchbtn {
	margin-top:7px;
	margin-right: 11px;
}

#container {
	/*min-height: 950px;*/
	background: url(../images/wrapper-bg.png) top center no-repeat;
	position:relative;
	overflow:hidden;
	width:100%;
}

#container-left {
	clear:left;
	width: 220px;
	float: left;
	margin-left: 77px;
	margin-top: 52px;
	display:inline;
	position:relative;
}
#leftWrapper {
	position:relative;
}

#menu {
	text-transform: uppercase;
	width:215px;
}

#menu ul {
}

#menu ul li {
	text-align: right;
	margin-bottom: 18px;
	overflow:hidden;
}
* html #menu ul li {
	height:1%;
}
#menu ul li a {
	color:#6f6f6f;
	font-size: 14px;
}
#menu ul img {
	float:right;
}


#boxes {
	width: 213px;
	text-align: right;
	color:#777;
	padding-top: 23px;
}

#aktuelles {
	background:url(../images/aktuelles-bg.jpg) top left repeat-y;
	padding:18px 14px;
	margin-bottom:2px;
}

#preisliste {
	background:url(../images/preisliste-bg.jpg) top left repeat-y;
	padding:18px 14px;
	margin-bottom:2px;
}

#buchen {
	background:url(../images/buchen-bg.jpg) top left repeat-y;
	padding:18px 14px;
	margin-bottom:2px;
}

#container-right {
	float: right;
	width: 624px;
	margin-right:144px;
	margin-top: 34px;
	display:inline;
}

#header {
	position:relative;
	background:url(../images/header-bg.gif) top left no-repeat;
	height: 322px;
	margin-bottom: 12px;
}

#headerimg{
	position: absolute;
	top: 22px;
	left: 22px;
}


#gallery-btn {
	position:absolute;
	bottom: 0;
	right: 21px;
}

#content {
	position:relative;
	background: url(../images/blue.gif) 22px bottom no-repeat;
	margin:36px 0px;
	padding:0 21px 36px;
	width:500px;
}

#logo {
	position:absolute;
	right: 77px;
	top: 34px;
}

#footer {
	width: 1085px;
	margin: 0 auto;
	height: 117px;
	background:url(../images/footer-bg.png) bottom center no-repeat;
	color:#bdd5e8;
	font-size: 9px;
	position:relative;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-inhalt {
	position:absolute;
	right: 154px;
	bottom: 30px;
}

#footer-inhalt a {
	color: #bdd5e8;
}
#credits {
	position:absolute;
	bottom:-25px;
	left:0;
}

/* FCE col*/
.colWrap {
	overflow:hidden;
	margin:-15px 0 15px;
}
* html .colWrap {
	height:1%;
	overflow:visible;
}
.fce2col .colLeftWrap {
	float:left;
	width:50%;
}
.fce2col .colRightWrap {
	float:right;
	width:50%;
}
.colLeftContent {
	padding-right:10px;
	margin-top:15px;
}
.colRightContent {
	padding-left:10px;
	margin-top:15px;
}



/* typo3 mailform */


#mailform label {
	min-width:110px;
	display:block;
	float:left;
}
.csc-mailform-field {
	overflow:hidden;
	margin-bottom:3px;
}
* html .csc-mailform-field {
	height:1%;
}
#mailform fieldset {
	border:none;
	padding:0;
	margin:0;
}
#mailform legend {
	display:none;
}
#mailform .csc-mailform-label {
	padding:2px 5px;
	border-bottom:2px solid #bdd665;
	font-weight:bold;
	display:block;
	margin:10px 0 5px;
}
#mailform .csc-mailform-submit {
	/*margin-left:110px;*/
	margin-top:7px;
}
#mailform .csc-mailform-radio label {
	float:none;
	display:inline;
	padding-left:7px;
}
#mailform textarea {
	width:410px;
}
#mailform input[type="text"] {
	width:300px;
}

.tx-indexedsearch-searchbox table {
	border-spacing:5px;
	margin-left: -5px;
}


/* better mail */
.tx-spbettercontact-pi1 td {
	padding-bottom:5px;
}
.tx-spbettercontact-pi1 input[type="text"], #nachricht {
	width:310px;
}
#plz {
	width:52px;
}
#ort {
	width:239px;
}

#von, #bis, #personen, #zimmer {
	width:80px;
}

/* tt_news */
.news-latest-container, .news-latest-item, .news-single-item, .news-list-container {
	padding:0;
	margin:0;
}

.news-latest-container a {color:#777676;}
