/* * {
	margin: 0px;
	padding: 0px;} */

html body {	
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image:  url(pics/background_home.gif);
	background-repeat: repeat-x;
	
} 

a img{
	border: 0px;
}

#site {
	width: 770px;
	height: 441px;
	margin: 0px auto ;
	background-image:  url(pics/background_contentdiv.gif);
	background-repeat: repeat-x;

}

#header {
	height: 81px;
	text-align: left;
	float: left;
}

#header .logo {
	padding: 10px 0px 0px 20px;
	float: left;
}

#print_header{
	display: none;
}

 /* ========================= navigation ========================= */

#navigation {
	width: 550px;
	height: 352px;
	float: left;
	background-color: #000;
	background-image: url(image.php);
	background-repeat: no-repeat;
	background-position: right top;
}

#navigation li .navitem {
	padding-right: 50px;
}

#navigation ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 263px;
	list-style-type: none;
	float: left;
	text-align: right;
}


#navigation li a:link, #navigation li a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 263px;
	display: block;
	line-height: 22px;
	padding-bottom: 1px; /* compensate 1px border for a:hover */
}


#navigation li a:hover,  #navigation li.current a:hover, #navigation li.current a:link, #navigation li.current a:visited {
	color: #ed1c24;
	border-bottom: 1px solid #ed1c24;
	background-image: url(pics/rood_blokje.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 0px;
}


 /* ------------------------- end ------------------------- */




 /* ========================= footer ========================= */

#footer {
	height: 55px;
	width: 770px;
	color: #757575;
	font: 10px Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
	color: #757575;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}



#ncp {
	padding: 23px 0px 0px 0px;
	float: right;
}

#detec {
	padding: 23px 0px 0px 0px;
	float: right;
}

#disclaimer {
	padding: 10px 10px 0px 0px;
	float: right;
}

#copyright {
	padding: 10px 0px 0px 10px;
	float: left;
}


 /* ------------------------- end ------------------------- */


 /* ========================= news ========================= */


#newsdiv {
	width: 220px;
	height: 352px;
	background-color: #ed1c24;
	overflow: hidden;
	float: right;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	
}
.news .titel {
	font: 11px Arial, Helvetica, sans-serif;
	background: #760e12;
	line-height: 20px;
	font-weight: bold;
	padding-left: 10px;
}

.news a:link, .news a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.news a:hover {
	color: #eaeaea;
}


.news ul {
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 15px;
}


.news li {	
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding: 5px 0px 5px 0px;
  	list-style-type: square;
}

#text {
	
	padding: 10px;
	line-height: 20px;
	font-weight: bold;
}



#hr {
	height: 1px;
	color: #fff;
	width: 100%;
}


 /* ------------------------- end ------------------------- */





 /* ========================= enhance ul ========================= */


#enhancediv .uneven { 
	background-color:#fff;
}

#enhancediv .even { 
	background-color:#eaeaea;
}

#enhancediv ul {
	margin: 0px;
	padding: 0px;
	width: 350px;
	border:  1px solid #acaeb1;
	border-bottom: 0px;
}
                                  
#enhancediv li {
	border-bottom:  1px solid #acaeb1;
	white-space: nowrap;
	width: 350px;
}


#enhancediv li.geenlink {
	padding: 0px 15px;
}


#enhancediv li a:link, #enhancediv li a:visited {
	padding: 0px 15px;	
	color: #000;
	display: block;
	line-height: 25px;
	width: 100%;
	border: 0px;
}

#enhancediv li a:hover {
	background-color:#ed1c24 !important;
	color: #fff;
}

 /* ------------------------- end ------------------------- */

 /* ------------------------- Scroller homepage ------------------------- */
 
#Scrollercontainer {
  position: absolute;
  margin-left: 20px;
	margin-top: 10px;
  width: 195px;    /*marquee width */
  height: 130px;   /*marquee height */
  background-color: #000;
  overflow: hidden;
  border: 1px solid #f51726;
	float: left;
	font: 11px arial, verdana, sans-serif; 
	color: #fff;
	display: inline;
}


.item {
	position: relative;
	height: 122px;
	padding: 5px 0px;
	margin: 0px 10px 0px 10px;
	font-weight: normal;
	border: 0px solid #fff;
	font: 11px Arial, Helvetica, sans-serif;	
	overflow: hidden;
	cursor: pointer;
}

.item img{
	padding: 3px 0px;
}

.item a{
	position: absolute;
	margin-bottom: 2px;
	right: 0;
	color: #f51726;
	text-decoration: underline;
	float: right;
	font-weight: bold;
}

.item .kop{
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}

.item .tekst{
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}



br.clear { height: 0px; font: 0px arial; line-height: 0px; clear: both; }
