/* GENERAL */
body {
	background: #969C25;
	margin: 0
}

#wrap {
	margin: 0 auto;
	width: 961px
}

a {
	color: #758613;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

a.booking-link {
	color: #d03131
}

a.booking-link:hover {
	background: #d03131;
	color: #fff;
	text-decoration: none
}

.clear { clear: both }

/* HEADER */
#top {
	color: #fff;
	font: normal 10px Arial, sans-serif;
	padding: 20px 21px 0;
	text-align: right
}

#top a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase
}

#logo {
	height: 130px;
	padding: 0 21px
}

/* CHANNELS */
#chanwrap {
	background: #fff url(../images/bg-chan.gif) no-repeat;
	height: 168px;
	padding: 0 16px;
	width: 929px
}

#chanpic {
	float: left;
	padding: 25px 0 0 5px;
	width: 459px
}

.chan {
	float: left;
	padding: 0 0 0 1px;
	height: 168px;
	width: 114px
}

.chan a {
	background: url(../images/btn-chan.gif) no-repeat 1px -25px;
	color: #758613;
	display: block;
	font: bold 14px/25px Arial, sans-serif;
	height: 163px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 114px
}

.chan a:hover, .chan a.act {
	color: #fff;
	background: url(../images/btn-chan.gif) no-repeat
}

.p1 { background: url(../images/chan/family.jpg) no-repeat 1px 25px }
.p2 { background: url(../images/chan/wellness.jpg) no-repeat 1px 25px }
.p3 { background: url(../images/chan/sport.jpg) no-repeat 1px 25px }
.p4 { background: url(../images/chan/package.jpg) no-repeat 1px 25px }

/* NAVIGATION */
#navi {
	background: #fff;
	height: 20px;
	margin: 0 16px;
	padding: 5px 5px 0
}

#navi ul {
	background: #969C25;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 919px
}

#navi ul li {
	background: #969C25;
	border-right: 1px solid #fff;
	display: block;
	float: left;
	list-style: none;
	width: 114px
}

#navi ul li:hover, #navi ul li.act {
	background: #AD8D44
}

#navi ul li#item5 {
	background: #969C25;
	border-right: none;
	width: 459px
}

#navi ul li a {
	color: #fff;
	display: block;
	font: bold 12px/20px Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	width: 114px
}

/* SUBNAVIGATION */
#subnavi {
	background: #fff;
	color: #AD8D44;
	font: normal 12px/20px Arial, sans-serif;
	height: 20px;
	margin: 0 16px;
	padding: 0 5px 5px;
	text-align: center
}

#subnavi a {
	color: #AD8D44;
	padding: 0 2px;
	text-decoration: none;
	text-transform: uppercase
}

#subnavi a.act {
	font-weight: bold
}

/* KEYVISUAL AND JUMP NAVIGATION */
#key {
	background: #fff url(../images/bg-key.gif) no-repeat;
	height: 184px;
	padding: 0 21px;
	position: relative
}

#keyvis {
	height: 183px;
	overflow: hidden;
	width: 689px
}

#jump {
	position: absolute;
	height: 184px;
	width: 961px;
	left: 0;
	top: 0;
	z-index: 1
}

#jump ul {
	color: #fff;
	font: bold 13px/22px Arial, sans-serif;
	height: 184px;
	width: 961px;
	overflow: hidden;
	margin: 0;
	padding: 0
}

#jump ul:hover  {
	overflow: visible;
}

#jump ul li {
	list-style: none;
	height: 23px;
	padding: 0 21px 0 711px;
	text-indent: 10px
}

#jump ul li:hover  {
	background: url(../images/bg-jump-nav.gif) no-repeat
}

#jump ul li#e1:hover  {
	background: none
}

#jump ul li a {
	background: #C1C858;
	border-bottom: 1px solid #fff;
	color: #758613;
	display: block;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap
}

