/*** algemeen ***/
body {
  margin: 0;
  padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background-color: #FFF;
}

#wrapper
{
width: 888px;
margin: 0 auto;
}

#logo
{
width: 888px;
height: 124px;
}

#logo img
{
margin-top: 16px;
}

#menu
{
width: 160px;
}

#menu ul
{
margin: 0;
padding: 0;
list-style: none;
}

#menu ul li
{
background-color: #FFF;
color: #39396f;
font-size: 8pt;
font-weight: bold;
width: 100%;
border-bottom: solid 1px #b1b1b1;
padding-top: 4px;
width: 100%;
}

#menu > ul > li.li-first
{
  background-color: #99CCFF;
}

#menu > ul > li.li-first ul li
{
  background-color: #AACCFF;
}

#menu ul li.li-current
{
border: 0;
}

#menu ul li a
{
text-decoration: none;
padding-left: 16px;
height: 18px;
display: block;
}

#menu ul li a:link, #menu ul li a:visited 
{
color: #39396f;
}

#menu ul li a:hover, #menu ul li a:active 
{
color: #ff8040;
}

#menu ul li a.current
{
background-image: url(gfx/arrow_right.gif);
background-repeat: no-repeat;
background-position: 1px 3px;
color: #ff8040;
border-bottom: solid 1px #b1b1b1;
}

#menu ul li.li-current a.hassub
{
background-image: url(gfx/arrow_down.gif);
background-repeat: no-repeat;
background-position: 1px 2px;
}

#menu ul li a.current:link, #menu ul li a.current:visited 
{
color: #ff8040;
}

#menu ul li a.current:hover, #menu ul li a.current:active 
{
color: #ff8040;
}

#menu ul li ul li.li-last
{
border-bottom: solid 1px #b1b1b1;
}

#menu ul ul li a:link, #menu ul ul li a:visited 
{

}

#menu ul ul li a:hover, #menu ul ul li a:active 
{

}

#menu ul ul li a.current
{
background-image: url(gfx/arrow_right.gif);
background-repeat: no-repeat;
background-position: 1px 3px;
border: 0;
color: #ff8040;
}

#menu ul ul li a.current:link, #menu ul ul li a.current:visited 
{
color: #ff8040;
}

#menu ul ul li a.current:hover, #menu ul ul li a.current:active 
{
color: #ff8040;
}

#menu ul li ul li
{
border: 0px;
}

#menu ul li.li-current ul li a.hassub
{
background-image: none;
}


#menu ul li.li-current ul li a.current
{
background-image: url(gfx/arrow_right.gif);
background-repeat: no-repeat;
background-position: 1px 3px;
}

#menu ul li.li-current ul li a.hassub
{
background-image: none;
}


#menu ul li.li-current ul li.li-current a.current.hassub
{
background-image: url(gfx/arrow_down.gif);
background-repeat: no-repeat;
background-position: 1px 2px;
}


#menu ul ul ul li
{
border: 0px;
}

#menu ul ul ul li.li-last
{
border-bottom: solid 1px #b1b1b1;
}

#menu ul ul ul li
{

}

#menu ul ul ul li a:link, #menu ul ul ul li a:visited 
{
color: #3661a9;
}

#menu ul ul ul li a:hover, #menu ul ul ul li a:active 
{
color: #39396f;
}

#menu ul ul ul li a.current:link, #menu ul ul ul li a.current:visited 
{
color: #39396f;
}

#menu ul ul ul li a.current:hover, #menu ul ul ul li a.current:active 
{
color: #39396f;
}

#container
{
position: relative;
width: 888px;
}

#container_left_wrapper
{
float: left;
width: 700px;
background-image: url(gfx/tekst_bg.gif);
background-repeat: no-repeat;
background-position: 165px 70px;
}

#container_left
{
width: 700px;
float: left;
}

#breadcrumbs
{
display: block;
width: 536px;
font-size: 70%;
text-align: right;
margin: 0;
padding: 0;
color: #39396f;
font-weight: bold;
border-bottom: solid 1px #b1b1b1;
margin-left: -4px;
}

#breadcrumbs div
{
margin: 0;
padding: 0;
margin-top: -2px;
margin-right: 4px;
padding-bottom: 4px;
}

#breadcrumbs a
{
color: #39396f;
}


#container_left_footer_img
{
width: 700px;
height: 27px;
float: left;
margin-top: -30px;
}

#container_left_footer_img img
{
margin-left: 270px;
}

#container_left_footer
{
width: 700px;
height: 15px;
background-color: #000;
color: #ff8040;
float: left;
text-align: center;
font-size: 8pt;
font-weight: bold;d
}

#container_left_footer a
{
color: #ff8040;
text-decoration: none;
}

#subtitle
{
display: block;
width: 700px;
height: 30px;
background-image: url(gfx/subtitle.gif);
background-repeat: no-repeat;
}

#datebar
{
display: block;
width: 700px;
height: 16px;
background-color: #000;
text-align: right;
color: #FFF;
font-size: 8pt;
}

