/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-08-06
	Project: www.tophotels-zuers.com
	Author: websLINE, 2009
	-------
*/

@import url("css_style.css");
@import url("css_navigation.css");


/* HAUPTEINSTELLUNGEN  */

img {
	border: 0;
	display: block;
	}
#content img {
	display: inline;
	}
form {
	margin: 0;
	padding: 0;
	}
.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
/* Holly Hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Holly Hack End */
.skip {
	display: none;
	}
.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	}
#content table small a {
	display: block;
	border-top: 50px solid #fff;
	}


/* DESIGN AUFBAU */

body {
	text-align: center;
	background: #fff url(img_bg-body.gif) repeat-x 0 80px;
	margin: 0; padding: 0 0 30px 0;
	}
#site {
	position: relative;
	width: 987px;
	padding: 0 4px;
	text-align: left; 
	margin: 0px auto;
	}
html>body #site {
	background: url(img_bg-site.png) repeat-y;
	}


/* Head */

#header {
	position: absolute; z-index: 1;
	top: 0; left: 4px;
	width: 987px;
	height: 457px;
	background: #fff;
	}
#dStart #header {
	height: 715px;
	}
#header .logo {
	position: absolute; z-index: 100;
	top: 0; left: 25px;
	background: #3161a1;
	padding: 35px 8px 12px 8px;
	}
#header .lang {
	padding: 55px 0 0 220px;
	}
#header .lang, #header .lang * {
	color: #b1b3b4;
	}
#header .slogan {
	position: absolute;
	top: 260px; left: 25px;
	width: 231px; height: 51px;
	}
html>body #header .slogan {
	background: url(img_slogan.png);
	}
html>body .en #header .slogan {
	background: url(img_slogan_EN.png);
	}
#dStart #header .slogan {
	top: 395px;
	}
#header .image {
	clear: both;
	}
#header .blend {
	position: absolute;/* z-index: 10;*/
	top: 80px; left: 0;
	width: 100%;
	height: 8px; line-height: 0px;
	background: #fff;
	opacity: 0.70;
    filter: alpha(opacity=70);
	}


/* Main */

#main {
	background: url(img_bg-main.gif);
	padding-top: 457px;
	}
#mainLeft {
	float: left;
	width: 560px;
	padding: 0 26px;
	}
#mainRight {
/*	background: #ecedef url(img_bg-mainRight.gif) repeat-x;*/
	float: right;
	width: 335px;
	padding: 290px 20px 15px 20px;
	padding-top: 315px;
	}
#dStart #mainRight {
	float: none;
	width: auto;
	padding: 0;
	}
#content {
	}


/* Footer  */

#footer {
	background: url(img_bg-footer.gif) no-repeat bottom left;
	margin: 0 -4px;
	width: 937px;
	padding: 20px 29px 0 29px;
	}
#dStart #footer {
	padding-top: 745px;
	}
#footer .locator {
	float: left;
	margin-right: 30px;
	}
#footer .address {
	margin: 0; padding: 0;
	line-height: 1.2em;
	font-size: 0.9em;
	float: left;
	}
#footer .address strong {
	text-transform: uppercase;
	}
#footer .address a {
	text-decoration: underline;
	text-transform: uppercase;
	}
#footer .functions {
	float: right;
	width: 265px;
	margin-top: 10px;
	}
#footer .functions a {
	float: right;
	margin-left: 2px;
	display: block;
	}
#footer .websline {
	text-decoration: none;
	color: #999;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	background: url(img_logo-websline.gif) no-repeat 100% 1px;
	padding-right: 50px;
	white-space: nowrap;
	clear: right;
	float: right;
	display: block; 
	margin: 20px 0 0 0;
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}


/* Tab Iframe */

body.tabiframe {
	text-align: left;
	background: url(img_bg-mainRight.gif) repeat-x 0 -100px;
	}
body.tabiframe .tabcontent {
	height: 130px;
	}
body.tabiframe #tabArrivalStart {
	background: url(img_bg-arrival.gif) no-repeat 100% -25px;
	}