/*-- LAYOUT ALLGEMEIN -----------------------------------------------------*/

body {
	background: url(/ccds_tpl_img/body-bg.jpg);
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	padding: 0;
	margin: 0;
}

#div_body_shadow {
	background: url(/ccds_tpl_img/body-shadow.png) repeat-y;
}

#div_header_left {
	float:left;
	width:260px;
}

#div_header_left #languages {
	padding: 7px 0px 7px 70px;
}

#div_header_left #logo {
	padding:0px 0 px 10px 0px;
	text-align: right;
}


#div_header_center {
	float:left;
	width:720px;
}

.leiste_bg {
	background:url(/ccds_tpl_img/leiste_bg.png) repeat-x;
	height: 30px;
	clear:both;
}

.leiste_shadow_bg_oben {
	background:url(/ccds_tpl_img/leiste_shadow_bg_oben.png) no-repeat top left;
}

.leiste_shadow_bg_unten {
	background:url(/ccds_tpl_img/leiste_shadow_bg_unten.png) no-repeat bottom left;
}

#leiste_oben {
	background:url(/ccds_tpl_img/leiste_oben.png) no-repeat;
	height:30px;
}

#leiste_unten {
	background:url(/ccds_tpl_img/leiste_unten.png) no-repeat;
	height:30px;
}

#contentcontainer {
	background: #e6c3ba url(/ccds_tpl_img/menu_top.png) top left no-repeat;
}

#container_breite {
	width:1000px;
}

#foot_bg {
	background: url(/ccds_tpl_img/menu_bottom.png) bottom left no-repeat;
	height:26px;	
}

#shadow_bottom {
	background: url(/ccds_tpl_img/shadow_bottom.png) top repeat-x;
	height:30px;
}

#shadow_top {
	background: url(/ccds_tpl_img/shadow_top.png) bottom repeat-x;
	height:30px;
	margin-top:-30px;
}

#logo {
	margin-right: 3px;
}

/*-- GLOBAL --------------------------------------------------------------*/

a img {
	border:none;
}

.clear {
	clear:both;
}

div, p, td, li {
	font-family: Arial;
	color: #500f00;
}

a {
	text-decoration: underline;
	font-weight:bold;
	color:#500f00;
}

a:hover {
	text-decoration:none;
}

/*-- HEADER --------------------------------------------------------------*/

#header {	
	width: 980px;
}

#foto {
	width:460px;
	height:200px;
	float:left;
	overflow: hidden;
}

#preisansage {
	width:189px;
	height:129px;
	background:url(/ccds_tpl_img/aktion_bg.jpg) no-repeat;
	float:left;
	margin-top:40px;
}

#flashtext {
	font-size:35px;
	font-family: Georgia;
	margin-top:25px;
	margin-left:15px;
	text-align: center;
}

/*-- NAVI ----------------------------------------------------------------*/

#menu {
	float:left;
	width:280px;
	margin-top:50px;
	margin-right:20px;
}
.m0, .m1, .m0l, .m1l, .m0_a, .m1_a, .m1l_a, .m0l_a {
	display:block;
	font-family: Georgia;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-size:16px;
	padding:10px 0px 10px 35px;
	text-transform: uppercase;
}

.m1 {
	background: url(/ccds_tpl_img/menu_bg1.png) no-repeat;
}
.m1:hover, .m1_a {
	background: url(/ccds_tpl_img/menu_bg1_ho2.png) no-repeat;
	padding-left:55px;
}

.m0 {
	background: url(/ccds_tpl_img/menu_bg2.png) no-repeat;
}
.m0:hover, .m0_a {
	background: url(/ccds_tpl_img/menu_bg2_ho2.png) no-repeat;
	padding-left:55px;
}

.m1l {
	background: url(/ccds_tpl_img/menu_bg_last1.png) no-repeat;
}
.m1l:hover, .m1l_a {
	background: url(/ccds_tpl_img/menu_bg_last1_ho2.png) no-repeat;
	padding-left:55px;
}

.m0l {
	background: url(/ccds_tpl_img/menu_bg_last2.png) no-repeat;
}
.m0l:hover, .m0l_a {
	background: url(/ccds_tpl_img/menu_bg_last2_ho2.png) no-repeat;
	padding-left:55px;
}

/*-- CONTENT --------------------------------------------------------------*/

#content {
	width:360px;
	float:left;
	margin-top:50px;
	margin-right:50px;
}

#content, #content p, #content td, #content li {
	color:#520f00;
	font-family: Arial;
	font-size:12px;
	line-height: 16px;
}

#content h1 {
	font-size:18px;
	font-family: Georgia;
	display:block;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	margin-bottom:18px; 
}

h2 {
	font-size: 14px;
}

