html, body {margin: 0; padding: 0;}
html {
	overflow-x:hidden;
	overflow-y:scroll;
}

body
{
	text-align:center;
	background: #939598;
	font-family: verdana, sans-serif;
	font-size: 70%;
	line-height:138%;
	color: white;
}

/* Boxes */
#wrap 
{
	width:900px;
	margin: 0 auto;
}

/* Links algemeen */
a
{
	color:#ed1a3b;
	font-weight:bold;
	text-decoration:none;
}
a img
{
	border-width:0;
}

p
{
	margin:0;
}

#belegContainer
{
	background: url(/images/belize.jpg) #bbbbbb no-repeat;
	min-height:554px; /* samen 690 px */
	padding-top:116px;
	padding-bottom:20px;	 /* Voor rand tussen content en footer */
	text-align:left;
}

#beleg
{
	width:415px;
	margin-left:20px;
	background:url(/images/test.png);
	border: 1px solid white;
}

#beleg p
{
	margin-bottom:1em;
}

/* Content */
#content
{
	/*
	border-top:1px solid white;
	*/
	padding:20px 20px 20px 20px; 
}

#content ul
{
	padding-left:0;
	margin-left:16px;
}

#content img#kop
{
	margin-bottom:12px;
}

/* menu */
ul#menu
{
	list-style: none;
	border-top:1px white solid;
	height:60px;
	padding:0;
	margin:0;
}
	
ul#menu li
{
	display:inline;
}

ul#menu li a
{
	height:20px; /* FF doet er anders 9px bij */
	padding:20px;
	border-right:1px solid white; 
	float:left;
}

ul#menu li a#cv
{
	border-width:0;
	padding-right:28px;
}

ul#menu li a:hover
{
	background:#ed1a3a;
}

/* Kopje vervolgpagina's */
#header_subpages
{
	height:59px;
}
#header_subpages.contact
{
	border-bottom:1px solid white;	
}

#header_subpages img
{
	padding:20px; 
	float:left;
}

#sluitknop
{
	background:#ed1a3a;
	border-left:white 1px solid;
	float:right;
}

/* Losse items voor pagina Work */
#beleg .item
{
	padding:10px 10px 0px 35px;
	border-top:white 1px solid;
}
#beleg .item h2
{
	font-size:100%;
	margin-top:0;
	text-transform:uppercase;
	background:url(/images/itempijl.gif) no-repeat 11px 0px;
	
	margin-left:-35px;
	padding-left:35px;
}

#sluitregel
{
	border-top:white 1px solid;
	height:16px;
	display:none;
	cursor:pointer;
}

#sluitregel img
{
	border-left:white 1px solid;
	float:right;
}

/* Footer */
#footer
{
	background: #9e6852;
	font-size:80%;
}

#footer p
{
	padding:0.5em 0;
}	

#footer a
{
	padding:0.5em 2px;
	color:white;
}	