a:link {
	color: #004b85;
}

a:hover {
	text-decoration: underline;
	color: #004b85;
}

a:visited {
	color: #004b85;
}


body
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:17px;
	background:url(images/bg.jpg);
	margin:0;
}

h1
{
	font: 16px Arial, Helvetica, sans-serif;
	color: #004b85;
	line-height:16px;
	font-weight:bold;
}

h2
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #004b85;
	font-weight:bold;
}

#wrapper
{
	width:100%;
	height:722px;
	background:url(images/bg-2.jpg) repeat-x;
	margin: 0 auto;
}

#wrap
{
	margin: 0 auto;
	width: 980px;
	height:720px;
}

#header
{
	width: 980px;
	height: 192px;
	margin: 0 auto;
	background:url(images/header.jpg) no-repeat;
	float:left;
	overflow:hidden;
}

#content
{
	width: 980px;
	height: 459px;
	margin: 0 auto;
	float:left;
	background:url(images/content.jpg) no-repeat;
}

#menu
{
	width:700px;
	height:30px;
	float:right;
	display: inline;
	background:url(images/menu.jpg) no-repeat;
	padding-top: 150px;
	padding-right: 40px;
}
 
#tekst
{
	width:630px;
	height:410px;
	float:left;
	overflow:auto;
	margin-left: 65px;
	display:inline;
	margin-top: 40px;
}

#tekst1kolom
{
	width:870px;
	height:410px;
	float:left;
	overflow:auto;
	margin-left: 65px;
	display:inline;
	margin-top: 40px;
}


#nieuws
{
	float:left;
	width:220px;
	height:410px;
	padding-top:40px;
	margin-left: 35px;
	display: inline;
}

#footer
{
	width: 980px;
	height: 40px;
	margin: 0 auto;
	float:left;
	background:url(images/footer.jpg) no-repeat;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#567dad;
	padding-top:10px;
}

#line
{
	width:960px;
	height:20px;
	text-align:right;
	font-size:10px;
	float:left;
	color:#FFFFFF;
	padding-top:10px;
}

#line a
{
	color:#FFFFFF;
	text-decoration:none;
}

#line a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navcontainer
{
height:10px;
}

#navcontainer ul
{
	padding: 6px 0;
	margin: 0;
	list-style-type: none;
	color: #FFFFFF;
	width: 100%;
	font:arial, helvetica, sans-serif;
	text-align: right;
	font-size:14px;
	font-weight:bold;
}


#navcontainer li 
{ 
	display: inline; 
}

#navcontainer li a
{
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 8px 5px 8px;
	border:1px solid transparent;
}

#navcontainer li a:hover
{
	border:1px solid transparent;
	height:30px;
}

#navcontainer li a.menu-current
{
	text-decoration: none;
	background: #90a6c1;
	padding: 5px 8px 5px 8px;
	height:30px;
	border:1px solid #FFFFFF;

}

