/*** algemeen ***/
body {
  margin: 0;
  padding: 0;
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
}

#container
{
position: relative;
margin: 0 auto;
width: 798px;
}


#wrapper
{
background-color: #FFF;
/*background-image: url(gfx/content_bg.jpg);*/
background-repeat: no-repeat;
font-size: 100%;
position: relative;

}

#header
{
height: 144px;
width: 798px;
background-image: url(gfx/header_bg.gif);
background-repeat: repeat-x;
margin: 0;
padding: 0;
}


#logo
{
float: left;
width: 126px;
}

#logo img
{
border: 0px;

}

#onderschrift
{
float: right;
margin-top: 73px;
margin-right: 16px;
}

 
#content
{
margin: 0;
padding: 0;
position: relative;
}

#menu_container
{
position: absolute;
top: 0;
right: 0;
}

#menu 
{
float: right;
position: relative;
margin: 0;
margin-top: 51px;
padding: 0;
height: 19px;
text-align: left;
background-color: #FFF;
} 
 
#header > #menu
{
margin-bottom: 4px;
}

#menu ul
{
list-style: none;
position: relative;
margin: 0;
padding: 0;
}


#menu ul li
{
position: relative;
float: left;
}

#menu li ul {
  display: none;
}
#menu li:hover ul {
  display: block;
  z-index: 2000;
}


#menu ul li a
{
text-decoration: none;
float: left;
text-transform: uppercase;
display: block;
text-align: left;
padding: 2px 10px 5px 10px;
font-family: arial, sans-serif;
font-size: 12px;
text-decoration: none;
text-transform: uppercase;
background: #FFF url(gfx/menu-item_bg.gif) no-repeat;
}

.topmenu a:link, .topmenu a:visited 
{
color: #0F2645;
}

.topmenu a:hover, .topmenu a:active, .topmenu a.current 
{
color: #F79C0D;
}

#menu li:hover ul
{
position: absolute;
top: 22px;
left: 0;
border: solid 1px #8692A2;
width: 149px;
z-index: 2000;
}

#menu li ul ul, #menu li:hover ul ul
{
  display: none;
}

#menu li ul li:hover ul, #menu li:hover ul li:hover ul
 {
  display: block;
}

#menu li:hover ul li
{
position: relative;
width: 118px;
}

#menu ul ul li a
{
text-decoration: none;
padding-top: 4px;
padding-right: 23px;
padding-left: 8px;
padding-bottom: 4px;
float: left;
display: block;
text-align: left;
width: 118px;
background-image: none;
font-size: 11px;
}

.submenu a:link, .submenu a:visited 
{
color: #0F2645;
}

.submenu a:hover, .submenu a:active, .submenu a.current
{
color: #F79C0D;
}

.subsubmenu a:link, .subsubmenu a:visited 
{
color: #0F2645;
}

.subsubmenu a:hover, .subsubmenu a:active, .subsubmenu a.current 
{
color: #F79C0D;
}

#menu li:hover ul li:hover a
{
color: #F79C0D;
}

#menu li:hover ul li ul
{
position: absolute;
top: -1px;
left: 144px;
}

#menu li:hover ul li:hover li a
{
color: #0F2645;
}

#menu li:hover ul li:hover li:hover a
{
color: #F79C0D;
}


#nextlevel {
}

td
{
position: relative;
}

#breadcrumbs 
{
margin-left: 366px;
font-size: 100%;
color: #0F2645;
height: 30px;
display: block;
margin-top: -14px;
width: 430px;
text-align: right;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active
{
color: #0F2645;
text-decoration: none;
}

#breadcrumbs a:hover
{
color: #F79E0C;
}

#sitewide
{
padding: 12px 0px 12px 0px;
font-size: 75%;
color: #0F2645;
height: 30px;
display: block;
}

td > #sitewide
{

padding-bottom: 0px;
height: 24px;
}

#sitewide a:link, #sitewide a:visited, #sitewide a:active
{
color: #0F2645;
text-decoration: none;
}

#sitewide a:hover
{
color: #F79E0C;
}


table
{
font-size: 100%;
}

#sidebar
{
width: 170px;
float: left;
height: 100%;
margin-top: 4px;
}


#sidebar #kalender iframe
{
width: 170px;
 
border: 0px;
}

#sidebar #kalender iframe h1
{
border: solid 1px red;
}

/*** div tekst ***/
#tekst {
padding: 30px;
color: #0F2645;
font-size: 80%;
margin: 0;
width: 458px;
float: left;
overflow: hidden;
}

