/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-12-11
	Project: www.hotel-zur-post-bad-wiessee.de
	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;
	}
#header table {
	width: 100px;
	}


/* DESIGN AUFBAU */

body {
	text-align: center;
	background: #fff url(img_bg-body.jpg) no-repeat 50% 0;
	margin: 0; padding: 0 0 30px 0;
	}
#site {
	position: relative;
	width: 984px;
	text-align: left; 
	margin: 0px auto;
	}



/* Head*/

#header {
	background: url(img_bg-header.jpg) no-repeat 0 69px;
	position: absolute;
	top: 0;
	left: 0;
	}
#header .links {
	float: right;
	margin: 40px 0 15px 0;
	}
#header .links li {
	display: inline;
	}
#header .image {
	clear: both;
	background: #fff;
	padding: 9px;
	clear: right;
	float: right;
	}
#header .logo {
	display: block;
	width: 191px;
	margin: 115px 0 0 30px;
	}



/* Main */

#main {
	padding-top: 445px;
	}
* html #main { /* IE6 Bug */
	padding-top: 0;
	margin-top: 445px;
	}
#mainLeft {
	float: left;
	width: 248px;
	}
#mainRight {
	float: right;
	width: 736px;
	}
#content {
	float: left;
	width: 480px;
	padding: 35px 35px 90px 35px;
	}
#contentRight {
	float: left;
	width: 177px;
	}


/* Startseite */

#dStart #main {
	padding-top: 80px;
	}
* html #dStart #main { /* IE6 Bug */
	padding-top: 0;
	margin-top: 80px;
	}
.start {
	background: #fff;
	padding: 9px;
	border-right: 1px solid #DFE2E1;
	border-bottom: 1px solid #F3F2F3;
	margin-bottom: 25px;
	position: relative;
	}
.start .slogan {
	margin: 0; padding: 0;
	position: absolute;
	top: 30px; right: 40px;
	color: #fff;
	font-size: 1.6em;
	}
.start dl {
	position: absolute;
	top: 220px; left: 30px;
	}
* html .start dl {
	left: 20px;
	}
.start dl dt, .start dl dd {
	float: left;
	margin: 0 10px 25px 0;
	}
.start dl dt a {
	display: block;
	margin: 0 321px 0 10px;
	width: 220px;
	height: 128px;
	}
html>body .start dl dt a {
	background: url(img_logoStart.png) no-repeat 10px 10px;
	}
.start dl dd a {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	text-decoration: none !important;
	}
.start dl dd img {
	border-bottom: 8px;
	border-style: solid;
	}
.start dl dd.first img {	border-color: #469D2C;	}
.start dl dd.second img {	border-color: #E57622;	}
.start dl dd.third img {	border-color: #FBBB22;	}
.start dl dd.fourth img {	border-color: #77210A;	}
.start dl dd.fifth img {	border-color: #B2B2B1;	}
.start dl dd.sixth img {	border-color: #C03B26;	}
.start dl dd.seventh img {	border-color: #387088;	}
.start dl dd span {
	width: 177px;
	overflow: hidden;
	}


/* Footer  */

#dStart #footer .contact {
	padding-top: 14px;
	}
#footer .contact {
	font-size: 0.9em;
	color: #9B9C9C;
	}
#dContent #footer .contact {
	width: 480px;
	border-top: 1px solid #CFCFCF;
	position: relative;
	margin: -55px 0 0 278px;
	padding: 13px 0 0 0;
	float: left;
	}
* html #dContent #footer .contact {
	margin-left: 139px;
	}
#footer .contact img {
	float: right;
	}
#dStart #footer .websline {	
	display: none;
	}
#footer .websline {	
	float: right;
	position: relative;
	margin: -16px 10px 0 0;
	color: #999;
	font-size: 0.9em;
	}
