/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-07-02
	Project: www.seehotelbrunner.com
	Author: websLINE, 2008
	-------
*/


/* 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;
	}


/* DESIGN AUFBAU */

body {
	text-align: center;
	background: #fff;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 980px;
	text-align: left; 
	margin: 0px auto;
	}
body#dStart {
background: url(img_bg-startseite.gif) repeat-x #f4f9fb;
}


/* Head*/

#header {
	background: url(img_bg-header.jpg) no-repeat;
	}
.logo {	
	position: absolute;
	top: 0; left: 384px;
	display: block;
	background: #fff;
	width: 155px;
	padding: 3px 15px 10px 15px;
	border: 1px solid #C3C5C5;
	border-top: 0px;
	z-index: 10;
	}
.headlinks {
	float: right;
	margin: 10px 40px 88px 0;
	}
.headlinks li {
	float: left;
	color: #516784;
	}
.headlinks li a {
	color: #203C5F;
	padding: 0 5px;
	}
.headimage {
	clear: both;
	}
#dContent .headimage {
	background: url(img_bg-headimage.gif);
	}
#dStart .headimage {
	background: url(img_bg-headimageStart.gif) repeat-x 0 100%;
	}
.inquirymask {
	width: 184px;
	height: 120px;
	padding: 8px 0 0 30px;
	color: #fff;
	position: absolute;
	top: 268px;
	right: 30px;
	}
#dContent .inquirymask {
	background: #F6D004 url(img_bg-inquirymask.jpg) no-repeat 50% 100%;
	}
#dStart .inquirymask {
	top: 374px;
	}
html>body#dStart .inquirymask {
	background: url(img_bg-inquirymask.png);
	}
.headteaser {
	position: absolute;
	top: 319px; left: 0;
	width: 736px;
	height: 77px !important;
	overflow: hidden;
	background: #6493A1;
	opacity: 0.8;
    filter: alpha(opacity=80);
	}
#dStart .headteaser {
	top: 502px;
	width: 950px;
	}
/*
html>body .headteaser {
	background: url(img_bg-headteaser.png);
	}
*/
.headteaser ul {
	position: absolute;
	top: 0; left: -49280px;
	margin: 0;
	padding: 7px 0 7px 17px;
	list-style: none;
	width: 50000px;

	}
#dStart .headteaser ul {
	left: -49047px;
	}
.headteaser ul li {
	float: right;
	margin: 0;
	}



/* Main */

#main {
	background: url(img_bg-main.gif);
	padding: 30px 0 30px 17px;
	}
#mainLeft {
/*	background: blue;*/
	float: left;
	width: 214px;
	}
#mainRight {
/*	background: green;*/
	float: right;
	width: 722px;
	}
#content {
/*	background: #eee;*/
	float: left;
	width: 450px;
	}
#contentRight {
/*	background: red;*/
	float: right;
	width: 244px;
	}


/* Footer  */

#footer {
	background: url(img_bg-footer.gif) repeat-x;
	padding: 8px 30px 30px 10px;
	}
#footer, #footer * {
	color: #1A3258;
	}
#footer p {
	margin: 0;
	padding: 0;
	}
#footer .partner {
	display: block;
	margin: 20px 0 0 0;
	text-align: right;
	}
#footer .partner img {
	float: right;
	margin-left: 10px;
	}
.websline {	
	float: right;
	}