* {
	margin:0px;
	padding: 0px;
	color:#fff;
	border: none;
	outline: none;
	font-family: Verdana;
	color:#333333;
	font-size:11px;
}

body {
	background: #222222;
	/*background:url(../ccds_tpl_img/body_bg.gif);*/
	margin: 0px;
}

#seitentitel {
	padding: 30px 30px 0px 30px;
}

h2 {
	font-family:Times, Georgia;
	color:#aa8c32;
	font-size: 26px;
	font-weight: normal;
	display: block;
	width:360px;
}

h3 {
	font-family: Times, Georgia;
	color: #8b837a;
	font-size: 16px;
	font-weight: normal;
	display: block;
	width:360px;
	padding-top: 4px;
}

a {
	text-decoration:none;
	color:#aa8c32;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
	line-height: 16px;
}

#main {
	background: url(../ccds_tpl_img/body_bg.gif);
	margin: 0px;
}

#head {
	background: url(../ccds_tpl_img/body_top.jpg) top left no-repeat;
}

#header {
	width: 960px;
	margin-left: 30px;
	padding-bottom: 30px;
}

#logo {
	float:left;
}

#slideshow {
	float:right;
}

#slideshow_content {
	width:700px;
	height:290px;
	overflow: hidden;
}

#footer {
	background: url(../ccds_tpl_img/footer_bg.gif) repeat-x;
	height:100px;
	border-top:1px solid #464646;
	margin-top: -100px;
}

.clear {
	clear:both;
}

#sidebar {
	width:220px;
	float:left;
}

#main_content {
	width:700px;
	float:right;
}

#content {
	width:960px;
	margin-left: 30px;
}

#content_container {
	background: #f4f2ea;
	border-top: 5px solid #a0978d;
	margin-top: -5px;
}

#spalte1 {
	width:360px;
	padding:30px 15px 0px 30px; 
	float: left;
}

#spalte1 p {
	line-height: 16px;
}

#spalte2 {
	width:250px;
	padding:30px 30px 30px 15px;
	float: left;
}

#kontaktdaten {
	padding-top: 20px;
	padding-bottom: 20px;
	color:#fff;
	font-size: 9px;
}

#kontaktdaten a{
	font-size: 9px;
}

.page_ops {
	padding: 0px 30px 20px 30px;
}

.page_ops a {
	display: block;
	float:left;
	padding-left: 20px;
	font-size: 9px;
	font-style: normal;
	margin-right: 10px;
}

.page_print {
	background: url(/ccds_tpl_img/page_print.png) no-repeat;
	cursor: pointer;
}

.page_share {
	background: url(../ccds_tpl_img/page_share.png) no-repeat;
	padding-left: 15px;
}

.page_share span {
	background: none;
	display: inline;
}

/* ========== SLIDESHOW ============= */

#slideshow {
	position: relative;
}

.shadow_left {
	position: absolute;
	width: 20px;
	height:290px;
	background: url(../ccds_tpl_img/shadow_left.png) no-repeat;
	left:0px;
	top:0px;
	margin-left: -20px;
}

.shadow_right {
	position: absolute;
	width: 20px;
	height:290px;
	background: url(../ccds_tpl_img/shadow_right.png) no-repeat;
	right:0px;
	top:0px;
	margin-right: -20px;
}

/* ========== HAUPTNAVIGATION ============= */

ul#navigation {
	display: block;
	list-style: none;
}

ul#navigation li {
	display: block;
	float: left;
	
}

ul#navigation li a {
	display: block;
	padding: 12px 14px;
	font-family: Times;
	color: #aa8c32;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/ccds_tpl_img/navi_bg.gif) no-repeat;
	font-style: normal;	
}

ul#navigation li a:hover,
ul#navigation li a.active {
	color:#fff;
	background: url(/ccds_tpl_img/navi_bg_ho.gif) no-repeat;	
}

ul#navigation li.first a {
	background: url(/ccds_tpl_img/navi_bg_first.gif) no-repeat;
}

ul#navigation li.first a:hover,
ul#navigation li.first a.active {
	background: url(/ccds_tpl_img/navi_bg_ho_first.gif) no-repeat;	
}

ul#navigation  li:hover ul {
	display: block;
}

ul#navigation ul {
display: none;
position: absolute;
z-index: 200;
}

ul#navigation ul li {
	float: none;
}

