/******************************************************/
/*                   RESET                            */
/******************************************************/
*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	outline:none;
}

/******************************************************/
/*                   STANDARD                         */
/******************************************************/
caption,th{text-align:left;}
.inv, .fhinv{display:none;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.clearblock{clear:both;}
.nofloat{float:none;}
.noborder {
	padding:0;
	margin:0;
	border:0;
}
body{
	/* background:url(/nav/body_bg.jpg) #e56c29 repeat-x; */
	/* background:url(/nav/bg_body.jpg) #EE812F repeat-x; */
	/*background-color:#EE812F;*/
	background-color:#CCC;
}
/******************************************************/
/*                   TEXT INDENTS                     */
/******************************************************/
#logo a, a.blog, #quanfrage h4, #quanfrage_sidebar h4, #bestprice, a.bewerten, a.bewerten_hc, a.zumblog, a.zumblog_en {
	text-indent:-19999px;
}

/******************************************************/
/*                   HEADER / FOOTER                  */
/******************************************************/

/*  after-Hack: um den Rahmen eines Elements um die Elemente in sich herunterzuziehen 
element:after{
	content: ".";
	font-size: 0%;
	display: block;
	clear: both;
	text-indent: -9999px;
	visibility: hidden;
}
*/

#wrapper, #footer{
	position:relative;
	width:994px;
	margin:0 auto;
	overflow:hidden;
}
#wrapper{
	background:url(/nav/wrapper_bg.png) 0 0 repeat-y;
}

#content{
	margin:557px 232px 20px 0;
	/* min-height:450px; */
	min-height:780px;
	display:inline;
	font-size:13px;
	/* rest ist im layout.css */
}
#content h1{
	margin-bottom:10px;
	/* rest ist im layout.css */
}
#content h1, #content h2{
	width:520px
	/* rest ist im layout.css */
}
#logo{
	position:fixed;
	top:20px;
	margin-left:780px;
	z-index:20;
}
#logo a{
	background:url(/nav/logo.gif) 0 0 no-repeat;
	width:164px;
	height:85px;
	display:block;
	overflow:hidden;
}
a.blog{
	position:fixed;
	top:15px;
	margin-left:636px;
	display:block;
	background:url(/nav/de/blog.gif) 0 0 no-repeat;
	width:122px;
	height:16px;
	z-index:40;
}
a.zumblog{
	display:block;
	background:url(/nav/de/zumblog.gif) 0 0 no-repeat;
	width:200px;
	height:24px;
	overflow:hidden;
	cursor:pointer;
}

a.zumblog_en{
	display:block;
	background:url(/nav/en/zumblog_en.gif) 0 0 no-repeat;
	width:200px;
	height:24px;
	overflow:hidden;
	cursor:pointer;
}

#breadcrumbs{
	font-size:11px;
	color:#333;
	margin-left:-5px;
}
#breadcrumbs a, #breadcrumbs strong{
	margin:0 5px;
}
#breadcrumbs em{display:none;}
#address{display:none;}

#footer{
	clear:both;
	margin:20px 0 0 0;
	padding:0 0 20px 20px;
	font-size:12px;
	color:#5c5c5c;
	background:url(/nav/footer_bg.gif) 0 bottom no-repeat;
	/* -bottom:60px solid #e56c29; */
	/* border-bottom:60px solid #EE812F;
	border-bottom:60px solid #ccc; */
	display:block;
}
#bestprice{
	position:absolute;
	top:165px;
	left:29px;
	display:block;
	width:124px;
	height:98px;
	background:url(/nav/de/bestprice.png);
	
}
#cmslink{
	cursor:text;
	text-decoration:none;
	color:#5c5c5c;
}
#ncm{
	clear:both;
	float:right;
	padding:12px 0 0 19px;
	width:97px;
	font-size:10px;
	text-decoration:none;
	background:url(/nav/ncmlogo.gif) 0 0 no-repeat;
	color:#aeaeae;
	font-family:Arial, Helvetica, sans-serif;
	margin:-14px 45px 15px 0;
}
#ncm:hover, a#ncm:focus{
	background-position:0 -48px;
	color:#000000;
	outline:none;
}
#ncm b{display:none;}

