/* CSS Document */
body {
margin-top: 0px;
background-image: 
url(images/bg_wit.jpg);
background-repeat: repeat-x;
background-color: #d3d8ff;
font: 14px/13px arial, helvetica, sans-serif;
height: 100%;
}

ul {
/*list-style-type: square;*/
list-style-image: url(images/bullet.jpg);
}

#naw {
font: 14px/13px arial, helvetica, sans-serif;
line-height: 120%;
}

#box1 {
width: 800px;			
height: 600px;
border: 0px;
text-align: center;
position: absolute;
left: 50%;
margin-left: -400px;
background-color: white;
}

#box2 {
width: auto;
text-align: left;
background-color: white;
}

#box3 {
width: auto;
height: 558px;
text-align: left;
background-color: white;
}

#top
{
margin-top: -14px;
height: 32px;
background-color: white;
background: url(images/balk_blauw.gif) #fff bottom left repeat-x;
border: 0px solid gray;
text-align: right;
}

#top h1
{
font: 18px/16px arial, helvetica, sans-serif;
color: #58b6e2;
padding: 0;
margin: 0;
}

.topnav{
text-align: center;
list-style: none;
width: 105px;
height: 32px;
float: right;
position: relative;
font: 11px/16px arial, helvetica, sans-serif;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
padding-top: 0px;
margin-right: 7px;
line-height: 270%;
}

.topnav a {
display: block;
color: white;
text-decoration: none;
height: 32px;
}

.topnav a:hover {
display: block;
background: blue;
background: url(images/hover-active_blauw.gif) #fff bottom left repeat-x;
color: white;
height: 32px;
}

/* Styles tbv de content */

#container
{
padding-top: 1em;
background-color: white;
color: #333;
border: 0px solid gray;
line-height: 100%;
height: 567px;
/* background: url(images/voet2.gif) #fff bottom left repeat-x; */
}

#leftnav
{
background-color: white;
float: left;
width: 80px;
margin: 0;
padding: 0em;
height: 100%;
text-align: right;
}

.vacnav{
text-align: right;
list-style: none;
width: 220px;
float: left;
font: 11px/11px arial, helvetica, sans-serif;
color: white;
background: url(images/noot_blauw.gif) no-repeat center left; /*custom bullet list image*/
background-color: #06a0c5;
padding: 4px 0px;
padding-right: 10px; /*link text is indented 10px*/
border-bottom: 1px solid white;
margin-top: 5px;
height: 14px;
}

#vacnavkop{
text-align: right;
list-style: none;
width: 220px;
float: left;
font: 12px/12px arial, helvetica, sans-serif;
color: white;
background-color: #047391;
padding: 4px 0px;
padding-right: 10px; /*link text is indented 10px*/
border-bottom: 1px solid #dadada;
margin-top: 5px;
height: 14px;
}

.vacnav a {
display: block;
color: white;
text-decoration: none;
}

.vacnav a:hover {
color: #000;
}

#illustratielinks {
display:inline;
background-color: white;
text-align: right;
list-style: none;
width: 220px;
float: left;
font: 12px/12px arial, helvetica, sans-serif;
color: white;
background-image: url(images/leftbar_blauw.jpg); 
background-repeat:repeat; 
padding: 4px 0px;
padding-right: 10px; /*link text is indented 10px*/
border-bottom: 1px solid #dadada;
margin-top: 5px;
height: 100%;
}

.subnav {
text-align: right;
list-style: none;
width: 220px;
float: left;
font: 11px/11px arial, helvetica, sans-serif;
color: white;
background-color:#adadad;
padding: 4px 0px;
padding-right: 10px; /*link text is indented 10px*/
height: 10px;
}

.subnav a {
display: block;
color: white;
text-decoration: none;
}

#content
{
margin-left: 230px;
border-left: 0px solid gray;
padding: 1em;
height: 100%;
font: 11px/11px arial, helvetica, sans-serif;
line-height: 130%;
background-color: white;
}

#content h1
{
font: 17px/17px arial, helvetica, sans-serif;
line-height: 120%;
}

#content h2
{
font: 15px/16px arial, helvetica, sans-serif;
line-height: 120%;
}

#content a
{
color: black;
}

#footer
{
font: 14px/16px arial, helvetica, sans-serif;
clear: both;
margin: 0;
color: #333;
border: 0px solid gray;
margin-top: 5px;
text-align: right;
padding: 1em;
height: auto;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