ul#navigation ul li.first a,
ul#navigation li ul li a,
ul#navigation li.first ul li a,
ul#navigation li ul li.first a
ul#navigation li.first ul li.first a  {
	background: #aa8c32;
	background-image: none;
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
	color:#fff;
	border-top: 1px solid #aa8c32;
	border-bottom: 1px solid #aa8c32;
	font-size: 12px;
	
}

ul#navigation ul li.first a:hover,
ul#navigation ul li.first a.active,
ul#navigation li ul li a:hover,
ul#navigation li ul li a.active,
ul#navigation li.first ul li a:hover,
ul#navigation li.first ul li a.active  {
	background: #806024;
	background-image: none;
	opacity: .9;
	color:#fff;
	border-top: 1px solid #644208;
	border-bottom: 1px solid #644208;
	
}

/* ========== SUBNAVIGATION ============= */

ul#subnavi {
	display: block;
	list-style: none;
	margin-bottom: 55px;
}

ul#subnavi li {
	display: block;
	
}

ul#subnavi li a {
	display: block;
	padding: 12px 14px 12px 30px;
	font-family: Times;
	color: #aa8c32;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/ccds_tpl_img/deko_navi.png) no-repeat 2px 14px;
	border-bottom: 1px dotted #aa8c32;
	font-style: normal;
}

ul#subnavi li a:hover,
ul#subnavi li a.active {
	color:#aa8c32;
	background: url(/ccds_tpl_img/deko_navi.png) no-repeat 2px 14px;	
}

ul#subnavi  li:hover ul {
	display: block;
}

ul#subnavi ul {
padding-left:30px; 
}

ul#subnavi ul li {
	float: none;
}

ul#subnavi ul li a {
	color:#8b837a;
	border-bottom: 1px dotted #8b837a;
	font-size: 14px;
	font-family: Times;
	padding: 8px 0px 5px 0px;
	background: none;
}

ul#subnavi ul li a:hover,
ul#subnavi ul li a.active  {
	color:#aa8c32;
	background: none;
}

.spacer {
	height:80px;
}

/* ============ SERVICENAVI ============== */

#servicenavi {
	padding: 10px 0px 10px 10px;
	text-align: right;
	color: #fff;
}

#servicenavi a {
	color: #fff;
	font-style: normal;
}

#servicenavi a.active {
	text-decoration: underline;
}

#servicenavi a.first_lang {
	margin-left: 10px;
}

/* ============ TEASER ============== */

.teaser {
	background: #f4f2ea;
	margin-bottom: 30px;
	position: relative;
}

.teaser_name {
	border-bottom: 1px dotted #333333;
	padding: 10px;
	text-align: center;
	font-family: Times;
	text-transform: uppercase;
	color:#aa8c32;
	font-size:14px;
	letter-spacing: 2px;
	background: url(../ccds_tpl_img/teaser_bg.gif) center no-repeat; 
}

.teaser_content {
	color:#333;
	font-size:10px;
	padding: 10px;
	line-height: 14px;
}

.teaser_content .teaser_ueberschrift {
	font-family: Times;
	font-size: 16px;
	color:#8b837a;
	padding-bottom: 5px;
}

.teaser img {
	margin-bottom: 10px;
	border: 5px solid #d7d4ce;	
}

.teaser_shadow_left {
	position: absolute;
	width:10px;
	height:100%;
	background: url(../ccds_tpl_img/teaser_shadow_left.png) no-repeat;
	top:0px;
	left:0px;
	margin-left: -10px;
}

.teaser_shadow_right {
	position: absolute;
	width:10px;
	height:100%;
	background: url(../ccds_tpl_img/teaser_shadow_right.png) no-repeat;
	top:0px;
	right:0px;
	margin-right: -10px;
}

/* ============= BUTTON ============= */

.button {
	display: block;
	background: url(../ccds_tpl_img/button_bg.gif) repeat-x;
	position: relative;
	margin-bottom: 30px;
	text-decoration: none;
	height:40px;
	padding:0px 3px;
	font-style: normal;
}

.button span {
	display: block;
}

.button .shadow_left {
	position: absolute;
	width:10px;
	background: url(../ccds_tpl_img/button_shadow_left.png) no-repeat;
	top: 0px;
	left: 0px;
	margin-left: -10px;
	height:100%;
}

.button .shadow_right {
	position: absolute;
	width:10px;
	background: url(../ccds_tpl_img/button_shadow_right.png) no-repeat;
	top: 0px;
	right: 0px;
	margin-right: -10px;
	height:100%;
}