/******************************************************/
/*                   SIDEBAR                          */
/******************************************************/
#sidebar{
	position:absolute;
	top:592px;
	right:20px;
	width:197px;
	z-index:10;
}
#sidebar span.package{
	position:absolute;
	width:197px;
	height:12px;
	background:url(/nav/packageoverlay.png) no-repeat;
}
#sidebar h3{
	display:none;
}
#sidebar h4{
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
}
#sidebar p.map{
	margin:79px 0 0 0;
}
#sidebar #bewertungen{
	background:url(/nav/hotelbewertungen.gif) no-repeat;
	padding:10px 0 0 0;
}
#sidebar #bewertungen a, #sidebar #bewertungen h4{
	display:block;
	width:137px;
	height:32px;
	text-indent:-1999px;
	overflow:hidden;
	background:url(/nav/tripadvisor.gif) no-repeat;
	margin:0 0 5px 36px;
}
#sidebar #bewertungen a.holidaycheck{
	background:url(/nav/holidaycheck.gif) no-repeat;
	/* margin-bottom:35px; */
}
#sidebar #bewertungen h4{
	background:url(/nav/de/bewertung_unter.gif) no-repeat;
	width:130px;
	height:32px;
	margin: 0 0 10px 33px;
}
#startpackage{
	padding:10px 0 50px 10px;
	margin-bottom:15px;
	background:url(/nav/package_bg.gif) 0 bottom #ec741a no-repeat;
	color:#fff;
	display:block;
}
#startpackage .packagebox h4{
	font-size:14px;
	padding:10px 0;
}
#startpackage p.preis_ab{
	font-size:18px;
	text-align:right;
	padding:5px 10px 10px 0;
	margin-top:12px;
}
#startpackage p.preis_ab em{
	font-size:24px;
	font-weight:bold;
}
#startpackage a.button{
	margin-right:35px;
	margin-top:10px;
	padding-top:4px;
}
/* #sidebar #bewertungen{
	padding-bottom:0;
	margin:10px 0;
	height:150px;
} */
#startpackage img{
	margin:-10px 0 0 -10px;
}
a.bewerten, a.bewerten_hc{
	margin:-25px 20px 0 520px;
	width:200px;
	height:24px;
	background:url(/nav/de/bewerten.gif) no-repeat;
	display:block;
	overflow:hidden;
	cursor:pointer;
}
a.bewerten_hc{
	margin-top:-175px;
}
/* #sidebar #bewertungen{
	display:none;
} */
/******************************************************/
/*                   TOPIMAGE                         */
/******************************************************/
#topimg, span.topoverlay{
	position:absolute;
	top:160px;
	left:6px;
	width:738px;
	height:370px;
	background:#ec7110;
	padding:0 226px 18px 18px;
	
}
span.topoverlay{
	background:url(/nav/topoverlay.png) no-repeat;
	left:24px;
}
/******************************************************/
/*                   QUICKANFRAGE                     */
/******************************************************/
#quanfrage{
	position:fixed;
	top:0px;
	margin-left:6px;
	width:962px;
	height:67px;
	padding:41px 10px 10px 10px;
	color:#e25a16;
	z-index:10;
	background-color:#FFF;
}
#quanfrage_sidebar{
	background:url(/nav/quanfrage_sidebar.gif) no-repeat;
	padding:10px 0 0 20px;
}
#quanfrage h4, #quanfrage_sidebar h4{
	background:url(/nav/de/anfrage_h4.gif) 0 0 no-repeat;
	width:114px;
	height:14px;
	display:block;
	float:left;
	margin:17px 16px 0 7px;
}
#quanfrage_sidebar h4{
	float:none;
	margin:0 0 8px 17px;
}
#quanfrage p, #quanfrage_sidebar p{margin:8px 0;}
#quanfrage label{
	float:left;
	width:160px;
	padding:0;
	margin:8px 10px 0 0;
}
#quanfrage label span{float:left;margin-top:8px;}
#quanfrage_sidebar label span{float:left;margin-top:8px;}
#quanfrage .date-picker-control, #quanfrage_sidebar .date-picker-control{ margin:-8px 0 0 -20px;	}

#quanfrage input, #quanfrage_sidebar input{
	width:88px;
	padding:3px;
	margin:3px;
}

.ce_error {
    font-weight: bold;
    color: black;
    font-size: 120%;
    position: relative;
    top: -100px;
    border: 5px solid red;
    background: white;
    z-index: 1000;
    padding: 10px;
	display:none;
}

.text_folgt {
    height: 150px;
    margin-bottom: 20px;
}
/*** more content ***/
#content_wrapper{
	display:block;
	width:549px;
	width:100%;
	overflow:hidden;
	position:relative;
	/* margin-left:-17px; 
	padding:0 0 0 -17px;*/
	
}
#more_content{
	display:block;
	width:100%;
	height:16px;
	position:relative;
}
#content #more_content div{
	display:block;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	color:#10265f;
}
#content #more_content div a{
	font-weight:normal;
	font-size:12px;
	background:none;
	color:#10265f;
	font-weight:bold;
}
/*** /more content ***/


/******************************************************/
/*                   ZEITTHEMeN                         */
/******************************************************/
#zeitthemen{
	display:block;
	width:960px;
	/* height:225px; */
	background:#f4f4f4;
	clear:both;
	margin-left:17px;
	margin-top:40px;
	line-height:24px;
	padding:10px 0;
}
#zeitthemen:after{
	content: ".";
	font-size: 0%;
	display: block;
	clear: both;
	text-indent: -9999px;
	visibility: hidden;
}

#zeitthemen div{
	display:inline;
	float:left;
	margin:0 10px;
}
#zeitthemen ul{
	padding-left:20px;
	margin:0;
}
#zeitthemen a{
	color:#10265f;
}
#zeitthemen h4{
	display:block;
	text-indent:-1999px;
	height:25px;
	width:200px;
	overflow:hidden;
	background:url(/nav/de/fruehling.gif) no-repeat;
}
#zeitthemen .sommer h4{
	background:url(/nav/de/sommer.gif) no-repeat;
}
#zeitthemen .herbst h4{
	background:url(/nav/de/herbst.gif) no-repeat;
}
#zeitthemen .winter h4{
	background:url(/nav/de/winter.gif) no-repeat;
}
#m_108 {
	display:none !important;
}
#business a h4{
	width:278px;
	width:278px;
	height:34px;
	display:block;
	background:url(/nav/de/business.gif) no-repeat;
	text-indent:-1999px;
	cursor:pointer;
	margin: 0 auto 18px;
 }
 
#blog_btn {
	position:fixed;
	/*right:525px;
	top:5px;*/
	right:538px;
	top:0;
	z-index:100;
}

/* Bildvergroessericon positionieren */

#wrapper #content #content_wrapper p.image_inf a span { right: 0 !important; padding-right: 0 !important; }
