/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-09-03
	Project: www.vierjahreszeiten.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 url(img_bg-body.gif) repeat-x;
	margin: 0; padding: 0;
	}
body#dLeer {
	background: #fff;
	}
#site {
	position: relative;
	width: 995px;
	text-align: left; 
	margin: 0px auto;
	padding-top: 196px;
	}
#dStart #site {
	padding-top: 490px
	}
#dLeer #site {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #eee;
	}


/* Head*/

#header {
	background: url(img_bg-header.gif) no-repeat top right;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 500px;
	}
#header .logo {
	display: block;
	padding: 10px;
	margin: 30px 0 0 10px;
	}
#dStart #header .logo {
	margin-top: 110px;
	}
#header .links {
	float: right;
	padding-right: 30px;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	}
#header .headimage {
	margin: 0 3px;
	padding: 5px 0 0 2px;
	}
html>body #header .headimage {
	background: url(img_bg-headimage.png) repeat-x;
	}
#header .headimage img {
	border-top: 2px solid #f0dfaa;
	}
.fade-start {
	position: absolute;
	top: 263px; left: 0;
	width: 100%;
	text-align: center;
	}
.blend, .blend2 {
	position: absolute; z-index: 1000;
	top: 222px; left: 50%; margin-left: -497px;
	width: 995px; height: 5px;
	display: block;
	}
*:first-child+html .blend2 { /* only for IE7 */
	margin-left: -498px;
	}
html>body .blend {
	background: url(img_blend.png) no-repeat;
	}
.blend2 {
	top: 227px;
	height: 20px;
	}
html>body .blend2 {
	background: url(img_bg-main.png) repeat-y;
	}

#header .headimage table { /* Für Bearbeitungsmodus im CMS */
	width: 100px;
	float: left;
	}
#header .headimage table + table + a + .image img { /* Bearbeitungsmodus im CMS */
	margin-top: -100px;
	position: aboslute;
	}


/* Main */

#main {
	padding: 300px 5px 30px 5px;
	margin: 0 0 5px 0;
	}
html>body #main {
	background: url(img_bg-main.png) repeat-y;
	}
#dStart #main {
	padding-top: 0px;
	}
#mainLeft {
	float: left;
	width: 580px;
	padding: 30px 30px 0 30px;
	}
#dStart #mainLeft {
	width: 600px;
	padding-right: 10px;
	}
#mainRight {
	float: right;
	width: 345px;
	}


/* Footer  */

#footer {
	border-top: 1px solid #666;
	padding: 15px 0;
	}
#footer p.address {
	margin: 0 50px 0 0; padding: 0;
	float: left;
	}
#footer .partner li {
	float: left;
	margin-right: 15px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}
#footer .partner li.naturpark {
	width: 83px;
	background-image: url(img_partner-naturpark.gif);
	}
#footer .partner li.gletschertaler {
	width: 50px;
	background-image: url(img_partner-gletschertaler.gif);
	}
#footer .partner li.tirol {
	width: 63px;
	background-image: url(img_partner-tirol.gif);
	}
#footer .partner li.zillertal {
	width: 119px;
	background-image: url(img_partner-zillertal.gif);
	}
#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;
	}
