/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-10-24
	Project: www.skiopening-tirol.com
	Author: websLINE, 2008
	-------
*/


/* 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;
	}
#site {
	position: relative;
	width: 980px;
	text-align: left; 
	margin: 0px auto;
	background: #9CC8E5 url(img_bg-site.jpg) repeat-x;
	}
#dStart #site {
	background: #9CC8E5 url(img_bg-siteStart.jpg) repeat-x;
	}



/* Head*/

#header {
	position: absolute;
	top: 40px; left: 0;
	}
#dStart #header {
	top: 0;
	}
#header h2 {
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 2.7em;
	}
#dStart #header h2 {
	position: absolute;
	color: #fff;
	top: 410px;
	left: 0;
	}
#header h3 {
	display: block;
	text-align: center;
	margin: -4px 0 0 0;
	padding: 0;
	font-size: 1.5em;
	position: relative;
	}
#dStart #header h3 {
	position: absolute;
	color: #fff;
	top: 470px;
	left: 0px;
	text-align: left;
	}
#dStart #header h3 {
	position: absolute;
	}
#dContent #header .headimage {
	margin-top: 10px;
	border-style: solid;
	border-color: #fff;
	border-width: 4px 4px 4px 0;
	}
#header h4 {
	margin: -25px 0 0 0;
	position: relative;
	padding: 10px 25px;
	width: 240px;
	background: #fff;
/*	overflow: hidden;
	display: block;*/
	}
#header h4 b {
	color: #B4002F;
	font-size: 1.2em;
	}


/* Main */

#main {
	}
#mainLeft {
	float: left;
	width: 557px;
	padding: 460px 30px 30px 30px;
	}
#mainRight {
	float: right;
	width: 345px;
	margin: 40px -10px 20px 0;
	position: relative;
	}
#dStart #content {
	padding: 590px 30px 20px 30px;
	}


/* Footer  */

#footer {
	background: #fff;
	padding: 0 0 25px 0;
	}
#footer .websline {
	float: right;
	margin: 10px 0;
	color: #BABBBB;
	}
#footer .power {
	clear: both;
	margin: 0; padding: 0 0 10px 0;
	color: #BABBBB;
	}