/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-01-26
	Project: www.forsthofalm.com
	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-site.gif) repeat-x 0px 230px;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 987px;
	border-right: 8px solid #fff;
	text-align: left; 
	margin: 0px auto;
	}



/* Head*/

#header {
	position: absolute;
	top: 0; left: 0;
	height: 470px;
	}
#header .logo {
	float: left;
	display: block;
	padding: 10px;
	margin: 18px 0 0 35px;
	}
#header .links {
	float: right;
	padding: 10px 0;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	}
#header .links a.facebook, #header .links a.holidaycheck {
	background: url(img_icon-facebook.gif) 0 0 no-repeat;
	padding: 1px 3px 1px 20px;
	}
#header .links a.holidaycheck {background-image: url(img_icon-holidaycheck.gif);}
#header .slogan {
	float: left;
	margin: 40px 0 1px 46px;
	}
#header .image {
	float: right;
	background: #900;
	padding: 8px;
	border-left: 8px solid #fff;
	}


/* Main */

#main {
	clear: both;
	padding-top: 589px;
	}
* html #main { /* IE6 Bug */
	padding-top: 0;
	margin-top: 589px;
	}
#mainLeft {
	float: left;
	width: 354px;
	position: relative;
	margin-top: -100px;
	}
#mainRight {
	float: right;
	width: 625px;
	padding: 60px 0 0 0;
	}
#content {
	background: url(img_bg-content.gif) no-repeat 50% 30px;
	padding: 25px 25px 0 25px;
	}
#dContent #content {
	width: 575px;
	}


/* Footer  */

#footer {
	padding: 20px 0;
	}
#footer .websline {	
	float: right;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #B5B4B4;
	padding-top: 20px;
	}
#footer .address {	
	margin: 0; padding: 0;
	}
#footer .partner {	
	padding: 15px 0;
	}
#footer .partner img {	
	float: left;
	margin-right: 10px;
	}
#footer .skype {
	float:right;
	}
