/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-08-12
	Project: www.parkhotel-badschallerbach.at
	Author: websLINE, 2009
	-------
*/

@import url("css_style.css");
@import url("css_navigation.css");


/* 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 0 20px 0;
	}
#site {
	position: relative;
	width: 981px;
	text-align: left; 
	margin: 0px auto;
	padding: 0 7px;
	background: url(img_bg-site.gif);
	}
#dPrint{
	text-align: left;
	}


/* Head*/

#header {
	background: #fffbcc url(img_bg-header.jpg) no-repeat;
	position: absolute;
	top: 0; left: 7px;
	width: 981px;
	padding: 91px 0 55px 0;
	height: 315px;
	}
#dStart #header {
	height: 395px;
	}
#header .logo {
	position: absolute; z-index: 100;
	top: 15px; left: 25px;
	display: block;
	width: 217px; height: 113px;
	background-position: left bottom;
	background-repeat: no-repeat;
	}
html>body #header .logo {
	background-image: url(img_logo.png);
	}
#header .blend {
	position: absolute; z-index: 10;
	top: 91px; left: 0;
	width: 981px;
	height: 15px; line-height: 0;
	background: #fff;
	opacity: 0.70;
	filter: alpha(opacity=70);
	}
#header .image {
	clear: both;
	}
#header .links {
	position: absolute;
	top: 420px; left: 25px;
	}
#dStart #header .links {
	top: 504px;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	}


/* Main */

#main {
	padding: 462px 0 40px 0;
	background: #fffbcc;
	border-bottom: 1px solid #e2bb47;
	}
#dStart #main {
	padding-top: 560px;
	}
#mainLeft {
	float: left;
	width: 285px;
	padding-left: 25px;
	}
#mainRight {
	float: right;
	width: 605px;
	padding: 40px 30px 0px 0;
	}
#dStart #content {
	padding: 0 25px;
	}


/* Footer  */

#footer {
	padding: 20px 32px;
	background: url(img_bg-footer.gif) no-repeat 0 100%;
	margin: 0 -7px;
	width: 931px;
	}
#footer .functions {
	position: relative;
	margin: -30px 0 20px 0;
	}
#footer .functions a {
	float: left; margin-right: 15px;
	}
#footer .newsletter {
	float: right;
	}
#footer .newsletter h4,
#footer .news h4,
#footer .address strong {
	display: block;
	margin: 0 0 15px 0; padding: 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	}
#footer .news {
	float: right;
	width: 360px;
	}
#footer .news ul {
	margin: -5px 0 0 0;
	padding: 0;
	list-style: none;
	list-style-image: none !important;
	}
#footer .news li {
	padding: 1px 45px 0 20px;
	background: url(img_arrow.gif) no-repeat 0 8px;
	}
#footer .news li a {
	display: block;
	border-bottom: 1px solid #b2b2b2;
	padding: 4px 0;
	text-decoration: none;
	}
#footer .news li a:hover {
	background: #eee;
	}
#footer .address {
	margin: 0; padding: 0;
	}
#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: 20px 0 0 0;
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}
