/* CSS Document */
html{
	height:100%;
}
html, body{
	margin:0 auto;
	padding:0 auto;
}

body {
	margin: 0;
	padding: 0;
	background-color: #EAE7E9;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	overflow-y:scroll;
}

/* ********** START - Global Settings ********** */
*{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	
	outline:none;
}
p {
	margin:20px 0 10px 0;
	
}
ul{
	margin:20px;
}
/* ********** END - Global Settings ********** */

#holder{
	position:relative;
	
	margin:0 auto;
	padding:0 auto;
	
	width:960px;
	min-height:600px;
}
#header{
	position:relative;
	width:960px;
	text-align: center;
	float: left;
	height: 80px;
}
.logo{
	margin-top: 36px;
}
#content{
	position:relative;
	width:860px;
	float: left;
	height: auto;
	margin-left: 50px;
}
#tekstbox{
	position:relative;
	width:405px;
	float: left;
	height: auto;
}
.tekstbox2{
	position:relative;
	width:auto;
	float: left;
	height: auto;
	margin-right: 44px;
	margin-left: 44px;
	margin-top: 0px;
	margin-bottom: 22px;
}
#tekstbox3{
	position:relative;
	width:auto;
	float: left;
	height: auto;
	margin-right: 44px;
	margin-left: 44px;
	margin-top: 22px;
	margin-bottom: 0px;
}
#imgbox{
	position:relative;
	width:425px;
	float: left;
	height: 379px;
	background-image: url(images/img_01.jpg);
	left: 50px;
}
.lowcarbshakes a{
	position:relative;
	width:202px;
	float: left;
	height: 75px;
	background-image: url(images/b_lowcarbshakes.gif);
	left: 0px;
	top: 289px;
}
.lowcarbshakes a:hover{
	background-image: url(images/b_lowcarbshakes_over.gif);
}
.lowcarbshakes a.active{
	background-image: url(images/b_lowcarbshakes_over.gif);
}
.sportshakes a{
	position:relative;
	width:204px;
	float: left;
	height: 75px;
	background-image: url(images/b_sportshakes.gif);
	left: 0px;
	top: 289px;
}
.sportshakes a:hover{
	background-image: url(images/b_sportshakes_over.gif);
}
.sportshakes a.active{
	background-image: url(images/b_sportshakes_over.gif);
}
.leeverder a{
	position:relative;
	width:128px;
	float: left;
	height: 33px;
	background-image: url(images/b_leesverder.gif);
	margin-left: -5px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.leeverder a:hover{
	background-image: url(images/b_leesverder_over.gif);
}
.vorigepagina a{
	position:relative;
	width:172px;
	float: left;
	height: 33px;
	background-image: url(images/b_vorigepagina.gif);
	margin-left: -5px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.vorigepagina a:hover{
	background-image: url(images/b_vorigepagina_over.gif);
}
#imagesholder{
	background-image: url(images/bg_img.jpg);
	float: left;
	height: 124px;
	width: 960px;
	position: relative;
}
#imagesholder2{
	background-image: url(images/bg_img.jpg);
	float: left;
	height: 150px;
	width: 960px;
	position: relative;
}
.images{
	position:relative;
	margin:0 auto;
	padding:0 auto;
	width:420px;
}
.imagesimages{
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 23px;
}
#footer{
	background-image: url(images/bg_img2.jpg);
	float: left;
	height: 164px;
	width: 960px;
	position: relative;
	text-align: center;
	padding-top: 36px;
}
.vergelijktabel{
	float: left;
	height: auto;
	width: 960px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/bg_tabel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 22px;
}
.vergelijktabel2{
	width: 910px;
	border: 1px solid #999999;
	margin: 24px;
}
.tablebg1{
	background-image: url(images/bg_tabel_01.gif);
	background-position: right top;
	width: 200px;
}
.tablebg1 td{
	height: 50px;
	padding-left: 44px;
}
.tablebg2{
	float: left;
	position: relative;
	background-image: url(images/bg_tabel_02.gif);
	background-position: right top;
}
.tablebg2 td{
	width: 120px;
	height: 50px;	
}
.tablebg3{
	float: left;
	position: relative;
	background-image: url(images/bg_tabel_03.gif);
	background-position: right top;
}
.tablebg3 td{
	width: 120px;
	height: 50px;	
}
.tablescroll{
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	width: 710px;
	height: 570px;
}
#banners{
	position:absolute;
	top: 74px;
	right: -70px;
	width:122px;
	height:auto;
	background-color:#FFFFFF;
	text-align:center;
	font-size:10px;
	font-style:italic;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:9px;
	padding-top:2px;
}
#banners a img{
	border: 1px solid #000000;
}
