.headerBackground {
	background-image:  url(../images/header.gif);
	background-repeat: no-repeat;
}
.leftBackground {
	background-image:  url(../images/bar_left.gif);
	background-repeat: no-repeat;
}
.leftSpacer {
	background-image:  url(../images/spacer_shadow.gif);
	background-repeat: no-repeat;
}
.rightSpacer {
	background-image:  url(../images/spacer_shadow.gif);
	background-repeat: no-repeat;
}
.rightBackground {
	background-image:  url(../images/bar_right.gif);
	background-repeat: no-repeat;
}
.contentBackground {
	/* background-color: #d6e3e8; */
	background-image:  url(../images/content_background.jpg);
	background-repeat: no-repeat;
}
.fullBackground {
	background-image:  url(../images/main_background.gif);
	background-repeat: repeat-y;
}
.mainBackground {
	background-color: #32738C;
}
.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.contentTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.contentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

.seperator {
    color: #1e3c50;
	background-color: #1e3c50;
	height: 1px;
	width: 560px;
	border: none;
	margin: 14px 0 14px 0;
}

.seperator-breed {
    color: #1e3c50;
	background-color: #1e3c50;
	height: 1px;
	width: 755px;
	border: none;
	margin: 14px 0 14px 0;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}

h2 a:link, h2 a:visited  {  
     text-decoration:none;  
} 

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-style: italic;
	margin-bottom: 0px;
	margin-top:0px;
	font-size: 12px;
	font-weight: normal;
}


.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	font-weight:lighter;
	margin-bottom: 15px;
}

.AdTable {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
	background-color: #d6e3e8;
}
.list {
	list-style-image: url(../content/images/arrow_orange.gif);
	list-style-position: outside;
}
.feedlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.feedlistitem {
	background-image:url(/images/feed-icon-16x16.png);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	min-height:22px;
	margin-bottom:5px;
}
.numlist li {
	margin-bottom:2em;	
}
.list-in-list li {
	list-style-image: url(../content/images/arrow_orange.gif);
	list-style-position: outside;
	margin-bottom:0em;
}
.list-in-list {
	margin-top:1em;
	margin-bottom:1em;
}
.PhotoCopyright {
	font-size: xx-small;
}
#full_description {
	clear: both;
	width: 100%;
	min-height: 200px;
	margin-top: 2em;
}

#full_description_image {
	float: right;
	margin: 10px; 
	width: 190px;
}

#nieuws_item {
  display:table;
  margin:10px;
  height:auto; /* FF and compliant browsers should automatically size the body/html */
  min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
  height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
}

textarea#code {
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: Arial, Tahoma, sans-serif;
	font-size:9px;
}


/* Start of fbox.css - Do not change below this line */


/* images are blocky under internet explorer when downsized 
I must apply a global rule, otherwise behavior is random 
*/
img{
	-ms-interpolation-mode:bicubic;
}

span.frontbox {
  display:none;
}

/* by default for all elements defined by the script :*/
#fbox_bg, #fbox_progress, #fbox_fg, #fbox_content, #fbox_spacer, #fbox_bar, #fbox_title, #fbox_sys, #fbox_content_img, #fbox_content_iframe {
   	margin:0px;
  	padding:0px;
    border-width:0px;   
}

/* for strict mode */
#fbox_content_img, #fbox_content_iframe {
  display:block;
}

/* now working with absolute positionned elements */

#fbox_bg, #fbox_progress, #fbox_fg {
   position: absolute;
   top: 0px;
   left: 0px;	 
}

#fbox_bg{
	z-index:2998;		
	background-color: #000000;	
}

#fbox_progress {	
	z-index:2999;
}

#fbox_fg {
	z-index:3000;
	background-color:#999999;
	padding:5px;	
	border:solid #000000 1px;
}

/* non positionned elements */

#fbox_fg_inner {
   background-color:#FFFFFF;
  
}

#fbox_content {
 	padding:3px;
}

#fbox_spacer {
height:3px;
overflow:hidden; 
background-image:url(/javascripts/spacer.gif);
font-size:8px; /* ie5 bug */
}

#fbox_bar td{
	padding:3px 8px; /*v,h*/
	color:black; 
	font-size: 12px;
	font-weight:normal;
  line-height: 1.45;     
  font-family:Arial, Helvetica, sans-serif;
}

#fbox_sys, #fbox_navig {
white-space:nowrap;
}

#fbox_sys {
 float:right;
}

#fbox_title {
 float:left; 
 background-color:whitesmoke;
 text-align:justify;
}

a#fbox_resize_a:link, a#fbox_resize_a:hover, a#fbox_resize_a:visited {
  text-decoration: none;
  color:#999999;
  font-weight: bold;  
}

a#fbox_close_a:link, a#fbox_close_a:hover, a#fbox_close_a:visited {
  text-decoration: none;
  color:#999999;
  font-weight: bold;  
}

#fbox_navig {
 margin-top:3px;
 clear:left;
 float:left; 
}

a#fbox_prev_a:link, a#fbox_prev_a:hover, a#fbox_prev_a:visited {
  text-decoration: none;
  color:#999999;
  font-weight: bold;  
}

a#fbox_next_a:link, a#fbox_next_a:hover, a#fbox_next_a:visited {
  text-decoration: none;
  color:#999999;
  font-weight: bold;  
}


