/* ###### Algemeen ###### */

body {
	background-color:#eeeeee;
	color:#666666;
	cursor:default;
    background-image: url(../afbeeldingen/diagonal_lines.gif);
	
    
}

img {
  border: none;
}

#floattop {
float: right;
color: #7590ae;
font-weight:bold;
}

#floattop a:link { text-decoration: none;
    background-color: transparent;
	color: #7590ae;
}

#floattop a:visited { text-decoration: none;
    background-color: transparent;
    color: #7590ae;
}

#floattop a:active { text-decoration: none;
    background-color: transparent;
	color: #7590ae;
}

#floattop a:hover { text-decoration: overline;
    background-color: transparent;
	color: #7590ae;
}


.floatright { 
float: right;
margin-top: 20px;
margin-right: 0px;
margin-left: 20px;
margin-bottom: 20px;
}

.centreren {
text-align: center;
}

/* ###### Container ###### */

#container {
   	border: 1px solid #cccccc;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
    background-color: #f0f3f7;
}

#datum {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
  font-size: 9pt;
  text-align: right;
  margin-right:10px;
}

/* ###### Hoofdmenu ###### */

  #hoofdmenu { 
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:9pt;
	font-weight: bold;
    background-color: #7590ae;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
	margin-top: -5px;
}

	ul#hoofdmenu {
	margin: 0;
	padding: 0;

}
	#hoofdmenu li {
	display: inline;
	list-style-type: none;
	
}


  #hoofdmenu a:link { text-decoration: none;
    background-color: transparent;
	color: white;
}

  #hoofdmenu a:visited { text-decoration: none;
    background-color: transparent;
    color: white;
}

  #hoofdmenu a:active { text-decoration: none;
    background-color: transparent;
	color: rgb(255,204,0);
}

  #hoofdmenu a:hover { text-decoration: overline;
    background-color: transparent;
	color: rgb(255,204,0);
}


/* ###### Side Box ###### */

.linkseMenu {
  border-color: #7590ae;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-right-width: 1px;
  width:17,5%;
  height: auto;
  margin-top: 0;
  line-height: 9px;
  text-align: left;
  font-size:8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.floatLinkseMenu {
  float: left; 
}

 .linkseMenu div {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  width: 17,5%;
  height: auto;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-color: #7590ae;
  padding: 0.5ex 0.5em 0.5ex 0.2em;
  color: #c0bc4b;
  background-color: #f0f3f7; 
}

.linkseMenu a{
  color: black;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 1ex 0.5em 1ex 0.5em;
  background-color: #fafcff;
}

.linkseMenu a:hover {
	background-color: #f0f3f7;
	color:#c0bc4b;
}

/* ##### Body ##### */

#bodyText {
  text-align: justify;
  line-height: 15px;
  margin: 0px 160px 0 140px;
  padding: 0px 15px 15px 15px;
  height: auto;
  width: auto;

}

#bodyText p {
 margin: 5px 30px 20px 30px;
 font-size: 8pt;
 padding: 0;
 text-align: justify;
 font-family: Verdana, arial, sans-serif;
 line-height: 1.5em;
 color: #3E515E;
 width: auto;
}



/* ##### Voet ##### */

#voet {
  color: #ffffff;
  background-color: #7590ae;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  margin: 0;
  padding: 5px 5px 10px 5px;
  clear: both;
 }

#voet_adobe {
float: left;
}


#voet div {
  margin: 0;
  padding: 5px 0 1px 0;
}

#voet a {
  color: #ffffff;/*#7590ae;*/
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#voet a:hover {
  text-decoration: none;
}

/* ##### Schaduw ##### */

.s1 { border: solid 2px #FDFDFE;
       border-top:none;
	   border-bottom:none;
	   }
.s2 {  border: solid 1px #F4F6F9;
       border-top:none;
	   border-bottom:none;
	   }
.s3 {  border: solid 2px #F0F3F7;
       border-top:none;
	   border-bottom:none;
	   }
.s4 {  border: solid 1px #EBEFF4;
       border-top:none;
	   border-bottom:none;
	   }
