@charset "UTF-8";
*


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	background-color: #ffffff;
	top: 0px;
}

a{
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:focus
{
  -moz-outline: none;
}

img
{  border-style: none;
}

.oneColFixCtr #container {
	width: 520px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#blackheader {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 520px;
	line-height: 18px;
}

#blackheader a {
	color: #FFF;
	text-decoration: none;
	}
	
#blackheader a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#blackheader a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#flashcontainer {
	color: #CCC;
	height: 190px;
	width: 520px;
	background-color: #666;
}
#tekstcontainer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #FFF;
	width: 520px;
	float: left;
	clear: none;
	line-height: 17px;
	font-style: normal;
	word-spacing: normal;
}

#tekstcontainer a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	}
	
#tekstcontainer a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	}
	
#linkerkolom {
	width: 330px;
	background-color: #FFF;
	float: left;
	clear: none;
	margin: 0px;
	padding: 25px;
}
#rechterkolom {
	background-color: #FFF;
	width: 96px;
	float: left;
	clear: none;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 7px;
}
.menuhighlight {
	color: #987A46;
}

.titel {
	font-variant: normal;
	color: #630;
	text-transform: capitalize;
	font-weight: bold;
}
.titelrechter {
	font-variant: normal;
	color: #C90;
	text-transform: none;
	font-weight: bold;
}
#footer {
	color: #FFF;
	text-align: center;
	font-size: 9px;
	float: left;
	clear: none;
	width: 100%;
	font-style: normal;
	line-height: normal;
}