.button .shadow_bottom {
	position: absolute;
	bottom:-10px;
	height:10px;
	background: url(../ccds_tpl_img/button_shadow_bottom.png) no-repeat;
	
}

.button .deko_left {
	background: url(../ccds_tpl_img/deko_left.png) no-repeat left center;
	padding: 12px 0px 10px 0px;
	text-align: center;
	color:#fff;
	font-family: Times;
	text-transform: uppercase;
	font-size:14px;
	letter-spacing: 1px;
	text-decoration: none;
}

.button .deko_right {
	background: url(../ccds_tpl_img/deko_right.png) no-repeat right center;
}

/* ============= Galerie ============ */


.med_img {
	margin-bottom: 30px;
}
.med_img img {
	border: 5px solid #d7d4ce;
}

.pic_descr {
	color: #8b837a;
	font-style: italic;
}

.thumb {
	width: 95px;
	height: 75px;
	float:left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.galerie {
	width:194px;
	background: #e2e0dc;
	padding: 13px;
	margin-bottom: 30px;
	position: relative;
	margin: 0px auto 30px auto;
}

.galerie_titel {
	padding: 0px 10px 10px 10px;
	text-align: center;
	font-family: Times;
	text-transform: uppercase;
	color:#aa8c32;
	font-size:14px;
	letter-spacing: 2px;
	background: url(../ccds_tpl_img/teaser_bg.gif) top center no-repeat; 
}

.diashow {
	display: block;
	padding: 8px 0px 5px 30px;
	background: url(../ccds_tpl_img/diashow.gif) 0px 7px no-repeat;
	color: #8b837a;
}

.box {
	float:left;
	height: 160px;
	width:230px;
}

.items {
	width:10000em;
	position: absolute;
}

.scrollable {
	position:relative;
	overflow:hidden;
	height: 160px;
}

.prev {
	position: absolute;
	left: -18px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}

.next {
	position: absolute;
	right: -18px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}


/* ============== Ansprechpartner ============== */

.ansprechpartner {
	padding: 10px;
	background: #e2e0dc;
	margin-bottom: 30px;
	line-height: 16px;
}

.ansprechpartner_titel {
	padding: 0px 10px 10px 10px;
	text-align: center;
	font-family: Times;
	text-transform: uppercase;
	color:#aa8c32;
	font-size:14px;
	letter-spacing: 2px;
	background: url(../ccds_tpl_img/teaser_bg.gif) top center no-repeat;
}

.ansprechpartner_image {
	border: 1px solid #ccc;
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
}


/* ============== Buchungsformular ============== */

.form_table td {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.form_table td.check {
	width:20px;
}

.form_table td.in {
	width: 130px;
}

.form_table td.lab label {
	padding: 0px;
	margin: 0px;
	display: inline;
}

.form_table td.in input {
	width: 100px;
}

.form_table td.in input.zeit {
	width: 60px;
}

.form_table td.lab {
	width: 170px;
}

.inner {
	padding: 30px;
}

input,
textarea,
select {
	padding: 2px;
	border: 1px solid #aa8c32;
	margin-bottom: 2px;
}

#form_general input.error {
	background: #ffe0c5;
}

#form_general br {
	clear:both;
}

.form_title {
	font-family: Times, Georgia;
	color: #8b837a;
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #8b837a;
}

#form_general {
	float: left;
	/*background: #fff;*/
	width: 250px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#form_general label {
	float:left;
	width: 90px;
}

#form_general input,
#form_general select {
	float:left;
	width: 144px;
	padding: 2px;
	margin-bottom: 2px;
	border: 1px solid #aa8c32;
}

#form_detail {
	float:left;
	width: 360px;
	margin-bottom: 30px;
}

#form_zusatz {
	
}

.form_detail {
	width: 350px;
}

.form_detail textarea {
	height: 30px;
	width: 223px;
}

#form_detail p {
	padding-bottom: 15px;
	font-weight: bold;
}

.angebot_auswahl {
	margin-bottom: 15px;
}

p.form_descr {
	margin-bottom: 10px;
}

.field {
	margin-bottom: 3px;
}

#protection {
	display: none;
}

.mitteilung {
	margin-top: 30px;
}

.mitteilung label {
	font-weight: bold;
}

#mitteilung {
	width:640px;
	height: 200px;
}