.s5 {  border: solid 2px #E5EBF0;
       border-top:none;
	   border-bottom:none;
	   }
.s6 {  border: solid 1px #E0E7ED;
       border-top:none;
	   border-bottom:none;
	   }
.s7 {  border: solid 2px #DCE4EB;
       border-top:none;
	   border-bottom:none;
	   }
.s8 {  border: solid 1px #D5DEE7;
       border-top:none;
	   	border-bottom:none;
	   }

/* ##### Tekst ##### */

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold; 
 text-decoration: underline;
 text-align: center;
 margin-left: 0px;
 margin-bottom: 0px;
 padding: 0;
 color: #c0bc4b;
 line-height: 100%;
 
}

h1 a {
color: #c0bc4b;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 margin-left: 30px;
 margin-bottom: 0px;
 margin-right: 30px;
 padding-left: 5;
padding-top: 3;
padding-bottom: 3;
color: white;
background-color: #7590ae;
border-style: ridge;
border-width: 2px;
border-color: blue;
}

h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 text-decoration: none;
 margin-left: 30px;
 margin-bottom: 0px;
 padding: 0;
 color: #3E515E;
}

#keuzelijst {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size: 10pt;
margin: 20px 160px 0 200px;
padding-left: 0px;
color: #3E515E;
height: auto;
}

#floatkeuzelijst {
float: left;
}

  #keuzelijst a:link { text-decoration: none;
    background-color: transparent;
	color: #3E515E;
}

  #keuzelijst a:visited { text-decoration: none;
    background-color: transparent;
    color: #3E515E;
	}

  #keuzelijst a:active { text-decoration: none;
    background-color: transparent;
	color: #3E515E;
}

  #keuzelijst a:hover { text-decoration: none;
    background-color: transparent;
	color: #c0bc4b;
}

UL {
list-style-position:outside;
list-style-type:square;
line-height: 20px;

}

#inspring {
margin-left: 80px;
}

a.internal {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
margin: 30px;
float: right;;
color: #7590ae;
background-color: #f2f6ff;
text-decoration: underline;
font-weight: bold;
}

table, tr, td { 
border: 2px solid #7590ae;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
text-align: center;
border-collapse: collapse;
padding: 2,5,2,5;
}

#tabelkop {
font-weight:bold;
text-align: center;
}

div.float {
  float: left;
  }
  
div.float p {
   text-align: left;
   }


/* Rechtsmenu */

.rechtseMenu {
  border-color: #7590ae;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 1px;
 /* width: 17,5%;*/
  height: auto;
  margin-top: 0;
  line-height: 9px;
  text-align: left;
  font-size:8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.floatRechtseMenu {
  float: right; 
}

.rechtseMenu div {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  width: 17,5%;
  height: auto;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-color: #7590ae;
  padding: 0.5ex 0.5em 0.5ex 0.2em;
  color: #c0bc4b;
  background-color: #f0f3f7; 
}

.rechtseMenu a{
  color: black;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 1ex 0.5em 1ex 0.5em;
  background-color: #fafcff;
}

.rechtseMenu a:hover {
	background-color: #f0f3f7;
	color:#c0bc4b;
}

.imgtabelrechts table {
float:right;
margin-left:30px;
margin-top:20px;
margin-bottom:10px;
margin-right: 30px;
}

.imgtabelrechts caption{
caption-side: bottom;
text-align: center;
color:black;
font-weight: bold;
padding-bottom: 5px;
}

.imgtabellinks table {
float:left;
margin-left:30px;
margin-top:20px;
margin-bottom:10px;
margin-right: 30px;
}

.imgtabellinks caption{
caption-side: bottom;
text-align: center;
color:black;
font-weight: bold;
padding-bottom: 5px;

}

.imgtabelrondgang table {
float:left;
margin-left:2px;
margin-top:10px;
margin-bottom:5px;
margin-right: 2px;
}

.imgtabelrondgang caption{
caption-side: bottom;
text-align: center;
color:black;
font-weight: bold;
padding-bottom: 0px;

}
.imgclear {
clear:both;
}
.imgclearright {
clear:right;
}
.imgclearleft {
clear:left;
}