@charset "utf-8";
/* CSS Document */

/*# Layout CSS  for site structure and global styles #*/

/* Reset all margins */
* { margin:0; padding:0;}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}




body {
	font-family:Georgia, serif;
    font-size:12px;
	line-height:17px;
	color:#000000;
	background-image:url(../img/common/bg_site_01.jpg);
	background-repeat:no-repeat;
	background-color:#d2a815;
}

img { border:0 solid; display:inline;}	
ul, object {margin:0;}
li { margin-left: 0; line-height: 0;}

a {text-decoration:none;}
*:focus {outline:none;}


/*LAYOUT*/

#logo{
	position:absolute;
	top:17px;
	left:86px;
	width:233px;
	height:33px;
	z-index:1;	
}

#nav {
	width:960px;
	height:40px;
	background:url(../img/common/bg_navigation.png) top left no-repeat;
	position:absolute;
	left:0;
	top:72px;
	z-index:2;
}
#wrap {width:971px;}

#mainText {
	width:971px; padding-top:180px;padding-bottom:123px;
	background:url(../img/common/bg_content_ecke.png) no-repeat 0 123px;
}

#mainFlash{
	width:971px; padding-top:123px;padding-bottom:123px;
}

#home {
  width:971px;padding-bottom:150px;
  position:relative;
  height:629px;
}

/*CONTENT BEREICHE*/
.content {
	background:#ffffff;
	min-height:180px;
}

.contentTop {
	background:#ffffff;
	min-height:600px;
}

.colWrapper {
	overflow:hidden;
	top:-32px;
	position:relative;
}

.content .colWrapper{
  top:15px;
}

.colLeft {
  width:560px;
  float:left;
  margin-right:60px;
  padding-left:83px;
  position:relative;
}

.colRight{
  width:263px;
  float:left;
}

/*FOOTER*/

#bottomHome {
	position: relative;
	margin-top: -123px; /* negative value of footer height */
	height: 123px;
	clear:both;	
	width:990px;	
}


#bottom {
	background:url(../img/common/white_tile.gif) repeat-y;
	position: relative;
	margin-top: -123px; /* negative value of footer height */
	height: 123px;
	clear:both;	
	width:990px;	
}

#footerBike {
	position:absolute;
	top:0;
	left:624px;
    z-index:44;
  }

#footer{
    width:885px;
	padding: 45px 105px 0 0;
 	background:url(../img/common/footer_corner.png) right bottom no-repeat;
}

#footerNav{ 
  	background:#000000;
	height:68px;
	padding:10px 0 0 62px;
	overflow:hidden;
}

#footerNavContainerLeft {
	width:295px;
	height:37px;
	border-right:1px dotted #808080;
	float:left;
}

#footerNavContainerCenter {
	width:339px;
	height:37px;
	border-right:1px dotted #808080;
	float:left;
}

#footerNavContainerRight {
	width:180px;
	height:37px;
	float:left;
}






.clear{ overflow:hidden;clear:left;line-height:0;}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



