/*
	CSS Document: template.css
	Version: vers2 | Date: 2010-03-31
	Project: www.landhotel-kanzler.at
	Author: websLINE, 2010
	-------
*/

@import url("base.css");
@import url("navigation.css");
@import url("modules.css");


/* LAYOUT  */

body {
	text-align: center;
	background: #e7e9ef url(../img/bg-body.gif) repeat-x;
	margin: 0; padding: 0;
	}
#wrapper {
	position: relative;
	text-align: left; 
	margin: 0px auto;
	width: 992px;
	padding: 580px 5px 0 5px;
	background: url(../img/bg-wrapper.gif) repeat-y;
	margin-top: 145px;
	}


/* Header */

#header {
	position: absolute;
	top: -145px; left: 0;
	width: 992px; height: 720px;
	margin: 0 5px;
	}
#header .logo {
	float: left;
	margin: 12px 0 11px 20px;
	}
#header .facebook {
	float: right;
	display: block;
	width: 26px; height: 26px;
	background: url(../img/socials.gif);
	}
#header .links {
	float: right;
	background: #f6f7f9;
	padding: 5px 10px;
	margin-right: 20px;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	text-transform: uppercase;
	font-size: 0.9em;
	}
#header .headimage {
	clear: both;
	position: absolute; z-index: 2;
	top: 140px; left: 0;
	border: 5px solid #fff;
	border-bottom-width: 1px;
	}
#header .headerbottom {
	background: #ab1a39 url(../img/bg-headerbottom.gif) no-repeat 140px 100%;
	padding: 426px 20px 20px 20px;
	margin: 0 5px;
	clear: both;
	}


/* Content */

#content {
	background: #fff;
	padding: 60px 0 15px 0;
	}
#contentLeft {
	float: left;
	width: 580px;
	padding: 0 36px;
	}
#contentRight {
	float: right;
	width: 300px;
	padding: 0 15px;
	}
#contentBottom {
	clear: both;
	padding-top: 30px;
	}
#dStart #contentBottom {
	padding-top: 0px;
	margin-top: -35px;
	}


/* Footer  */

#footer {
	background: #e6e9ee url(../img/bg-footer.gif) repeat-x;
	margin: 0 -5px;
	width: 992px;
	padding: 25px 5px;
	}
#footer .footertop {
	border: 1px solid #b8b6b6;
	border-width: 1px 0;
	padding: 10px;
	margin-bottom: 20px;
	}
#footer .links {
	float: left;
	}
#footer .links li {
	display: inline;
	}
#footer .links a {
	padding-right: 3px;
	text-decoration: underline;
	}
#footer .socials {
	float: right;
	width: 300px;
	}
#footer .socials img {
	float: left;
	margin-left: 2px;
	}
#footer .address {
	float: left;
	line-height: 1.5em;
	background: url(../img/bg-address.gif) no-repeat;
	padding: 5px 100px 10px 120px;
	}
#footer .address strong {
	font-weight: normal;
	text-transform: uppercase;
	color: #970625;
	}
#footer .partner {
	float: left;
	}
#footer .partner li {
	float: left;
	display: block;
	width: 165px; height: 62px;
	margin-right: 15px;
	background: url(../img/partner.gif);
	}
#footer .partner li.ausseerland {
	width: 87px; 
	background-position: -180px 0;
	}
#footer .partner li:hover {
	background-position: 0 -62px;
	}
#footer .partner li.ausseerland:hover {
	background-position: -180px -62px;
	}
#footer .websline {
	text-decoration: none;
	color: #999;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	background: url(../img/logo-websline.gif) no-repeat 100% 1px;
	padding-right: 50px;
	white-space: nowrap;
	clear: right;
	float: right;
	display: block; 
	margin: 39px 0 0 0;
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}