@charset "utf-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	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: #FFF;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contentvlak {
	float: left;
	width: 715px;
	position: relative;
}
#contentmidden {
	position: relative;
	width: 715px;
	background-image: url(../images/content_gradient.gif);
	background-repeat: repeat-x;
	background-color: #0E0E0E;
	min-height: 200px;
}
#contenttext {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 28px;
	position: relative;
	margin-right: 28px;
}
#contentbreadcrums {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a7a9ac;
	text-decoration: none;
}
.contentinhoud {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	
}

.contentinhoud a{
	color: #FE0000;
	text-decoration: none;
}
.nieuwsimage {
	padding-left: 10px;
	padding-bottom: 10px;
}
#nieuwsonderkant {
	background-image: url(../images/nieuws_onderkant.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 16px;
	width: 263px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
	text-align: center;
	width: 990px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}


.contentinhoud a:hover{
	text-decoration: none;
	color: #FF2D13;
}
.contentinhoud h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff3000;
	font-weight: bold;
}


#contentbreadcrums a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a7a9ac;
	text-decoration: none;
}
#contentbreadcrums a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}


#contentbottom {
	background-image: url(../images/content_bottom.gif);
	width: 715px;
	position: relative;
	background-repeat: no-repeat;
	height: 14px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nieuwvlak {
	float: right;
	width: 263px;
	background-image: url(../images/nieuws_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff3000;
	font-weight: bold;
}
.nieuwsitemtekst {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.nieuwsitemtekst a{
	color: #FE0000;
	font-weight: bold;
	text-decoration: none;
}
.nieuwsitemtekst a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #FF2D13;
}

.nieuwsspacer {
	padding-right: 17px;
	padding-left: 17px;
}

.nieuwsspacer2 {
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.nieuwsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #0e0e0f;
	background-image: url(../images/nieuwsitem_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 145px;
}


.image {
	padding-bottom: 20px;	
}
.tekstmetimage {
	width: 480px;
	text-align: justify;
}


.oneColFixCtr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	float:left;
	position: relative;
	width:264px;
}
#taalvlak {
	float: right;
	position: relative;
	top: 14px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.menu {
	text-decoration: none;
	position: relative;
	width: 900px;
	height: 40px;
	margin-right: 33px;
	left: 28px;
	top: 12px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 33px;
}
.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 33px;
}
.menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FE0000;
	text-decoration: none;	
}
.menuactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3000; 
	text-decoration: none;	
}
.menuactive a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: 33px;
	color: #FF3000; 
	text-decoration: none;	
}
.menuactive a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: 33px;
	color: #FF3000; 
	text-decoration: none;	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #313439;
	width: 200px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #262A2D;
	border-right-color: #262A2D;
	border-bottom-color: #262A2D;
	border-left-color: #262A2D;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #171717;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color:#FE0000;
}
