/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-11-05
	Project: www.hotel-bruno.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;
	background: url(img_bg-site.gif) repeat-x;
	}
#site {
	position: relative;
	width: 980px;
	text-align: left; 
	margin: 0px auto;
	}



/* Head*/

#header {
	position: absolute;
	top: 0;
	left: 0;
	}
#header .headlinks {
	color: #fff;
	float: right;
	margin: 12px 0;
	}
#header .headlinks {
	float: right;
	margin: 12px 0;
	}
#header .headlinks li {
	display: inline;
	}
#header .headlinks a {
	padding-right: 4px;
	}
#header .head {
	clear: both;
	width: 927px;
	background: #fff;
	padding: 20px 22px 89px 31px;
	}
#header .logo {
	float: right;
	}
#header .image {
	position: relative;
	}
#header .image .fade {
	position: absolute;
	z-index: 10;
	top: 0; left: 20px;
	width: 301px; height: 260px;
	}
html>body #header .image .fade {
	background: url(img_fade.png);
	}


/* Main */

#main {
	padding: 510px 0 30px 0;
	}
* html #main {
	padding: 0;
	margin: 510px 0 30px 0;
	}
#mainLeft {
	float: left;
	border-left: 1px solid #9AC4DD;
	}
#dContent #mainLeft {
	width: 654px;
	}
#mainRight {
	float: right;
	width: 310px;
	}
#content {
	padding: 0 20px;
	}



/* Footer  */

#footer {
	clear: both;
	padding: 20px 0;
	}
#footer p {	
	float: left;
	}
#footer .partner {	
	float: right;
	text-align: right;
	width: 231px;
	margin: 20px 0;
	}
#footer .partner li {	
	background-repeat: no-repeat;
	height: 32px;
	margin: 0 0 7px 0;
	float: right;
	}
#footer .partner li.tirol {	
	background-image: url(img_logo-tirol.gif);
	width: 95px;
	float: left;
	}
#footer .partner li.soelden {	
	background-image: url(img_logo-soelden.gif);
	width: 136px;
	}
#footer .partner strong {	
	display: none;
	}
