html {
	overflow-y: scroll;
}

body {
	padding-bottom: 20px;
	background-color: #FFF;
}

.page {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

.col,
.oneCol,
.twoCols,
.threeCols,
.fourCols,
.fiveCols {
	float: left;
}

.oneCol {
	width: 160px;
}

.twoCols {
	width: 320px;
}

.threeCols {
	width: 480px;
}

.fourCols {
	width: 640px;
}

.fiveCols {
	width: 800px;
}

.sixCols {
	width: 960px;
}

.content {
	padding: 0 10px;
}

#header {
	z-index: 1; /* corrects overlapping bug in IE7 - don't ask why */
	
	background: url(/images/layout/bg-header.png) left bottom repeat-x;
	font-family: Tahoma, Geneva, Verdana;
}

	#header li {
		float: left;
		margin: 0;
		list-style-type: none;
	}

	#header .page {
		padding-top: 100px;
	}

#logo {
	position: absolute;
	left: 10px ;
	top: 15px;
}

#meta {
	position: absolute;
	right: 10px;
	top: 48px;
	line-height: 12px;
}

	#meta a {
		color: #999;
	}

	#meta li {
		border-left: 1px #999 solid;
	}
	
		#meta li a {
			display: block;
			padding: 0 5px 1px 5px;
			line-height: 12px;
			color: #999;
		}

#menu {
	padding-top: 10px;
	background: url(/images/layout/bg-menu.gif) center top no-repeat;
	color: #FFF;
}

	#menu ul {
		background: url(/images/layout/bg-header.png) center bottom repeat-x;
		padding-left: 52px;
	}

	#menu li {
		font-weight: bold;
	}
	
	#menu a {
		display: block;
		padding: 0 20px 5px 20px;
		border-left: 1px #BD4041 solid;
		border-right: 1px #A70102 solid;
		color: #FFF;
	}
	
		#menu .selected a {
			background-color: #FAFAFA;
			color: #900;
		}

	#menu .submenu {
		display: none; 
		position: absolute;
		padding: 0;
		background: none; /* overwrites #menu ul */
		border-bottom: 1px #900 solid;
		z-index: 99999;
	}
	
		#menu .submenu li {
			clear: both; /* obsoletet? */
			float: none;
			border-width: 1px;
			border-color: #900;
			border-style: none solid; 
			padding: 0;
			background-color: #FAFAFA;
		}
	
		#menu .submenu a {
			border: none;
			border-top: 1px dotted #CCC;
			padding-top: 5px;
			padding-bottom: 5px;
			font-weight: normal;
			color: #900;
		}
		
			#menu .submenu a:hover {
				background-color: #FFF;
				text-decoration: none;
			}
		
/*
 * content
 */
	
#content {
	background: #FFF url(/images/layout/bg-content.gif) left top repeat-x;
	/* z-index: 1; /* 01.12.2010 */
}

/*
 * footer
 */

#footer {
	background: url(/images/layout/bg-footer.gif) left 20px repeat-x;
	line-height: 18px;
	color: #999;
}
	
	#footer a {
		color: #999;
	}

	#footer .noBullets li {
		margin-top: 0px;
	}
	
#biker {
	position: absolute;
	top: 0;
	left: 360px;
}
	
/*
 * template elements
 */
 
#recommend,
.headingOption {
	display: block;
	position: absolute;
	right: 10px;
	top: 24px;
}

#recommend {
	text-decoration: none;
}

#attention td {
	background-color: #EEF2E4;
}
	
	#attention td.icon {
		width: 50px;
		padding: 0;
		background-color: #CCDAAB;
	}
		
#teaser {
	line-height: 30px;
}

#benefits li {
	list-style-type: none;
	list-style-image: none; 
	margin-left: 0;
	padding-left: 30px;
	background: url(/images/layout/icon-16x16-accept.png) left 5px no-repeat; /* vertikaler versatz bezogen auf li.noBullets */
}

#fb-like {
	position: absolute;
    right: 0;
    top: 150px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius-topleft: 3px;
    -webkit-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

    -moz-box-shadow: 0 0 5px #CCC;
    -webkit-box-shadow: 0 0 5px #CCC;
    box-shadow: 1px 1px 3px #CCC; 

    width: 130px;
    padding: 10px 10px 9px;
    background: #FFF;
    
    border: 1px #DDD solid;
    border-right: 0;
    padding: 9px 9px 8px;  
}

.infoOptions {
	margin-top: 15px;
	border-top: 1px #CCC dotted;
}