/*** HTML ***/
html, body {
    height: 100%;
	width: 100%;
	background: url(images/header_bg.jpg) repeat-x;
}


html, body {
	padding: 0px;
	color: #333333;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #636363;
	margin: 0;
}

p, div, td {
	line-height: 180%;
	margin: 0;
}

ul {
	padding-left: 15px;
	list-style-type: square;
	list-style-position: outside;
}

a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}


a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #007EE6;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #007EE6;
}

h1 {
	color: #001E5D;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
}

h2 {
	color: #007EE6;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

h4 {
	color: #001E5D;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

img {
	border-width: 0;
}

.button, .input {
	text-align: center;
	font-size: 11px;
	border: 1px solid #001E5D;
	background-color: #007EE6;
	color: white;
	padding: 3px;
}

.button:hover {
	cursor: hand;
}

.inputbox {
	border: 1px solid #001E5D;

}

input, textarea {
	border: 1px solid #001E5D;

}

/*** DIV ***/

div#wrapper {
	width: 1000px;
	min-height: 100%;
	margin: auto;
	background-image: url(images/pagina_bg.jpg);
}

div#header {
	width: 100%;
	height: 196px;
	background-image: url(images/header_bg.jpg);
	text-align: center;
}

div#taal {
	width: 1000px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

div#kop {
	width: 960px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/kop_bg.jpg);
	text-align: right;
	padding-right: 40px;
	padding-top: 25px;
	line-height: 20px;
}
div#contentwrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

div#content {
	width: 990px;
	background-image: url(images/main_bg.jpg);
	padding-left: 10px;
}

div#menu {
	width: 980px;
	background-color: #007EE6;
	height: 40px;
}

div#pagina {
	width: 920px;
	background-color: white;
	padding: 30px 30px 20px;
}

div#opsomming {
    width: 920px;
	background: #EBEBEB url(images/opsomming_bg.jpg) no-repeat;
	float: left;
	padding: 5px 30px 20px;
}

div#links {
    width: 430px;
	float: left;
}

div#rechts {
    width: 430px;
	float: right;
}

div#bodem {
    width: 920px;
	background: #001E5D;
	clear: both;
	padding: 15px 30px 60px;
	height: 100%;
}

div#bodem_l {
	float: left;
	text-align: left;
}

div#bodem_r {
	float: right;
	text-align: left;
}



/*** Taal ***/
div#taal a {
	margin-right: 40px;
	top: 10px;
	position: relative;
}

div#taal a:link {
	color: #7e7e7e;
	font-weight: normal;
	text-decoration: none;
}

div#taal a:visited {
	color: #7e7e7e;
	font-weight: normal;
	text-decoration: none;
}


div#taal a:hover {
	font-weight: normal;
	color: #007EE6;
	text-decoration: none;
}

div#taal a:active {
	font-weight: normal;
	color: #007EE6;
	text-decoration: none;
}


/*** Kop ***/
.blauw {color: #001E5D}

/*** Menu ***/
div#menu ul {
	padding-left: 0;
    margin-left: 0;
    color: White;
    float: left;
    width: 100%;
	margin-top: 0;
	height: 40px;
	margin-bottom: 0;
}

div#menu ul li {

	display: inline;
	text-align: center;
}

div#menu a {
    background-color: #036;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
	width: 119px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}

div#menu a:link {
	color: white;
	font-weight: normal;
	text-decoration: none;
	background-image: url(images/menu_off.jpg);
}

div#menu a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
		background-image: url(images/menu_off.jpg);
}


div#menu a:hover {
	font-weight: normal;
	color: white;
	text-decoration: none;
	background-image: url(images/menu_on.jpg);

}

div#menu a:active {
	font-weight: normal;
	color: white;
	text-decoration: none;
	background-image: url(images/menu_on.jpg);

}

/*** Opsomming ***/
div#opsomming ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 20px;
}

div#opsomming ul li {
	list-style-image: url(images/bullet.jpg);
}

/*** Bodem ***/
div#bodem {
	color: white;
	font-weight: normal;
	font-size: 11px;
}

div#bodem_l a {
	margin-right: 10px;
}

div#bodem_r a {
	margin-left: 10px;
}

div#bodem a:link {
	color: #007EE6;
	font-weight: normal;
	text-decoration: none;
}

div#bodem a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
}


div#bodem a:hover {
	font-weight: normal;
	color: white;
	text-decoration: none;

}

div#bodem a:active {
	font-weight: normal;
	color: white;
	text-decoration: none;

}