#kanu p,
#reiten p {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.zimmer {
	margin-right: 20px;
	
}

.form_time {
	display: block;
	float:left;
	margin-left: 25px;
}

.rightalign {
	float:right;
}

.zeit {
	width: 40px;
}

.input_box {
	width: 170px;
	float:right;
}

.zimmer,
.arrangements {
	float:left;
	margin-bottom: 20px;
}

input.date {
	background: url(../ccds_tpl_img/calendar_view_month.png) no-repeat 1px 1px;
	padding-left: 23px;
	cursor:pointer;
}

.floating label {
	float: left;
	width: 70px;
}

.floating input {
	width: 200px;
}
#senden {
	float:right;
	margin-top:30px;
}

#senden .deko_left {
	padding-left: 30px;
	padding-right: 30px;
}

#buchung p {
	margin-top:20px;
}

/* ============= Kontaktformular ============= */

#kontakt {
	display: block;
	padding: 10px;
	background: #e2e0dc;
	margin-bottom: 30px;
}

#kontakt .form_title {
	padding: 0px 10px 10px 10px;
	text-align: center;
	font-family: Times;
	text-transform: uppercase;
	color:#aa8c32;
	font-size:14px;
	letter-spacing: 2px;
	background: url(../ccds_tpl_img/teaser_bg.gif) top center no-repeat;
	border-bottom: none;
}

#kontakt label {
	float: left;
	width: 80px;
}

#kontakt input, 
#kontakt select {
	float:left;
	width: 144px;
	margin-bottom: 3px;
}

#kontakt br {
	clear: both;
}

#kontakt #mitteilung {
	width:144px;
	height: 50px;
}

#kontakt #senden {
	margin-bottom: 0px;
	float: none;
}

#kontakt input.error {
	background: #ffe0c5;
}

#kontakt #form_zusatz {
	margin-top: 20px; 
}

#kontakt #form_zusatz input {
	width: auto;
	height: auto;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

#kontakt #form_zusatz label {
	width: auto;
	float:left;
	width:200px;
	margin-bottom: 10px;
}

#kontakt #form_zusatz br {
	clear: both;
}


/* ============= DOWNLOAD ============= */

.download {
	display: block;
	background: url(../ccds_tpl_img/banner.png) no-repeat;
	width:220px;
	height: 33px;
	position: relative;
	
	margin:0px auto 30px auto;
}

.download span.banner_inner {
	padding: 11px 36px;
	display: block;
	
	font-family: Times, Georgia;
	font-size: 14px;
	color: #644208;
	text-transform: uppercase;
	font-style: normal;
}

.download .shadow_left {
	position: absolute;
	width:10px;
	background: url(../ccds_tpl_img/button_shadow_left.png) no-repeat;
	top: 0px;
	left: 0px;
	margin-left: -10px;
	height:100%;
}

.download .shadow_right {
	position: absolute;
	width:10px;
	background: url(../ccds_tpl_img/button_shadow_right.png) no-repeat;
	top: 0px;
	right: 0px;
	margin-right: -10px;
	height:100%;
}

.download .shadow_bottom {
	position: absolute;
	bottom:-10px;
	height:10px;
	background: url(../ccds_tpl_img/button_shadow_bottom.png) no-repeat;
	
}

.download .arrow {
	display: block;
	width:34px;
	height:32px;
	background: url(../ccds_tpl_img/banner_arrow.png) no-repeat 0px 1px;
	float:right;
}

.download:hover .arrow {
	background: url(../ccds_tpl_img/banner_arrow_hover.png) no-repeat 0px 1px;
}

.download.gutschein_btn span.banner_inner {
	font-size: 12px;
}

/* ============= Gutscheinbestellung ================ */

.gutschein_details {
	display: none;
	padding:10px 0px 20px 0px;
}

#form_detail p.note {
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 0px;
}

#form_detail p.p_gutschein {
	margin-bottom: 10px;
	padding-bottom: 0px;
}


.lieferanschrift {
	padding-top: 20px;
}

#form_general input.tabed {
	width: auto;
	float:none;
}

#form_general label.normal {
	width: auto;
	float:none;
}

.gutschein_austellung {
	margin-top: 20px;
}

.gutschein_austellung .field {
	margin-bottom: 10px;
}


/* ============ Customer Alliance ============== */
.ca_widget {
	padding-left: 14px;
	padding-top: 5px;
}

