html{
	height:100%;
}
body{
	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;

	background-color:#0079bf;
	background-image:url("../images/structure/background.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	
	text-align:center;
}

form{
	marign:0px;
	padding:0px;
}

div#center{
	display:table;
	*display:block;
	margin:0px auto;
	width:961px;
	text-align:left;
	background-image:url("../images/structure/background.jpg");
	background-color:#ffffff;
	background-position:center top;
	background-repeat:no-repeat;
}

div#top{
	display:block;
	width:100%;
	height:150px;
	background-image:url("../images/structure/topBar.jpg");
	overflow:hidden;
}
div#login{
	display:block;
	width:250px;
	height:134px;
	position:relative;
	top:-134px;
	left:676px;
	overflow:hidden;
}
div#innerLogin{
	margin:20px;
}

div#menu{
	display:block;
	width:959px;
	height:52px;
	border:1px solid #a9a9a9;
	background-image:url("../images/structure/menu.jpg");
	*overflow:hidden;
}

div#leftHeader{
	float:left;
	width:321px;
	height:273px;
	background-color:#afc0c8;
}
div#innerLeftHeader{
	margin:35px;
	color:#005484;
	font-size:11px;
	line-height:auto;
}
div#rightHeader{
	float:left;
	width:640px;
	height:273px;
	overflow:hidden;
}
div#klikWebshop{
	width:250px;
	height:203px;
	margin-top:-203px;
	margin-left:355px;
}
div#klikWebshop img{
	border:0px;
}

div#leftContent{
	float:left;
	width:641px;
}
div#innerLeftContent{
	margin:40px;
}
div#rightContent{
	float:left;
	width:320px;
	overflow:hidden;
}
div#innerRightContent{
	margin-top:40px;
	text-align:center;
}

div.michelinLink{
	border:1px solid #a9a9a9;
	width:258px;
	height:88px;
	background-image:url('../images/structure/michelinLink.jpg');
	overflow:hidden;
	margin:0px auto;
}
div.michelinLink a{
	width:100%;
	height:100%;
	display:block;
	padding:22px 30px;
	text-decoration:none;
	text-align:center;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #005484;
	font-size:18px;
	line-height:22px;
}

div#nieuwsOverzicht{
	border:1px solid #a9a9a9;
	width:258px;
	text-align:left;
	margin:0px auto;
}
.nieuwsOverzichtItem{
	width:200px;
	margin:0px auto 25px auto;
}
.nieuwsOverzichtItem a{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
}
p.nieuwsOverzichtTitel{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #005484;
	font-size:18px;
	line-height:52px;
	display:block;
	width:100%;
	height:52px;
	background-image:url("../images/structure/menu.jpg");
}
p.nieuwsOverzichtTitel p{
	margin:0px;
	padding:0px;
}

.nieuwsOverzichtDate{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #a07c0b;
	font-size:12px;
}
.nieuwsOverzichtTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #005484;
	font-size:11px;
}
.nieuwsOverzichtContent{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size:10px;
	margin:0px;
	padding:0px;
}

#winkelwagen{
	display:block;
	width:259px;
	border:1px solid #dbdbdb;
	margin:0px auto;
	background-color:#FFFFFF;
}
#innerWinkelwagen{
	display:block;
	margin:20px;
	text-align:left;
}

/* Nieuws
   ------------------------------------*/
div#leftNieuws{

	}
#leftNieuws ul{
	margin-left:00px;
	padding:0px;
	display:block;
	list-style:none;
	}
#leftNieuws li{
	list-style:none;
	display:table;
	height:70px;
	margin-bottom:20px;
	}
#leftNieuwsBox{
	background-image:url(../images/structure/nieuws_date_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:37px;
	width:32px;
	float:left;
	line-height:17px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;		
	}
#leftNieuwsBoxSelected{
	background-image:url(../images/structure/nieuws_date_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:37px;
	width:32px;
	float:left;
	line-height:17px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;		
	}
	
#NieuwsTitle{
	color:#333333;
	font-size:13px;
	padding-top:0px;
	margin-left:20px;
	float:left;
	}

#NieuwsOmschrijving{
	color:#333333;
	font-size:13px;
	margin-left:20px;
	float:left;
	}


