/*
	CSS Document: template.css
	Version: 2.1.0 | Date: 2010-01-08
	Project: www.hotel-st-oswald.at
	Author: websLINE, 2010
	-------
*/

@import url("base.css");
@import url("navigation.css");
@import url("modules.css");
@import url("jquery.fancybox-1.3.1.css");


/* LAYOUT  */

html, body {
	padding: 0; margin: 0;
    height: 100%;
	}
body {
	text-align: center;
	background: #c9c4a1 url(../img/bg-body.gif) repeat-x;
	}
body#dStart {
	background-position: 0 -350px;
	padding-top: 20px;
	}
body.themeForm {
	background-position: 0 -250px;
	}
#site {
	position: relative;
	text-align: left; 
	margin: 0px auto;
	width: 995px;
	padding: 500px 0 20px 0;
	}
/*#dStart #site, #dStart #head {
	position: absolute; z-index: 100;
	top: 49%; left: 50%; margin: -450px 0 0 -497px;
	}*/
#dStart #site {
	padding-top: 592px;
	}
.themeForm #site {
	padding-top: 250px;
	}


/* Header */

#header {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 500px;
	background: #ddd9c1;
	}
#dStart #header, .themeForm #header {
	background: none;
	}
#dStart #header {
	height: 592px;
	}
.themeForm #header {
	height: 250px;
	}
/*#dStart #head {
	top: 0;
	margin-top: 0;
	width: 995px;	
	}*/
/*#dStart #headimage {
	position: absolute; z-index: 9;
	top: 0;	left: 0;
	width: 100%; height: 49%; min-height: 49%;
	}
#dStart #headimage .code,
#dStart #headimage #flashcontent {
	height: 100%;
	}*/
#header .logo, #head .logo, #dStart .logo {
	position: absolute; z-index: 10;
	top: 20px; left: 20px;
	width: 270px; height: 180px;
	}
html>body #header .logo, html>body #head .logo, #dStart .logo {
	background: url(../img/logo_neu.png);
	}

#header .logo2, #head .logo2, #dStart .logo2 {
	position: absolute; z-index: 9;
	top: 10px; left: 5px;
	width: 120px; height: 85px;
	}
html>body #header .logo2, html>body #head .logo2, #dStart .logo2 {
	background: url(../img/header_logo_kaerneten.png);
	}
#header .logo3, #head .logo3, #dStart .logo3 {
	position: absolute; z-index: 8;
	top: 0px; left: 670px;
	width: 64px; height: 33px;
	}
html>body #header .logo3, html>body #head .logo3, #dStart .logo3 {
	background: url(../img/pulverer.gif);
	}
#header .logo_flug, #head .logo_flug, #dStart .logo_flug {
	position: absolute; z-index: 7;
	top: 40px; left: 795px;
	width: 180px; height: 50px;
	}
html>body #header .logo_flug, html>body #head .logo_flug, #dStart .logo_flug {
	background: url(../img/flugteasermini.jpg);
	}

#header .links, #head .links {
	position: absolute; z-index: 10;
	top: 0; right: 20px;
	padding: 10px;
	}
#dStart #header .links {
	top: 4px;
	}
html>body #header .links, html>body #head .links {
	background: url(../img/transpng.png);
	}
#header .links li, #head .links li {
	display: inline;
	}
#header .links a, #head .links a {
	padding: 0 6px 0 3px;
	color: #fff;
	border-right: 1px solid #eee;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	}
#header .headimage {
	position: absolute;
	top: 0; left: 0;
	}
#dStart #header .headimage {
	background: #ddd9c0;
	padding: 4px;
	}


/* Content */

#content {
	padding: 35px 0;
	}
#contentLeft {
	float: left;
	width: 600px;
	padding-left: 20px;
	}
#contentRight {
	float: right;
	width: 340px;
	}
#article {
	width: 100%;
	padding-top: 50px;
	}
#dStart #article {
	position: relative;
	padding-top: 255px;
	}
#container {
	width: 100%;
	position: relative;
	}


/* Footer  */

#footer {
	}
#footer, #footer * {
	color: #666;
	}
#footer .newsletter {
	background: #aea77a;
	width: 320px; height: 45px;
	padding: 15px 20px;
	float: right;
	}
#footer .address {
	width: 655px;
	float: left;
	}
#footer .partner dd {
	float: left;
	margin-right: 15px;
	}
#footer .partner dd a {
	display: block;
	text-decoration: none;
	width: 64px; height: 33px;
	background: url(../img/partner.gif) no-repeat;
	}
#footer .partner dd a:hover {
	background-position: 0 -37px;
	}
#footer .partner dd.kaernten a { background-position: -64px 0; }
#footer .partner dd.kaernten a:hover { background-position: -64px -37px; }
#footer .partner strong {
	display: none;
	}
#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; 
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}
