body {
    color:#193FA3;
	background:#66A2C2;
	background-image: url(images/back.gif);
	font-size: 11px;
	font-family: arial;
	margin: 0px;
}

#bodyDiv {
	width: 722px;
	margin: 0px auto;
	padding: 0px;
}

#headerTop {
	width: 721px;
	height: 37px;
	background: #DDEEF7;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}

#headerTopText {
	font-size: 13px;
	font-weight: bold;
	position: relative;
	left: 10px;
	top: 10px;
}

#header {
	margin-top: 0px;
	width: 721px;
	height: 104px;
	background-image: url(images/header.gif);

}

#headerBanner {
	position: relative;
	left: 235px;
	top: 5px;
	width: 468px;
	height: 60px;
	background: #ffffff;
}

#headerH1 {
	position: relative;
	left: 235px;
	width: 50px;
	height: 20px;
}

h1 {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
}

#headerMenu {
	width: 722px;
	height: 27px;
	background-image: url(images/index_09.gif);
}

#headerMenuText {
	width: 722px;
	height: auto;
	position: relative;
	left: 5px;
	top: 5px;
	color: #B7BAB4;
}

#headerMenuText a {
	color: #B7BAB4;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#headerMenuText a:hover {
	color: #FFFFFF;
}

#content {
	background-image: url(images/menu_back.gif);
	width: 720px;
	height: auto;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
	
#contentBox {
	width: 520px;
	float: left;
	background: #FFFFFF;
}
	
#contentBoxText {
	position: relative;
	left: 10px;
	top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	
}
#contentBoxText p {
	margin-bottom: 10px;
	margin-top: 0px;
}
	
#contentMenu {
	width: 200px;
	float: right;
	background: #F7FCFF;
}

#contentMenuText {
	position: relative;
	left: 5px;
	right: 5px;
	top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contentMenuText ul {
	list-style-type: square;
}

#contentMenuText li a {	
	color: #2C5FE2;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-transform: capitalize;
}
	
#contentMenuText li a:hover {
	color: #226088 !important;
}

h2 {
	font-family:  Arial;
	color: #CD0518;
	font-size:18px;
	font-weight: bold;
	margin-top: 0px;
	border-bottom: 1px solid #EDF3E9;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

strong {
	font-weight: bold;
}

a {	
	color: #2C5FE2;
	font-weight: bold;
	text-decoration:none;
}
	
a:hover {
	color: #226088 !important;
}

#nieuwste {
	float: left;
	width: 250px;
}
#beste {
	float: right;
	width: 250px;
}