/* Browsers die CSS lezen verbergen inhoud van blokken met de .verberg class */
.verberg {
	display:						none;
}

/* In de body en in #inp worden backgroundimages geladen. Dit gebeurt in nav.php zelf */
/* Dit omdat per gekozen hoofditem er een andere achtergrond gebruikt wordt! */

body, input {
	font-family:					sans-serif;
	font-size:						10px;
}

body {
	background-color:				#DB2E18;
	background-image:				url("../gfx/backdrop.jpg");
	background-position:			89px 0px;
	background-repeat:				no-repeat;
}

form {
	margin:							0 0 0 0;
	padding:						0 0 0 0;
}

#nieuwsBriefBox {
	position:						absolute;
	top:							300px;
	left:							96px;
	width:							135px;
	padding:						2px 2px 2px 2px;
	text-align:						center;
	background:						#DB2E18;
	border:							2px solid black;
	font-size:						10px;
	color:							white;
}

#nieuwsBriefBox h2 {
	font-size:						11px;
	margin:							0 0 0 0;
}

img {
	border:							0;
}

#header2 {
	background-color:				#020234;
	background-image:				url("../gfx/topgradient.gif");
	background-repeat:				repeat-x;
	width:							89px;
	height:							39px;
	position:						absolute;
	top:							0px;
	left:							0px;
}

#laatwerk {
	position:						absolute;
	top:							8px;
	left:							89px;
}

#header2 img {
	position:						absolute;
	top:							8px;
}

#navBoog {
	position:						absolute;
	top:							89px;
	left:							107px;
}

#menuSpacers {
	position:						absolute;
	top:							79px;
	left:							45px;
}

#menuSpacers img {
	margin-bottom:					24px;
}

#zwartBlok {
	position:						absolute;
	top:							38px;
	left:							0px;
	background-color:				black;
	width:							89px;
	height:							2000px;
}


#logo {
	position:						absolute;
	top:							100%;
	margin-top:						-56px; /* Workaround voor Opera 6 om het logo onderin de pagina te plaatsen */
	left:							105px;
}

/* Navigatieblokken */

#hoofdNav {
	position:						absolute;
	left:							0px;
	top:							64px;
	width:							87px;
	text-align:						right;
}

#hoofdNav img {
	margin-bottom:					12px;
}

#subNav {
	position:						absolute;
	left:							115px;
	top:							96px;
}

#subNav a {
	font-family:					verdana, helvetica, sans-serif;
	line-height:					15px;
	font-size:						10px;
	text-decoration:				none;
	font-weight:					bold;
	color:							white;
}
