body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, arial;
	font-size: 11px;
	line-height: 1.5;
}
html {
	overflow-y: scroll;
	background-image: url(/images/bg.jpg);
}
a {
	color: #52A6FE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.arrow {
	padding-right: 10px;
	background-image: url(/images/arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
h1,h2,h3 {
	font-family: Calibri, Verdana, Arial;
	font-size: 17px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 0;
}
h1 {
	color: #28a240;
}
h2 {
	color: #00356e;
}
h3 {
	color: #53a5FF;
}
dd {
	margin: 0;
}
#container {
	margin: 0 auto;
	width: 900px;
	background-color: #FFF;
}
	#header {
		height: 150px;
		width: 900px;
		position: relative;
		background-image: url(/images/header.jpg);
		background-repeat: no-repeat;
	}
		#logo {
			position: absolute;
			top: 45px;
			left: 15px;
			width: 174px;
			height: 63px;
		}
		#search {
			position: absolute;
			width: 220px;
			height: 20px;
			line-height: 20px;
			color: #6A6A6A;
			right: 0;
			top: 5px;
		}
		#search form {
			display: inline;
		}
		#search .searchbox {
			width: 130px;
			height: 16px;
			border: 1px solid #A1A1A1;
			background-color: #E7E7E7;
			color: #A1A1A1;
			font-size: 12px;
			margin: 0 10px;
		}
		#top_navigation {
			position: absolute;
			top: 130px;
			left: 230px;
			color: #454545;
			font-size: 12px;
		}
		#top_navigation a {
			color: #454545;
			text-decoration: none;
		}
		#top_navigation a:hover {
			text-decoration: underline;
		}
	#body {
		background-color: #FFF;
	}
		#navigation {
			width: 200px;
			float:left;
		}
		#content {
			width: 700px;
			float:left;
			background-image: url(/images/content_bg.jpg);
			background-repeat: repeat-x;
			min-height:200px;
			height:auto !important; /* voor moderne Browser */
			height:200px; /*voor IE6 */
		}

		#content #left {
			float: left;
			width: 480px;
		}

		#content #right {
			float: right;
			width: 220px;
		}
		#breadcrumb {
			margin-top: 10px;
			padding: 0 20px;
			color: #797979;
		}
		#breadcrumb a {
			color: #797979;
		}
		.eview-block  {
			padding: 20px;
		}

#footer {
	/*margin: 0 auto;*/
	height: 55px;
	width: 900px;
	background-color: #FFF;
	font-size: 11px;
	color: #797979;
	border-top: 1px solid #A2A2A2;
	position: relative;
}
	#footer #links {
		position: absolute;
		left: 30px;
		top: 25px;
	}
	#footer #links a {
		color: #797979;
		text-decoration: none;
	}
	#footer #links a:hover {
		text-decoration: underline;
	}
	#footer #sponsor {
		position: absolute;
		right: 30px;
		top: 10px;
		height: 30px;
	}

input[type='text'],input[type='password'],textarea {
	border:1px solid #A1A1A1;
	color:#454545;
	font-size:12px;
	font-family: Verdana, arial;
}
/*Main Navigation*/
ul.nav {
	margin-bottom: 20px;
	float: left;
}
ul.nav ul {
	margin: 0;
	padding: 0;
}
ul.nav, ul.nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.nav li {
	position: relative;
	top: 0;
	height: 30px;
}
ul.nav li a span {
	padding: 0 20px;
}
ul.nav li a {
	padding: 0;
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #BEBEBE;
	font-size: 12px;
	color: #454545;
	text-decoration: none;
	background-image: url(/images/arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: 180px center;

}
ul.nav li a:hover {
	color: #FFFFFF;
	background-color: #00356E;
	background-image: url(/images/arrow_white.jpg);
	text-decoration: none;
}

/* SUBMENU */
ul.nav li ul {
	display: none;
	position: absolute;
	left: 200px;
	z-index:10;
	/*top: -31px;*/
	top: 0;
	background-image: url(/images/bg_submenu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width:170px;
	padding-bottom: 10px;
}
ul.nav li ul li a {
	width: 170px;
	background-color:#6FBF44;
	color: #FFF;
	border-bottom: 0 !important;
}
ul.nav li ul li a.arrow {
	background-image:url(/images/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:155px center;
}

ul.nav li ul li a:hover {
	background-color:#28A240;
}

/* SUB-SUB-MENU */
ul.nav li ul ul{
	display: none;
	position: absolute;
	left: 170px;
	/*background-color: #96D972;*/
	z-index:10;
	top: 0;
}
ul.nav li ul li ul li a {
	width: 170px;
	background-color:#96D972;
	color: #FFF;
	border-bottom: 0;
}
ul.nav li ul li ul li a:hover {
	background-color:#28A240;
}

/*Sub navigation*/
#right ul.nav {
	margin-bottom: 30px;
}
#right ul.nav li a {
	width: 180px;
	background-position: 160px center;
	color: #52A6FE;
}
#right ul.nav li a:hover {
	color: #FFFFFF;
	background-color: #BEBEBE;
	background-image: url(/images/arrow_white_sub.jpg);
}