td > #tekst
{
padding-top: 0;
width: 398px;
font-size: 90%;
}

#tekst.wide
{
padding-left: 0px;
width: 600px;
}

html>/**/body #tekst.wide
{
margin-left: 0px;
} 

#tekst p
{
line-height: 1.8em;
}

#tekst h1
{
font-size: 160%;
color: #F79E0C;
font-weight: normal;
margin-top: 0;
padding-top: 12px;
}

#tekst h2
{
font-size: 105%;
color: #F79E0C;
}

#tekst h3
{
color: #F79E0C;
font-size: 100%;
}

#tekst a:link
{
color: #F79E0C;
font-weight: normal;
text-decoration: underline; 
}

#tekst a:visited
{
color: #F79E0C;
font-weight: normal;
text-decoration: underline; 
}

#tekst a:hover
{
color: #F79E0C;
font-weight: normal;
text-decoration: underline; 
}

#tekst a:active
{
color: #F79E0C;
font-weight: normal;
text-decoration: underline; 
}

#tekst table {
font-size: 100%;
}


.newsitem
{
width: 398px;
padding-bottom: 20px;
}

.newsitem h2
{
margin: 0;
padding: 0;
}

.newsitem p
{
margin: 0;
padding: 0;
}

#sfeerimage
{
float: right;
height 100%;
width: 147px;
margin-top: -36px;
}

TD > #sfeerimage
{
margin-top: 4px;
}

.tablec {
}
.hcell, .lcell, .dcell {
}
.hcellc, .lcellc {
  background: #ccc;
}
.hcellc, .dcellc {
}
.dcellc {
  background: #eee;
}

/*** search pages ***/

form
{

}

#sq 
{
text-align: center;
width: 398px;
padding: 0;
margin: 0;
}

.searchquery {
  width: 398px;
  margin-left: auto;
  margin-right: auto;
}

.google {
  width: 260px;
}
.searchquery label, .searchquery input, .searchquery select {
  width: auto;
  display: block;
  vertical-align: middle;
}
.searchquery label {
  padding: 6px 0 0;
  margin:0;
}

.searchmode {
  display: none;
}

.searchheader {
}

.searchrow {
  padding-bottom: 1em;
}

.searchinfo {
  font-size: 80%;
}
.searchinfo a {
  font-size: 125%;
}

/*** forms ***/
form {
  padding-bottom: 10px;
}

label, .input {
  width: 12em;
  margin: 6px 0;
  vertical-align: top;
}

label, input, .input, textarea, select {
  display: block;
  float: left;
  margin-bottom: 6px;
}
input, textarea, select {
  margin-top: 4px;
  width: 250px;
}
select, .input {
  width: auto;
}

br {
  clear: left;
}

/*** newsletters/news ***/

#datum 
{
position: absolute;
  font-weight: bold;
  display: block;
  text-align: right;
margin-top: 26px;
}

#tekst > #datum
{
margin-top: 40px;
}

.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

#agenda_details
{
text-align: left;
}

#agenda_details h3
{
margin-top: 8px;
margin-bottom: 0px;
}

#agenda_item th
{
text-align: left;
color: #0f2645;
}

#agenda_item td
{
color: #0f2645;
}


#footer
{
border-top: solid 2px #0F2645;
width: 798px;
height: 24px;
margin: 0px;
padding: 0;
text-align: center;
color: #0F2645;
font-size: 75%;
}

#footer a:link
{
color: #0F2645;
font-weight: normal;
text-decoration: underline; 
}

#footer a:visited
{
color: #0F2645;
font-weight: normal;
text-decoration: underline; 
}

#footer a:hover
{
color: #F79C0D;
font-weight: normal;
text-decoration: underline; 
}

#footer a:active
{
color: #0F2645;
font-weight: normal;
text-decoration: underline; 
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
}