#jump ul li a:hover {
	background: #AD8D44;
	color: #fff
}

/* CONTENT */
#mainwrap {
	background: #fff;
	margin: 0 16px
}

#main {
	background: url(../images/shadow.gif) repeat-x;
	margin: 0 5px;
	padding: 20px 0 10px
}

#pagetitle {
	padding: 0 0 0 15px
}

#pagetitle h2 {
	border-bottom: 1px solid #969C25;
	color: #AD8D44;
	font: bold 16px/25px Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	width: 674px
}

#content {
	float: left;
	padding: 0 1px 0 15px;
	width: 674px
}

#content .csc-default {
	border-bottom: 1px solid #969C25;
	padding: 25px 0
}

#content p {
	color: #646464;
	font: normal 12px/18px Arial, sans-serif;
	margin: 0
}

#content h1, #content h2, #content h3 {
	color: #758613;
	font-family: Arial, sans-serif;
	margin: 0
}

#content h1 {
	font-size: 21px;
	padding: 0 0 6px 0
}

#content h2 {
	font-size: 16px;
	line-height: 24px
}

#content h3 {
	font-size: 14px;
	line-height: 21px
}

#content h1 a, #content h2 a, #content h3 a {
	color: #758613;
	text-decoration: none
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover {
	color: #AD8D44;
}

.csc-linkToTop {
	background: #fff;
	border-bottom: 1px solid #758613;
	font: normal 10px Arial, sans-serif;
	position: relative;
	top: -1px
}

.csc-linkToTop a {
	color: #758613;
	text-decoration: none
}

.csc-textpic-intext-right-nowrap img {
	display: block
}

/* CONTENT TABLES */
.minimal, .contenttable {
	border-collapse: collapse;
	width: 480px
}

.minimal th, .contenttable th {
	background: #C1C858;
	color: #758613;
	font: bold 14px Arial, sans-serif;
	padding: 6px 8px
}

.minimal td, .contenttable td {
	border-bottom: 1px solid #969C25;
	color: #646464;
	font: normal 12px Arial, sans-serif;
	padding: 6px 8px
}

.minimal td.td-1, .minimal td.td-2, .minimal td.td-3, .minimal td.td-4, .minimal td.td-5, .minimal td.td-6 {
	text-align: center
}

.minimal tbody tr:hover td, .menu tbody tr:hover td {
	color: #000
}

.menu {
	width: 600px
}

.menu td {
	color: #646464;
	font: normal 12px Arial, sans-serif;
	padding: 6px 0;
}

.menu td.td-0 {
	vertical-align: top;
	width: 500px
}

.menu td.td-1 {
	text-align: right;
	vertical-align: bottom;
	width: 100px
}

.menu td h3 {
}

/* FORMULARE */
#col1 {
	float: left;
	width: 410px
}

#col2 {
	float: left;
	width: 240px
}

#c125 #mailform, #formhandler_contact_form {
	background: #eee url(../images/bg-gray-top.gif) no-repeat top;
}

#mailform  .csc-mailform {
	background: url(../images/bg-gray-bot.gif) no-repeat bottom;
	border: none;
	color: #6f6f6f;
	font: normal 12px/18px Arial, sans-serif;
	margin: 0;
	padding: 10px;
	
}

#mailform  .csc-mailform  .csc-mailform-field {
	padding: 4px 0
}

#mailform  .csc-mailform  .csc-mailform-field  label {
	float: left;
	font-weight: bold;
	width: 140px
}

#mailform  .csc-mailform  .csc-mailform-field input,
#mailform  .csc-mailform  .csc-mailform-field textarea,
#mailform  .csc-mailform  .csc-mailform-field select {
	background: #fff;
	border-style: inset;
	border-width: 1px
}

#mailform  .csc-mailform  .csc-mailform-field input.btn {
	background: #eee url(../images/arrow.gif) no-repeat right;
	border: none;
	color: #6f6f6f;
	font-weight: bold;
	margin: 1px 0;
	padding: 0 30px 0 0;
	text-align: right;
	width: 140px
}

