body {
	padding:0px;
	margin:0px;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	background-color:black;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html {
	padding-top:25px;
}
a {
	color:#006699;
}
a:hover {
	color:#ed1c24;
}
#wrapper {
	border:1px solid white;
	width:768px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}
#topbars {
	background-image:url(../images/topbars.gif);
	background-repeat:repeat-x;
	height:24px;
}
#top {
	background-image:url(../images/top.jpg);
	height:106px;
}
#subtopbar {
	background-image:url(../images/subtopbar.gif);
	height:11px;
	background-color:black;
	background-repeat:no-repeat;
	border-bottom:1px solid white;
	font-size:2px;
}
#maincontent {
	background-image:url(../images/backmaincontent.gif);
	background-repeat:repeat-y;
	background-color:white;
}
#maincontent {
	padding-left:240px;
}
/* min-height kent IE niet, height werkt standaard als min-height in IE, dus alleen style in IE toepassen */
* html #content {
	height:300px;
}
#content h1 {
	color:#ed1c24;
	padding-left:18px;
	background-image:url(../images/header-stip.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	margin-top:0px;
	font-size:20px;
	/* stip valt weg? IE bug => dus height:1% */
	height:1%;
	line-height:25px;
	margin-left:-18px;
}
#content {
	padding:20px 40px 20px 50px;
	min-height:300px;
	font-size:11px;
	line-height:18px;
}
#content ul {
	padding:0px;
	margin:0px;
}
#content ul li {
	color:#ed1c24;
	font-weight:bold;
}
#menu {
	position:absolute;
	width:157px;
	height:171px;
	top:160px;
	left:79px;
}
#menu a {
	display:block;
	width:157px;
	height:21px;
	background-image:url(../images/menu.gif);
	margin-bottom:10px;
}
a#consultany:hover {
	background-position:0px -171px;
}
a#security {
	background-position:0px -30px;
}
a#security:hover {
	background-position:0px -201px;
}
a#maritime {
	background-position:0px -60px;
}
a#maritime:hover {
	background-position:0px -231px;
}
a#investigations {
	background-position:0px -90px;
}
a#investigations:hover {
	background-position:0px -261px;
}
a#training {
	background-position:0px -120px;
}
a#training:hover {
	background-position:0px -291px;
}
a#contact {
	background-position:0px -150px;
}
a#contact:hover {
	background-position:0px -321px;
}
#balk_onder {
	background-image:url(../images/balk-onder.gif);
	background-repeat:no-repeat;
	backgroud-color:black;
	padding-top:23px;
	border-top:1px solid white;
	border-bottom:10px solid black;
	font-size:9px;
	height:12px;
	position:relative;
	text-align:center;
	color:white;
}
#balk_onder a {
	color:white;
	text-decoration:none;
}
#balk_onder a:hover {
	color:white;
	text-decoration:underline;
}
#strepen {
	background-image:url(../images/strepen_linksonder.gif);
	height:166px;
	width:247px;
	left:18px;
	top:-180px;
	position:absolute;
}
#subnav {
	position:absolute;
	top:24px;
	right:20px;
	width:183px;
	height:28px;
}
#subnav a, #subnav div {
	float:left;
	background-image:url(../images/subnav.gif);
	height:28px;
	width:53px;
}
#subnav div {
	width:11px;
	background-position:-53px 0px;
}
#subnav_contact {
	background-position:-64px 0px;
}
#sitemap {
	background-position:-130px 0px;
}
#home:hover {
	background-position:0px -28px;
}
#subnav_contact:hover {
	background-position:-64px -28px;
}
#sitemap:hover {
	background-position:-130px -28px;
}
#bottomcleaner {
	/* ruimte maken aan de onderkant */
	height:20px;
	font-size:10px;
	padding-top:5px;
}
/* CONTACT FORMULIER */
.tekstveld {
width:200px;
}
.aanhef {
width:56px;
}
.naam {
width:139px;
}
.straat {
width:155px;
}
.nr {
width:39px;
}
.postcode_nr{
width:60px;
}
.postcode_letters {
width:30px;
}
input, select, textarea {
	border:1px solid #02728a;
	height:18px;
	margin-left:4px;
}
textarea {
	height:100px;
	width:276px;
}
.button {
color:white;
font-weight:bold;
height:24px;
font-size:13px;
background-color:#02728a;
border:1px solid #02728a;
width:202px;
}
.button:hover {
border:1px solid #258BC2;
background-color:#258BC2;
}