/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-02-05
	Project: www.sonnenhotel.com
	Author: websLINE, 2009
	-------
*/


/* 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 url(img_bg-body.gif) repeat-x 0 83px;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 995px;
	text-align: left; 
	margin: 0px auto;
	}



/* Head*/

#header {
	position: absolute;
	top: 0; left: 0;
	background: #EEF0F0 url(img_bg-header.gif) no-repeat 0 435px;
	height: 536px;
	}
#header .logo {
	position: absolute;
	top: 0; left: 150px;
	z-index: 2000;
	display: block;
	padding: 20px 35px;
	background: #fff;
	}
#header .links {
	text-align: right;
	padding: 20px 10px 50px 0;
	background: #fff;
	width: 985px;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	}
#header .socials {
	position: absolute;
	top: 5px; left: 50%; margin-left: 150px;
	}
#header .socials li {
	float: left;
	padding: 2px 5px 2px 5px;
	}
#header .socials li a {
	display: block;
	float: left;
	width: 26px; height: 26px;
	background: url(img_socials.gif) no-repeat;
	}
#header .socials li.twitter a {	background-position: -26px 0;	}
.image {
	position: absolute;
	top: 83px; left: 0px;
	z-index: 10;;
	}


/* Main */

#main {
	background: #F6F7F7 url(img_bg-main.gif) repeat-x 0 536px;
	padding-top: 536px;
	}
* html #main { /* IE6 Bug */
	padding-top: 0;
	margin-top: 536px;
	background-position: 0 0;
	}
#mainLeft {
/*	background: #666;*/
	float: left;
	width: 500px;
	padding: 15px 32px 40px 25px;
	}
#mainRight {
/*	background: #999;*/
	float: right;
	width: 420px;
	padding: 25px 18px 20px 0;
	}
#content {
	width: 100%;
	}
#contentRight {
	clear: both;
	padding-top: 15px;
	}


/* Footer  */

#footer {
	padding: 15px 15px 30px 15px;
	background: url(img_bg-footer.gif) repeat-x;	
	}
#footer .websline {	
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #B5B4B4;
	padding-top: 5px;
	}
#footer .partner {
	float: left;
	}
#footer .partner li {
	float: left;
	margin-right: 15px;
	}
#footer .partner li a {
	display: block;
	width: 94px; height: 38px;
	background: url(img_partner-kaernten.gif);
	}
#footer .partner li.regionvillach a {
	width: 84px; 
	background: url(img_partner-regionvillach.gif);
	}
#footer .address {	
	margin: 0; padding: 5px 0 0 0;
	font-size: 0.9em;
	}