/*
	CSS Document: css_template.css
	Version: 2.0 | Date: 2008-10-09
	Project: www.bergfried.at
	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;
	}
.fb_iframe_widget{margin-top:10px;}


/* DESIGN AUFBAU */

body {
	text-align: center;
	background: #fff;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 989px;
	text-align: left; 
	margin: 0px auto;
	padding-bottom: 140px;
	padding-top: 357px;
	}
#dStart #site {
	padding-top: 585px;
	}
#dLeer #site {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #eee;
	}



/* Head*/

#header {
	background: #F5E8D5;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 357px;
	}
#dStart #header {
	height: 585px;
	}
.logo {
	border: 1px solid #E4DDD0;
	position: absolute;
	top: 40px; right: 130px;
	}
.headlinks {
	padding: 20px 0 0 50px;
	}
.headlinks li {
	display: inline;
	}
.headlinks a {
	padding: 0 5px;
	}
.headlinks a.facebook {
	background: url(img_icon-facebook.gif) 0 0 no-repeat;
	display: block;
	text-indent: -19999px;
	width: 16px; height: 16px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 19px; left: 25px;
	}
.headimage {
	clear: both;
	border: 1px solid #AF5E33;
	border-width: 2px 0;
	margin: 5px 0 0 0;
	}
#dStart .headimage {
	border-width: 2px 0 0 0;
	}
.slogan {
	background: #fff url(img_bg-theme.jpg) no-repeat;
	width: 509px;
	height: 34px;
	padding: 20px 0 0 30px;
	border-bottom: 4px solid #fff;
	position: absolute;
	top: 357px; left: 0;
/*	z-index: 10;*/

	}
#dStart .slogan {
	top: 540px;
	}
.slogan h2 {
	margin: 0;
	padding: 5px 0 0 10px;
	width: 400px;
	background: #fff;
	font-size: 1.4em;
	color: #CF8B2D;
	}


/* Main */

#main {
	background: #E8CCA5;
	border-bottom: 13px solid #fff;
	}
#dStart #main {
	border-top: 13px solid #fff;
	}
#mainLeft {
	float: left;
	padding-top: 58px;
	width: 539px;
	}
#mainRight {
	float: right;
	width: 411px;
	padding: 0 13px 0 26px;
	}
#content {
	width: 485px;
	padding: 70px 14px 20px 40px;
	}
#dStart #content {
	width: 949px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-right: 0px !important;
	}


/* Footer  */

#footer {
	clear: both;
	background: url(img_bg-footer.jpg) no-repeat 0% 0%;
	}
#footer .partner {
	margin: 0 0 20px 25px;
	}
#footer .partner img {
	display: inline;
	vertical-align: middle;
	margin: 0 10px 0 0;
	}
#footer .copy {
	}
	
	
/* IT VERSION */	

#dItaly #main {
	border-top: 13px solid #fff;
	}
#dItaly .slogan {
	top: 540px;
	}
#dItaly #site {
	padding-top: 585px;
	}
#dItaly #header {
	height: 585px;
	}
#dItaly .headimage {
	border-width: 2px 0 0 0;
	}
#dItaly #content {
	padding-top:0px;
}
#dItaly #mainLeft{
	padding-top:10px;
	}