ul.nav li div {
	height: 100%;
	width: 20px;
	float: right;
}
ul.nav li span {
	float: left;
}

.boxes {
	width: 900px;
	height: 144px;
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #5F94D0;
}
.box {
	width: 198px;
	background-color: #FFF;
	float: left;
	margin-left: 22px;
	display:inline;
}
.box .top,.box .bottom {
	width: 198px;
	height: 7px;
	font-size: 0;
}
.box a {
	text-decoration: none;
}
.box .top {
	background-image: url(/images/box_top.jpg);
}
.box .middle {
	height: 130px;
	overflow: hidden;
	width: 196px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
}
.box .middle .padding {
	padding: 0 20px;
}
.box .bottom {
	background-image: url(/images/box_bottom.jpg);
}

.boxes .green h1, .boxes .green a {
	color: #6FBF44;
}
.boxes .darkblue h1, .boxes .darkblue a {
	color: #00356E;
}
.boxes .lightblue h1, .boxes .lightblue a {
	color: #53A5FF;
}

ul.errors, ul.errors li {
	margin:0;
	padding:0;
	color:red;
	list-style-type:none;
}

.block-photo-album .photos { list-style: none; padding: 0 10px; margin: 0; }
.block-photo-album .photos dt { padding: 0; margin: 0; }
.block-photo-album .photos dt a { float: left; display: inline-block; padding: 10px 10px 25px 10px; margin: 2px; background-color: #fafafa; border: 1px solid #eeeeee; }
.block-photo-album h2 { color: #28a240; padding: 20px 0 0 20px; }

/**
 * [block.color] Groen
 */
div.green { }
div.green h1, div.green a {
	color: #28a240;
}


/**
 * [block.color] Donkerblauw
 */
div.darkblue { }
div.darkblue h1, div.darkblue a {
	color: #00356e;
}

/**
 * [block.color] Lichtblauw
 */
div.lightblue { }
div.lightblue h1, div.lightblue a {
	color: #53a5FF;
}


.item-list, item-list li {
	list-style-type: none;
	padding: 0;
	margin:0;
}



.outsideContainer
{
	min-height:100%;
	text-align:left;
	background-color:#CCC;
	margin:0 auto;
}

.clearer
{
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}
.content
{
	padding-bottom:56px;
}

.contentMain
{
	display:inline;
	clear:both;
	float:left;
	margin-top:0;
	width:460px;
	min-height:150px;
	height:150px;
}

.contentSub
{
	display:inline;
	float:right;
	width:300px;
	min-height:150px;
	height:150px;
}

form.newsletter-form label {
	display: inline-block;
	margin-bottom: 5px;
	width: 100px;
}

form.newsletter-form input {
	margin-bottom: 5px;
}

html>body .contentMain,.contentSub
{
	height:auto;
}

.footer
{
	color:#000;
	text-align:left;
	position:relative;
	height:56px;
	margin:-56px auto 0;
}

.insideContainer
{
	position:relative;
	min-height:100%;
}

* html .footer
{
	margin-top:-56px;
}

* html .outsideContainer,html,* html .insideContainer
{
	height:100%;
}
