body
{
	background:#023960;
	margin:0;
	padding:0;
	font:10px/13px verdana, sans-serif;
	overflow:hidden;
	height:100%;
}

.verberg
{
	display:none;
}

h1 {
	font-weight:			bold;
	color:					#D40D02;
	margin:					0 0 0 0;
	padding:				5px 0 0 0;
    font-size:				10px;
    text-transform:     uppercase;
}

h2 {
	font-weight:			bold;
	color:					#D40D02;
	margin:					0 0 0 0;
	padding:				5px 0 0 0;
    font-size:				10px;
}

a, a:visited
{
	font-weight:           bold;
	font-style:              normal;
	text-decoration:      underline;
	color:                     #666666;
}

img
{
	border:0;
}

div#siteWrapper
{
	width:738px;
	height:277px;
	position:absolute;
	top:50%;
	left:50%;
	background:white;  
}

div#schaduwlinks
{
	position:absolute;
    width:9px;
    height:277px;
	background: no-repeat url("../gfx/schaduwlinks.gif");
	top:0;
	left:0;
}

div#foto
{
	position:absolute;
    width:352px;
    height:277px;
	background: no-repeat url("../gfx/foto.jpg");
	top:0;
	left:9px;
}

div#logo
{
	position:absolute;
    width:368px;
    height:72px;
	background: no-repeat url("../gfx/logo.gif");
	top:0;
	left:361px;
}

div#navBlok
{
	position:absolute;
	top:72px;
	left:361px;
}

div#navBlok span
{
	display:none;
}

div#schaduwrechts
{
	position:absolute;
    width:9px;
    height:277px;
	background: no-repeat url("../gfx/schaduwrechts.gif");
	top:0;
	left:729px;
}

/* Knoppen: */

div.nedKnop a, div.engKnop a, div.duiKnop a
{
	display:block;
	width:368px;
}

div.nedKnop, div.nedKnop a
{
	height:67px;
	background:url("../gfx/ned.gif");
}

div.engKnop, div.engKnop a
{
	height:67px;
	background:url("../gfx/eng.gif");
}

div.duiKnop, div.duiKnop a
{
	height:71px;
	background:url("../gfx/dui.gif");
}

/* Rollover: */
div.nedKnop a:hover
{
	height:67px;
	background:url("../gfx/_ned.gif");
}

div.engKnop a:hover
{
	height:67px;
	background:url("../gfx/_eng.gif");
}

div.duiKnop a:hover
{
	height:71px;
	background:url("../gfx/_dui.gif");
}


/*
	Begin hack voor IE 5.x Mac ("The Commented Backslash Hack").
*/

div#siteWrapper
{
		margin:0 0 0 -369px;
}

/*
	Het vorige was voor IE 5.x Mac. Dit is voor de overige browsers:
\*/

div#siteWrapper
{
		margin:-138px 0 0 -369px;
}

/*
	Einde hack.
*/





