/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-08-03
	Project: www.unterbergbahn.de
	Author: websLINE, 2009
	-------
*/


/* 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: #eaeff2 url(img_bg.gif) repeat-x;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 983px;
	padding: 0 6px;
	text-align: left; 
	margin: 0px auto;
	}
html>body #site {
	background: url(img_bg-site.png);
	}


/* Head*/

#header {
	position: absolute;
	top: 0; left: 6px;
	width: 983px;
	background: #eaeff2;
	height: 300px;
	}
#dStart #header {
	height: 522px;
	}
#header .logo {
	position: absolute;
	top: 65px; left: 40px;
	width: 204px;
	height: 90px;
	}
html>body #header .logo {
	background: url(img_logo.png);
	}
#header .image .blend {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 15px;
	background: #e18109;
	opacity: 0.60;
    filter: alpha(opacity=60);
	}
#dStart #header .image .blend {
	height: 86px;
	bottom: 1px;
	}



/* Main */

#main {
	padding: 300px 0 0 20px;
	background: #eaeff2 url(img_bg-main.gif) repeat-y;
	}
#dStart #main {
	padding: 522px 0 0 0;
	background: #679cbf url(img_bg-mainStart.gif) repeat-x 0 522px;
	}
#mainLeft {
	float: left;
	width: 145px;
	border-top: 50px solid #eaeff2;
	padding: 0 15px 15px 15px;
	}
#mainRight {
	float: right;
	width: 720px;
	padding-right: 25px;
	border-top: 50px solid #eaeff2;
	}
#content {
	width: 100%;
	}


/* Footer  */

#footer {
	position: relative;
	margin: 0 -6px;
	background: #eaeff2 url(img_bg-footer.gif) no-repeat;
	padding: 30px 6px 40px 26px;
	width: 963px; /* IE6 Bug */
	}
#dStart #footer {
	background-image: url(img_bg-footerStart.gif);
	}
#footer p.address {
	margin: 0 25px 0 0;
	padding: 0;
	float: left;
	}
#footer p.address strong {
	display: block;
	}
#footer .functions {
	float: left;
	margin-top: 15px;
	}
#footer .functions img {
	display: inline;
	margin-right: 5px;
	}
#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;
	float: right;
	margin-top: 18px;
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}