/*-- KLASSE ABSATZ --------------------------------------------------------*/

.absatz {
	margin-bottom:20px;
}

.absatz_bilder {
	margin-bottom:20px;
}

.content_img_links {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.content_img_rechts {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

/*-- GALERIE_ABSATZ -------------------------------------------------------*/

.galerie_img {
	display:block;
	float:left;
	margin-right:1px;
	margin-top:1px;
}

.galerie {
	margin-bottom: 20px;
}

/*-- KONTAKTFORMULAR ------------------------------------------------------*/

#form {
	font-size:12px;
}

label {
	float:left;
	width:80px;
	margin-right:10px;
}

input, textarea {
	float:left;
	width:250px;
	border:1px solid #dcab9e;
	font-family: Arial;
	font-size: 12px;
	color:#520f00;
	padding:5px;
	margin-bottom:5px;
	background: #efefef url(/ccds_tpl_img/form_shadow.gif) repeat-x top;	
}

textarea {
	height:200px;
}

#protection {
	display:none;
}

#senden {
	border:2px dotted #fff;
	background: #d17c69;
	color: #fff;
	padding:5px;
	width: 80px;
}

#senden:hover {
	background:#cc6a5c;
	cursor: pointer;
}

.label_short {
	width:40px; margin-right:5px;
	float:left;
}

.number {
	width:30px;
	margin-right:20px;
}

#form .monat_auswahl {
	width:142px;
}

#form_rechts {
	margin-top:60px;
}

#form_rechts input, #form_rechts textarea {
	width:230px;
}

#form_rechts #senden {
	width:80px;
	float:left;
	display:block;
}

input.check {
	width:20px;
}


/*-- QUIKLINKS -------------------------------------------------------------*/

#quiklinks {
	width:250px;
	float:left;
	margin-top:50px;
}

#quiklinks a, #quiklinks a:hover {
	text-decoration:none !important;
}

/*-- VERANSTALTUNG_LISTVIEW ------------------------------------------------*/

.veranstaltung_item0, .veranstaltung_item1 {
	border-bottom:2px dotted #fff;
	margin-bottom: 10px;
	padding-bottom:10px;
}

.veranstaltung_item0 img, .veranstaltung_item1 img {
	float:left;
	margin-right:10px;
}

.event_title a {
	font-family: Georgia;
	font-size: 14px;
}

.datum {
	display:block;
}

/*-- PREISTABELLE ----------------------------------------------------------*/

#preistabelle {
	width:100%;
	background: #cc6e5a;
}

.tablehead td {
	border-bottom: 1px dotted #fff;

}

#preistabelle .beschreibung {
	border-right:1px dotted #fff;
}
#preistabelle .preis {
	text-align: right;
	font-weight:bold;
}

#preistabelle td {
	color:#fff;
	padding:5px;
}

/*-- FLAGGE ------------------------------------------------------------*/

#flagge {
	position:absolute;
	z-index:5000;
	top:140px;
	left:100px;
}

/*-- sIFR ------------------------------------------------------------------*/

.sIFR-alternate {
	visibility: hidden;
}

/*-- JQUERY CYCLE -----------------------------------------------------------*/

.pics {
	width:460px;
	height:200px; 
	padding: 0;  
	margin:  0;
	border: 0;
	overflow:hidden;
}  

.pics img {   
	top:  0; 
	left: 0;
	border:0;
}

/*------ BACKPACKERNETWORK ----------------------------*/

#backpacker {
	width:980px;
}

#backpacker  img{
float:left;
margin-right: 30px;
margin-left:  20px;
}

#backpacker iframe {
	float:left;
}

#mm_link_replace {
	text-align:right;
	padding-right:20px;
}

#mm_link_replace a, #mm_link_replace a:hover {
	color:#fff;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
}

/* Trivago Button */
.trivago_padding {
	padding-left:6px;
	padding-right:14px;
	width:215px;
	overflow:hidden;
	color:#000 !important;
}

.trivago_certificate_claim {
	color:#000 !important;
}

.trivago_widget_portrait {
	padding:2px !important;
	background:#fff !important;
	border:2px dotted #E6C3BA !important;
}

.trivago_certificate_box, .trivago_certificate {
	color:#000 !important;
	background:url(/ccds_tpl_img/bg-button-verlauf.jpg) repeat-y #cd6e5a !important;
}

.trivago_certificate_box {
	overflow:hidden;
	padding:4px;
}

a.trivago_link, a:hover.trivago_link {
	color:#000 !important;
	background:url(/ccds_tpl_img/bg-button-verlauf.jpg) 80px 0px repeat-y #cd6e5a !important;
	margin:0px !important;
	padding:5px 0px;
}


#komoot {
	cursor:pointer;
	display:block;
	text-align:center;
	width:244px;
}

