@import url('forms.css');

html, body {
    margin: 0;
	padding: 0;
	height: 99%;
}

body {
	text-align: center;
	background: url(../img/bg.jpg) no-repeat center top;
	font-family: tahoma,arial,verdana,sans-serif;
}

/* Container ----------------------------- */

#container {
	width: 718px;
	margin: 0 auto -50px;
	padding: 0;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header ----------------------------- */

#header {
	height: 143px;
	width: 100%;
	position: relative;
}

#header h1 {
	font-size: 0.1em;
}

#header h1 a {
	background: url(../img/logo.gif) no-repeat;
	width: 180px;
	height: 57px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	top:33px;
	left: 47px;
	position: absolute;
	margin: 0;
}

/* navigatie ----------------------------- */

#nav {
	position: absolute;
	top: 109px;
	left: 0;
	width: 100%;
	z-index: 100;
}

#nav ul {
	margin: 0 0 0 20px;
	list-style: none;

}

#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 7px 8px;
	display: block;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#nav li ul {
	position: absolute;
	width: 17em;
	left: -999em;
	background: #4493ad;
	border: 1px solid #a1c0ce;
	border-width: 0 1px 1px 1px;
}

#nav li ul ul {
	margin: -2em 0 0 17em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li li {
	padding: 0;

}

#nav li li a {
	padding: 3px 10px;
	display: block;
	width: 17em;
	font-size: 0.9em;
}

#nav li li a.sublevel {
	background: url(../img/sublevel.gif) right no-repeat;
}

#nav li li a:hover {
	background: #48889d;
	text-decoration: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
    position: static;
}

/* content-container ----------------------------- */

#content-container {
	margin-top: 20px;

}

/* content ----------------------------- */

#content {
	width: 640px;
	margin: 0 auto;
	color: #414141;
	line-height: 1.5em;
	font-size: 0.9em;
}


#content h2 {
	color: #00234d;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #007ea7;
	line-height: 2em;
}

#content h3 {
	font-size: 1.3em;
	color: #00234d;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}

#content input {
    font-size: 11px;
}

#content .visual {
    width: 640px;
    height: 97px;
    overflow: hidden;
    z-index: 10;
}

/* actueel----------------------------- */

.kader {
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    background-color: #f5f5f5;
}

.actueel {
	width: 640px;
	padding: 10px 0;
}

.actueel p.alles {
	margin: 0;
}

a {
	text-decoration: none;
	color: #007ea7;
}

a:hover {
	text-decoration: underline;
}

.actueel ul li {
	line-height: 1.7em
}

.actueel ul{
 	margin: 0;
 	list-style: none;
}

.kolom {
	float: left;
	display: inline;
}

	.w192 {
		width: 192px;
	}

	.w108 {
		width: 108px;
	}

	.w340 {
		width: 340px;
	}

	.w340 a, .w340 a:hover {
	   color: #414141;
	   text-decoration: none;
	}


/* Banners ----------------------------- */

.banner {
	margin: 1em 0;
	height: 2.8em;
	line-height: 2.5em;
	font-weight: bold;
	color: #fff;
}

.banner a {
	color: #fff;
	text-decoration: none;
}

.banner a:hover {
	text-decoration: underline;
}

.banner h4 {
	width: 310px;
	float: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	margin-left: 85px;
	line-height: 2.2em;
	margin-bottom: 0;
}

.banner p.meer {
	font-size: 1.5em;
}

.banner p.info {
	width: 158px;
	float: left;
	font-size: 0.9em;
}

	.licht {
		background: #7aa8b7;
	}

	.medium {
		background: #49889d;
	}

	.donker {
		background: #176982;
	}


/* Footer ----------------------------- */

#push {
    height: 50px;
}

#footer {
    height: 30px;
	clear: both;
	width: 680px;
	background: #eaeaea;
	margin: 10px auto;
	position: relative;
	font-size: 10px;
	color: #868686;
	line-height: 30px;
	text-align: center;
}

#footer a {
	color: #868686;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.left {
	float: left;
	display: inline;
	margin-left: 20px;
}

#footer p.right {
	float: right;
	display: inline;
	margin-right: 20px;
}

.error {
    color: #CC0000;
}