#mailform .csc-mailform .csc-mailform-field a div  {
	padding: 0 0 0 140px
}

#mailform .csc-mailform .csc-mailform-field a div .error {
	color: red
}

#c125 #mailform  .csc-mailform-field #mailformformtype_mail {
	background: #eee;
	color: #6f6f6f;
	font-weight: bold;
	border-style: outset;
	margin: 0 0 0 140px
}

/* RIGHT COLUMN */
#rightcol{
	float: right;
	width: 229px
}

#subchan {
	padding: 0 10px 40px;
	float: right;
	width: 209px
}

#subchan ul {
	font: bold 13px/22px Arial, sans-serif;
	margin: 0;
	padding: 0
}

#subchan ul li {
	list-style: none
}

#subchan ul li a {
	background: url(../images/bullet.gif) no-repeat left top;
	border-bottom: 1px dotted #969C25;
	color: #758613;
	display: block;
	padding: 0 0 0 25px
}

#subchan ul li a:hover, #subchan ul li a.act {
	background: url(../images/bullet.gif) no-repeat left bottom;
	border-bottom: 1px dotted #AD8D44;
	color: #AD8D44;
	text-decoration: none
}

/* QUICKBOOKBOX */
#quickbookbox {
	background: url(../images/bg-grad.gif) no-repeat bottom;
	padding: 0 10px
}

#quickbookbox .d21Container {
	color: #646464;
	font: normal 12px Arial, sans-serif !important;
}

#quickbookbox .d21Header {
	border: none !important;
	color: #d03131 !important;
	font: bold 13px Arial, sans-serif !important;
	text-align: center;
	text-transform: uppercase;
	width: 209px !important
}

#quickbookbox .d21Row1,
#quickbookbox .d21Row2,
#quickbookbox .d21Row3,
#quickbookbox .d21Row5 {
	height: 24px;
	width: 209px !important
}

#quickbookbox .d21CheckIn,
#quickbookbox .d21CheckOut {
	padding-right: 5px;
	text-align: right;
	width: 65px !important
}

#quickbookbox #txtD21Arrival,
#quickbookbox #txtD21Departure {
	background: url(../images/bg-input.gif) repeat-x !important;
	border: 1px inset #666 !important;
	color: #333 !important;
	margin-top: 3px !important
}

#quickbookbox .d21Count { width: 65px !important }

#quickbookbox #ddD21Count,
#quickbookbox #ddD21Room {
	background: url(../images/bg-input.gif) repeat-x !important;
	border: 1px inset #666 !important
}

#quickbookbox .d21Row5 { padding: 4px 0 }

#quickbookbox .d21Row5 input {
	background: #e9e9e9 url(../images/bg-button.gif) repeat-x !important;
	border: 1px outset #666 !important;
	margin-left: 70px !important;
	margin-top: 0 !important;
	width: 70px !important
}

#quickbookbox .d21Row6 { display: none }

/* QUICKBOOKBOX CALENDAR */
iframe.scw {
	/*position: absolute !important;
	z-index: 100*/
}

table.scw {
	font-family: Arial, sans-serif;
	/*position: absolute !important;
	z-index: 101*/
}

/* ICONS (Rechte Spalte)  */
#icons { padding-top: 40px }

/* FOOTER */
#foot {
	background: url(../images/bg-foot.gif) no-repeat;
	padding: 0 36px 20px;
	height: 23px
}

#copy, #bottom {
	/*border-top: 1px solid #969C25;*/
	color: #646464;
	float: left;
	font: normal 10px/23px Arial, sans-serif
}

#copy {
	width: 215px
}

#bottom {
	text-align: right;
	width: 674px
}

#bottom a {
	color: #646464;
	text-decoration: none;
	text-transform: uppercase
}
