/*
	CSS Document: css_template.css
	Version: 2.0 | Date: 2009-03-02
	Project: www.furgler.at
	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: #fff url(img_bg.gif) 100px 0;
	margin: 0; padding: 0 0 30px 0;
	}
#sitehead {
	height: 100px;
	width: 100%;
	background: #fff;
	}
#site {
	position: relative;
	width: 988px;
	margin: 0 auto;
	text-align: left; 
	background: url(img_bg-site.gif) 0 100px;
	padding: 0 3px;
	}


/* Head */

#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 3px;
	background: #B92A30;
	padding-bottom: 100px;
	}
#dStart #header {
	padding-bottom: 0;
	width: 988px; /* Bug IE */
	}
#header .logo {
	position: relative;
	margin: -77px 0 0 10px;
	float: left;
	padding: 10px 10px 5px 10px;
	}
#header .navi {
	float: right;
	}
#header .headLeft {
	clear: left;
	float: left;
	width: 305px;
	padding: 30px 20px 0 20px;
	}
#header .image {
	float: right;
/*	position: relative;*/
	}
#header .headBottom {
	position: absolute;
	bottom: 0; left: 0;	
	background: #ECC5C7;
	width: 100%;
	height: 99px;
	border-top: 1px solid #F9ECEC;
	}
#header .image a img {
	position: relative;
	margin-bottom: -20px;
	border: 2px solid green;
	}


/* Main */

#main {
	padding-top: 432px;
	position: relative;
	}
* html #main { /* IE6 Bug */
	padding-top: 0;
	margin-top: 432px;
	}
#dStart #main {
	padding-top: 23px;
	margin-bottom: -1px;
	}
* html #dStart #main { /* IE6 Bug */
	padding-top: 0;
	margin-top: 23px;
	}
#mainLeft {
	float: left;
	width: 345px;
	}
#mainRight {
	float: right;
	width: 643px;
	}
#content {
	padding: 40px;
	}
#mainLeft .container {
	padding: 20px;
	}


/* Footer  */

#footer {
	border-top: 1px solid #F9ECEC;
	background: #fff url(img_bg-footer.gif) repeat-x 0 100%;
	padding: 20px;
	}
#footer .bookmark {
	position: relative;
	top: -38px;
	left: 365px;
	width: 565px;
	}
#footer .bookmark img {
	float: right;
	margin-left: 10px;
	}
#footer .bookmark .fb {
	position: absolute;
	left: 0; top: 0;
	}
#dStart #footer .bookmark {
	display: none;
	}
#footer h3 {
	margin: 0 0 10px 0; padding: 0;
	}
#footer p {
	margin: 0; padding: 0;
	font-size: 0.9em;
	}
#footer .partner {
	float: right;
	}
#footer .partner li {
	float: left;
	padding-left: 7px;
	}
#footer .partner li.famselect {
	padding-left: 0;
	}
#footer .partner li a {
	display: block;
	float: left;
	background-position: 0 -24px;
	background-repeat: no-repeat;
	background-image: url(img_logo-famselect.gif);
	width: 152px;
	height: 24px;
	margin-top: 3px;
	}
#footer .partner li.serfaus a {
	background-position: 0 -27px;
	background-image: url(img_logo-serfaus.gif);
	width: 48px; height: 27px;
	margin-top: 1px;
	}
#footer .partner li.famtirol a {
	background-position: 0 -30px;
	background-image: url(img_logo-famtirol.gif);
	width: 31px; height: 30px;
	margin-top: 0;
	}
#footer .partner li.selectedhotels a {
	background-position: 0 0;
	background-image: url(img_logo-selectedhotels.gif);
	width: 28px; height: 30px;
	margin-top: 0;
	}
#footer .partner li.tirolq a {
	background-image: url(img_logo-tirolq.gif);
	width: 81px;
	}
#footer .websline {	
	position: relative;
	margin-top: -10px;
	float: right;
	color: #999;
	padding: 6px 0;
	font-size: 0.9em;
	}
