/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0; padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Removes list-style form lists */
ol, ul {
	list-style: none;
}

/* layout.css */

html {
	text-align: center;
}

body {
	position: relative;
	top: 80px;
	width: 695px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 16px;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 3px;
}
.h3groen {
	color: #749A79;
}
.h3blauw {
	color: #7D91B5;
}
.h3bruin {
	color: #C0A396;
}
.h3zand {
	color: #C5BC87;
}

h4 {
	font-weight: bold;
}

h5 {
	font-style: italic;
	font-weight: normal;
}

.pgroen {
	font-weight: bold;
	color: #749A79;
}
.pblauw {
	font-weight: bold;
	color: #7D91B5;
}
.pbruin {
	font-weight: bold;
	color: #C0A396;
}

.palert {
	font-weight: bold;
	color: #B94A4A;
}

.em {
	font-style: italic;
}

a {
	text-decoration: none;
}

.anieuws, .acases, .aspecials {
	font-weight: bold;
	color: #000000;
}
.anieuws:hover {
	font-weight: bold;
	color: #749A79;
}
.acases:hover {
	font-weight: bold;
	color: #7D91B5;
}
.aspecials:hover {
	font-weight: bold;
	color: #C0A396;
}

.ablauw {
	color: #58677A;
}
.agroen {
	color: #4A5953;
}
.abruin {
	color: #A07461;
}
.awit {
	color: #FFFFFF;
}
.ablauw:hover, .agroen:hover, .abruin:hover {
	color: #FFFFFF;
}

div#nav {
	position: absolute;
	top: -80px;
	width: 695px;
	height: 70px;
	background: url('images/bgnav.gif') no-repeat;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 470px;
	width: 225px;
	height: 70px;
}

ul#nav li {
	position: relative;
	float: left;
}

div#nieuws, div#cases {
	margin-top: 10px;
}

div#intro {
	position: absolute;
	left: 0px;
	width: 415px;
}

div#nav_kolom4 {
	position: absolute;
	left: 420px;
	width: 135px;
}

div#nav_kolom5 {
	position: absolute;
	left: 560px;
	width: 135px;
}

div#content_titel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 205px;
	z-index: 3;
}

div#content_titel_ster {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 205px;
	z-index: 3;
}

div#content_tekst {
	position: absolute;
	left: 210px;	
	width: 345px;
	height: 500px;
	padding: 0px;
	overflow: auto;
	z-index: 2;
}

div#content_tekst_float {
	position: absolute;
	left: 210px;	
	width: 345px;
	padding: 0px;
}

div#adres {
	font-size: 12px;
	line-height: 18px;
	padding: 25px 25px 25px 23px;
	border-top: #FFFFFF solid 5px;
}

div#tekst {
	font-size: 12px;
	line-height: 18px;
	padding: 25px 25px 25px 23px;
}

div#content_overzicht {
	position: absolute;
	left: 0px;
	width: 555px;
	height: 500px;
	overflow: visible;
}

li.caseoverzicht {
	left: 0px;
	height: 65px;
	padding-bottom: 5px;
}

div.tekstbruin {
	background-color: #DFD1CA;
	background: url(images/bg_bruin.gif) repeat-y;
}
div.tekstgroen {
	background-color: #B9CCBC;
	background: url(images/bg_groen.gif) repeat-y;
}
div.tekstblauw {
	background-color: #BEC8DA;
	background: url(images/bg_blauw.gif) repeat-y;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #7D91B5;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CFD7E4;
	scrollbar-shadow-color: #5B739F;
	scrollbar-darkshadow-color: #4A5E82;
	scrollbar-track-color: #BEC8DA;
}
div.tekstzand {
	background-color: #E2DDC3;
	background: url(images/bg_zand.gif) repeat-y;
}

.divblauw, .divlos, .divgroen {
	margin-bottom: 5px;
}

.divblauw {
	background-color: #BEC8DA;
	color: #58677A;	
}

.divgroen {
	background-color: #B9CCBC;
	color: #4A5953;	
}

ul#submenu {
	padding: 5px 5px 0 10px;
	font-size: 12px;
	line-height: 18px;
}

ul.ulblauw li {
	background: url('images/pijltje_nav_blauw.gif') no-repeat;
	margin-left: -10px;
	padding-left: 10px;
}

ul.ulgroen li {
	background: url('images/pijltje_nav_groen.gif') no-repeat;
	margin-left: -10px;
	padding-left: 10px;
}

* html div#submenu_prof {
	/*margin-bottom: 0px; /* IE hack */
} 

div#submenu_case {
	height: 150px;
	background: url(images/case.jpg) no-repeat;
}


ul.ops {
	padding-left: 15px;
	list-style: outside disc;
}

input.inlog {
	font-size: 11px;
}

li.user {
	color: #FFFFFF;
	padding: 2px 0 0 4px;
}
