*{
margin: 0;
padding: 0;
}

body 
{
	font-family: Times New Roman;
	font-size: 14px;
	text-align: left;
	background: #FFF;
	color: #000;
}

ul
{
	list-style: none;
}

img 
{
	border: 0; 
}

img  a
{
	border: 0; 
}

ol
{
	padding: 0px 0px 0px 25px;
}

p
{
	margin: 15px 0 15px 0;
}

h1 
{
	color: #000;
	font-size: 20px;
	margin-bottom: 13px;
}

h2 
{
	color: #000;
	font-family: New Times Roman;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}

h3 
{
	color: #000;
	font-family: New Times Roman;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}

h4
{
	color: #000;
	font-size: 16px;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
}	

h3 
{
	font-size: 12px;
}


#site
{
	position: relative; 
	margin: auto;
	width: 820px;
	left: 50%;
	margin: 10px 0px 10px -420px;
}


#wrap
{
	position: relative;
	float: left;
	width: 820px;
	min-height: 460px;
}

#header
{
	position: relative;
	width: 780px;
	height: 53px;
	border-bottom: 2px solid RED;
	background: url(images/header.png);
	margin: 0 0 0 20px;
}

#left_content
{
	position: relative;
	float: left;
	width: 150px;
	margin: 0 0 40px 0;
}

#content
{
	position: relative;
	float: left;
	width: 625px;
	min-height: 328px;
	background: #FFF;
	font-size: 16px;
	padding: 12px 0px 5px 0px;
}

#footer
{
	position: relative;
	float: left;
	width: 780px;
	height: 53px;
	border-top: 2px solid BLUE;
	border-bottom: 10px solid #FFF;
	background: url(images/footer.png);
	margin: 5px 0 0 20px;
}

.naam
{
	font-family: Times New Roman;
	font-size: 21px;
	text-align: left;
	margin: 0 0 15px 0;
}

.naam b
{
	font-family: Times New Roman;
	font-size: 25px;
	text-align: left;
}

.titel
{
	color: #000;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
}

#text
{
	position: relative;
	width: 600px;
	text-align: justify;
	padding: 0 0 0 25px;
}

#text a:hover, #text a:active, #text a:link, #text a:visited
{
	font-size: 18px;
	font-weight: bold;
	color: #0000ee;
}

#vlag
{
	position: relative;
	width: 130px;
	height: 20px;
	text-align: left;
	margin: 5px 0px 0px 20px;
	color: #b5b5b5;
}

#vlag a
{
	color: #b5b5b5;
	text-decoration: none;
}

#vlag a:hover, #vlag a:active
{
	color: #000;
}

#menubg
{
	position: relative;
	float: right;
	width: 150px;
	background: #f1f1f1;
	-webkit-border-radius: 10px;
	-webkit-border-bottom: 10px;
	-moz-border-radius-: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 20px 0px 0px 0px;
}

#nav
{
	position: relative;
	float: right;
	width: 130px;
	height: 400px;
	background: #e1e1e1;
	/*border: 1px solid #000;*/
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius: 10px;
	text-align: left;
	font-size: 14px;
}

#mainnav li li.sub{font-size: 11px;}

#mainnav a
{
	color: #a1a1a1;
	
	text-decoration: none;
}

#mainnav li 
{
	font-size: 14px;
	margin: 15px 0 10px 15px;
}


#mainnav li  b
{
	font-size: 18px;
}

#mainnav li a:link, #mainnav li a:visited, #mainnav li a:active 
{
	color: #a1a1a1;
	text-decoration: none;
}

#mainnav li a:hover 
{
	text-decoration: none;
	color: #000;
}

#mainnav li a.active:link, #mainnav li a.active:visited, #mainnav li a.active:active, #mainnav li a.active:hover 
{
	text-decoration: none;
	color: #000;
}


#menu li b
{
	font-size: 20px;
}

#menu li
{
	margin: 15px 0 10px 5px;
}

#menu a
{
	color: #a1a1a1;
	text-decoration: none;
}

#menu li a:hover, #menu li a.active
{
	color: #000;
}

.bold{font-weight:bold;}