#datebar div
{
padding-right: 4px;
}

#content
{
width: 698px;
border: solid 1px #b1b1b1;
background-image: url(gfx/content_bg.gif);
background-repeat: repeat-y;
float: left;
}

#content_left
{
float: left;
}

#nextlevel {
}

#breadcrumbs {
}

#searchinput
{
border-bottom: solid 1px #b1b1b1;
display: block;
width: 144px;
height: 45px;
padding-top: 10px;
padding-left: 16px;
}

#searchinput input.input
{
border: solid 1px #b1b1b1;
width: 100px;
height: 16px;
margin-top: 6px; 
margin-right: 4px; 

}

 

#searchinput input.button
{
display: block;
width: 25px;
height: 20px;
background-image: url(gfx/btn_search.gif);
background-color: #FFF; 
border: none;
color: #FFF;
}

input.button
{
cursor: pointer; 
}


#rootmenu ul
{
margin: 0;
padding: 0;
list-style: none;
}


#rootmenu ul li
{
/*background-color: #39396f;*/
color: #FFF;
font-size: 8pt;
font-weight: bold;
width: 144px;
height: 18px;
border-bottom: solid 1px #b1b1b1;
padding-top: 4px;
padding-left: 16px;
}

#rootmenu ul li.algemeen
{
background-color: #000;
}

#rootmenu ul li a
{
text-decoration: none;
}

#rootmenu ul li a:link, #rootmenu ul li a:visited 
{
color: #FFF;
}

#rootmenu ul li a:hover, #rootmenu ul li a:active 
{
color: #ff8040;
}

#imagebar
{
margin-top: 0px;
margin-left: 0px;
float: left; 
}

#imagebar img
{
width: 160px;
}

#content_right
{
display: block;
width: 530px;
margin-top: 6px;
margin-right: 3px;
float: right;
position: relative;
padding-bottom: 30px;
}


/*** div tekst ***/

#tekst {
font-size: 75%;
margin-left: 10px;
padding-top: 8px;
padding-bottom: 20px;
}

#tekst h1
{
font-size: 215%;
color: #39396f;
margin: 0;
padding: 0;
margin-bottom: 6px;
}

#tekst h2
{
font-size: 100%;
color: #39396f;
margin: 0;
padding: 0;
margin-bottom: 6px;
}

#tekst h3
{
font-size: 90%;
margin: 0;
padding: 0;
margin-top: 6px;
margin-bottom: 0px;
font-weight: normal;
line-height: 1.2em;
}

#tekst p
{
margin: 0;
padding: 0;
}


#tekst a
{
text-decoration: none;
font-weight: bold;
color: #ff8040;
}

#tekst a:link, #tekst a:visited 
{
text-decoration: none;
}

#tekst a:hover, #tekst a:active 
{
text-decoration: underline;
}

#tekst table {
margin: 0;
margin-left: -4px;
padding: 0;
}

#tekst table p{
margin: 0;
padding: 0
}

.tablec {
}
.hcell, .lcell, .dcell {
}
.hcellc, .lcellc {
  background: #ccc;
}
.hcellc, .dcellc {
}
.dcellc {
  background: #eee;
}

.bgp1
{
color: red;
font-weight: bold;
}

.sl
{
background-image: url(gfx/arrow_yellow.gif);
background-repeat: no-repeat;
padding-left: 20px;
font-weight: bold;
padding-top: 2px;
}

a.sl:link, a.sl:visited
{
color: #39396f;
text-decoration: none;
}

a.sl:hover, a.sl:active
{
text-decoration: underline;
color: #ff8040;
}

.newsitem .date
{
display: none;
visibility: hidden;
} 

#tekst #datum
{
display: none;
visibility: hidden;
} 

#container_right
{
float: right;
width: 170px;
border: solid 1px #b1b1b1;
}

#container_right #sitewide
{
font-size: 80%;
line-height: 1.4em;
padding-top: 0px;
padding-left: 12px;
padding-right: 20px;
}

#container_right #sitewide h2
{ 
margin-top: 10px;
font-size: 100%;
margin-bottom: 0px;
}

#container_right #sitewide p
{ 
margin: 0;
margin-top: 6px;
margin-bottom: 20px;
padding: 0;
}


#container_right #sitewide h2.reftitle
{
font-size: 100%;
font-weight: bold;
color: #ff8040;
}

#container_right #sitewide .refp .more
{
display: none;
}

#container_right #sitewide a
{
text-decoration: none;
font-weight: bold;
color: #ff8040;
}

#container_right #sitewide a:link, #container_right #sitewide a:visited 
{
text-decoration: none;
}

#container_right #sitewide a:hover, #container_right #sitewide a:active 
{
text-decoration: underline;
}


/*** search pages ***/
#sq {
  text-align: center;
}

.searchquery {
  width: 420px;
  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;
}

/*** newsletters/news ***/
#datum {
  font-weight: bold;
  display: block;
  text-align: right;
}

.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
}


#rootmenu #sitewide
{
  background-image: url(/css/wmas/gfx/menu_bg2.jpg);
}