* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Arial,Verdana, Tahoma, sans-serif;
font-size:13px;
line-height:18px;
background-color: #f9f9f9; 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
.clear { clear: both; }
#mainContainer {
width: 928px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
background-image:url(images/bg-main.gif); /*** This is our faux columns ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: #000099;
padding: 0px;
height:170px;
background-image:url(images/bg-top.gif);
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 224px;   /* Gelijk aan of iets meer dan breedte linkerkolom */
}
* html .outer {
padding-right: 224px; /* Gelijk aan breedte rechterkolom */
}
.inner {
width: 704px; /*** This width is for non-IE browsers. ***/
padding-bottom: 44px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. ***/
.float-wrap {
float: left;
width: 704px; /*** Breedte left + content ***/
margin-left: -224px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 480px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/**************************
LEFT COLUMN
**************************/
#left {
float: left;
width: 180px;
padding: 0px;
padding-left:44px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}

/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 180px;
height:764px;
padding-right: 44px;
background-image:url(images/bg-nav-right.gif);
background-repeat:no-repeat;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -224px; /*** IE gets this margin. ***/
}

/**************************
FOOTER
**************************/
#footer {
width: 928px;
height: 44px; 
margin: 0 auto;
margin-top: -44px;
text-align: left;
background-image:url(images/bg-bottom.gif);
background-repeat:no-repeat;
}

/**************************
NAVIGATIEMENU
**************************/
#menu {
text-align:left;
margin:0px;
}
#menu ul {
width:180px;
padding-top:0px;
margin-top:0px;
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
color:#292627;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#menu ul li {
	line-height:19px;
	text-align:left;
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	font-weight:bold;
	margin-top:0px;
}


#menu ul li ul li, #menu ul li ul {
	margin-top:0px;
font-weight:normal;	
}

#menu li a, #menu li a:link, #menu li a:visited {
display:block;
text-decoration: none;
width:180px;
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu li a:hover {
	background-image:url(images/bg-hover2.gif);
	background-repeat:no-repeat;
	color:#f4da46;
}

#menu li a:hover.nolink {
	background-image:url(images/blank.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	cursor:text;
}

#menu li a.hfdmenu, #menu li a.hfdmenu:link, #menu li a.hfdmenu:visited {
}
#menu li a:hover.hfdmenu {
color:#f4da46;
}
#menu ul li ul li {
	padding-left:0px;
	margin-left: 0px;
}
#menu ul li ul li a,#menu ul li ul li a:link,#menu ul li ul li a:visited{
	color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #3c3839;
}
#menu ul li ul li a:hover{
color:#f4da46;
}

.hfdmenu1{
background-color:#1c325b;}
.hfdmenu1 ul{
background-color:#2b3f6a;}
.hfdmenu2{
background-color:#2b3f6a;}
.hfdmenu2 ul{
background-color:#394c78;}
.hfdmenu3{
background-color:#394c78;}
.hfdmenu3 ul{
background-color:#4d5f8d;}
.hfdmenu4{
background-color:#4d5f8d;}
.hfdmenu4 ul{
background-color:#596a99;}
.hfdmenu5{
background-color:#596a99;}
.hfdmenu5 ul{
background-color:#6f80b1;}
.hfdmenu6{
background-color:#6f80b1;}
.hfdmenu6 ul{
background-color:#8191c3;}
.hfdmenu7{
background-color:#8191c3;}
.hfdmenu7 ul{
background-color:#95a5d8;}
.hfdmenu8{
background-color:#95a5d8;}
.hfdmenu8 ul{
background-color:#a9b9ed;}
.hfdmenu9{
background-color:#a9b9ed;}
.hfdmenu9 ul{
background-color:#b5c5f9;}
.hfdmenu10{
background-color:#b5c5f9;}
.hfdmenu10 ul{
background-color:#beceff;}
/**************************
TEXT STYLES
**************************/
h1, .kop1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
h2, .kop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
h3, .kop3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
h4, h5,h6, .kop4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.rood{
	color: #990000;
}

input, textarea {
	border: 1px solid #4D5F8D;
	font-style:italic;
}
.radiobutton{
	border: #ffffff none 0px;
	font-style:italic;
}
.fotocell, #map {
	background-color:#FFFFFF;
	font-size:11px;
	border: 1px solid #596A99;
	padding:2px;
}
.fotocell:hover {
	background-color:#596A99;
}
a { outline: 0px; 
}
#right {
color:#FFFFFF;
font-weight:bold;
line-height:20px;
}
p {
padding-top:4px;
padding-bottom:6px;
}
#content ul, #content ol{
margin-left:16px;
padding-bottom:6px;
}
#content li{
padding-top:4px;
}
#footer {
font-size:12px;
color:#FFFFFF;
line-height:20px;}
#footer a {
color:#ffffff;
text-decoration:none;
} 
#footer a:hover {
text-decoration:underline;
} 
#footer a.anothersite {
font-size:10px;
color:#95a5d8;
text-decoration:none;
padding-left:44px;} 
#footer a.anothersite:hover {
	color:#39539D;
} 
#adres{
text-align:right;
padding-right:150px;}
#koptekst{
text-align:right;
font-size:18px;
color:#1c325b;
padding-right:44px;
line-height:24px;}
#content a {
	color:#1C325B;
	text-decoration:underline;
} 
#content a:hover {
text-decoration:none;
} 

#rss fieldset {
  padding: 1em;
 border:1px solid #CCCCCC }
#rss label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  font-weight:bold;
  }

#rss legend {
	padding: 0.2em 0.5em;
	border:1px solid #CCCCCC;
	font-size:90%;
  }
