/*
	CSS Document: css_template.css
	Version: 2.0 | Date: 2009-03-09
	Project: www.hotel-sonnhof.at
	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: #F7F5EE url(img_bg-body.gif) repeat-x 0 0;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 994px;
	text-align: left; 
	margin: 0px auto;
	margin-top: 120px;
	}



/* Head*/

#header {
	padding: 30px 0 0 0;
	position: absolute;
	top: -120px; left: 0;
	width: 100%;
	}
#header .logo {
	float: left;
	margin-left: 3px;
	}
#header .adressrow {
	float: left;
	margin: 55px 0 0 10px;
	}
#header .links {
	float: right;
	padding: 68px 3px 0 0;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	color: #6F6036;
	font-size: 0.9em;
	}
#header .image {
	clear: both;
	float: left;
	background: url(img_bg-main.png) repeat-y;
	padding: 0px 3px;
	margin-top: 10px;
	}

/* Facebook & Blogger */	
.fb, .blog{
	background:		url(f_b_icon.gif) 0 0 no-repeat;
	width:			27px;
	height:			25px;
	position:		absolute;
	top:			10px;
	right:			30px;
	text-indent:	-19999px;
	display:		block;
	overflow:		hidden;
	}
	.blog{background-position:-27px 0;width:26px;right:0px}

/* Main */

#main {
	padding: 0 3px;
	padding-top: 450px;
	}
* html #main { /* IE6 Bug */
	padding-top: 0;
	margin-top: 450px;
	}
html>body #main {
	background: url(img_bg-main.png) repeat-y;
	}
#mainLeft {
	float: left;
	width: 418px;
	}
#mainRight {
	float: right;
	width: 510px;
	padding: 30px;
	}
#content {
	padding-bottom: 20px;
	}
#contentLeft {
	padding: 0 0 0 15px;
	}



/* Footer  */

#footer {
	padding: 15px 3px 20px 3px;
	background: url(img_bg-footer.gif) no-repeat;
	}
html>body #footer {
	background: url(img_bg-footer.png) no-repeat;
	}
#footer .logos {
	float: left;
	margin: 5px 10px 0 0;
	}
#footer .logos a.VierS {
	position: relative;
	}
#footer .logos a.VierS .over{
	display: none;
	}
#footer .logos a.VierS:hover .over {
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 200;
	}


#footer .websline {	
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #B5B4B4;
	padding-top: 2px;
	}
#footer p {
	margin: 0 15px 0 0; padding: 0;
	float: left;
	}
#footer .bookmark {
	margin: 0 5px 0 0;
	float: left;
	}
.en #footer .bookmark, .it #footer .bookmark {
	display: none;
	}