
a.ext {
  background: url(images/extlink.png) right center no-repeat;
  padding-right: 12px;
}

a.mailto {
  background: url(mailto.png) right center no-repeat;
  padding-right: 12px;
}


body {
 background: #cccc99; 
 color: #000000 ;
 font-size: 12px;
 margin: 0px; 
 padding:0px;  
  font-family: "Trebuchet MS", arial, sans-serif;
 }

.titel h1, .titel h2, .titel h3, .titel h4,.titel h5, .titel h6 {
  margin: 0;
  padding: 0;
  color: #800000;
  font-weight: normal;
  font-family: "Trebuchet MS", arial, sans-serif;

}

.titel.h1 {
  font-size: 130%;
}

.titel h2 {
  font-size: 125%;

}

.titel h3 {
  font-size: 120%;
}

.titel h4 {
  font-size: 115%;
}

.titel h5 {
  font-size: 110%;
}

.titel h6 {
  font-size: 105%;
}




a.button {
    background: transparent url('../knoppen/button2-a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px "Trebuchet MS", sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../knoppen/button2-a-span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


a.menu-button {
    background: transparent url('../knoppen/menu-button-a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px "Trebuchet MS", sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */ 

    text-decoration: none;
}

a.menu-button span {
    background: transparent url('../knoppen/menu-button-a-span.gif') no-repeat ;
    display: block;
    line-height: 14px;

    padding: 5px 0 5px 18px;
}
a.menu-button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.menu-button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



@media screen
 { .scherm { display : block;}
 
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	margin-bottom: 6px;
}

 
.content ul li {
   border: 0px;
   list-style-type: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
   list-style-image: url(../images/atabbul1.gif);
   }

th p{
 font-family : "Trebuchet MS";
 font-size : 9pt ;
}

td p{
 font-family : "Trebuchet MS";
 font-size : 9pt ;
}
 
td {
 font-family : "Trebuchet MS";
 font-size : 9pt ;
}
 
.knop {
 font-family : "Trebuchet MS";
 font-size: 9pt;
 width: 200px;
 height: 23px;
 margin: 5px 0 10px 0;
}
.klik {
 font-family : "Trebuchet MS";
 font-size: 9pt;
 width: 23px;
 height: 23px;
 margin: 5px 0 10px 0;
 }

.svvf-klapper table { border-collapse: collapse; border: solid 4px #cc9933; margin-left: auto; margin-right: auto; page-break-before: auto; page-break-after: auto;  margin-bottom: 10px;}
.svvf-klapper thead { border: double 3px #cc9933; background-color : #ffeedd; }
.svvf-klapper col { border: solid 2px #cc9933; }
.svvf-klapper td { border: solid 1px #cc9933; vertical-align: top; font-family : Verdana, sans-serif; font-size: 9pt; color: #000000; }
.svvf-klapper th { border: solid 1px #cc9933; vertical-align: top; font-family : Verdana, sans-serif; font-size: 9pt; color: #000000; font-weight: bold; }
.svvf-klapper td p { font-family : Verdana, sans-serif; font-size: 9pt; color: #000000; }
.svvf-klapper th p { font-family : Verdana, sans-serif; font-size: 9pt; color: #000000; font-weight: bold; }

.menu-knop{ 
display: block;
background-color: transparent;
width: 100px; 
background-image: url(../images/menu-button.gif); 
background-repeat: no-repeat;
text-align: center;
vertical-align: top;
font-family: "Trebuchet MS", Arial,  sans-serif;
font-size: 100%;
font-weight: bold;
border: hidden;
}

.ovale-knop{ 
display: block;
background-color: transparent;
width: 212px; 
height: 70px; 
background-image: url(../images/menu-ovaal.gif); 
background-repeat: no-repeat;
text-align: center;
vertical-align: middle;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 100%;
font-weight: bold;
border: hidden;
}

/* Pseudo klassen voor hyperlinks */

a:link {
 background-color : transparent; /* Achtergrondkleur wit */
 color : #339900; /* donkerblauw */
 text-decoration : underline;
}
 
a:visited { 
 background-color : transparent;
 color : #808080; /* zwart - was Grijs = 808080*/
 text-decoration : none;
}
 
a:hover { 
 background-color : transparent;
 color : #3399CC; /* Voorgrond lichtbalauw */
 cursor : pointer; /* handje*/
 text-decoration : underline;
}
 
a:active {
 background-color : #003399; /* donkerblauw */
 color : #000000;
 cursor : pointer; /* handje */
 text-decoration : underline;
}
} 
 
 @media print 
 { .scherm {display : none;}
 
.clear { /* generic container (i.e. div) for floating buttons */
   display: none;
}

div#index { /* geen pijl "naar boven" */
  display: none;
  }
 
 .content ul li {
   border: 0px;
   list-style-type: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
   list-style-image: url(../images/atabbul1.gif);
   }

 
 #hoehel, #index1, #index2, #index3, #index4, #page1, #page2, #page3, #page4, #doubler, #plat, #list, list2  { display: none; }
 
 body { 
 background-color : #FFFFFF;
 }

th p {
 font-family : "Trebuchet MS";
 font-size : 8pt ;
}
td p {
 font-family : "Trebuchet MS";
 font-size : 8pt ;
} 
td {
 font-family : "Trebuchet MS";
 font-size : 8pt ;
	widows : 3;
 orphans: 2;
 }
 
.knop {
 font-family : "Trebuchet MS";
 font-size: 10pt;
	width: 200px;
	height: 23px;
	margin: 5px 0 10px 0;
}

p { 
 widows : 3;
 orphans: 2;
}

.menu-knop{ 
display: none;
}

.ovale-knop{ 
display: block;
background-color: #CCCC99;
width: 212px; 
height: 70px; 
background-image: url(../images/navigatieknop-ovaal.gif); 
background-repeat: no-repeat;
text-align: center;
vertical-align: middle;
font-family: "Trebuchet MS", Arial,  sans-serif;
font-size: 100%;
font-weight: bold;
border: hidden;
}
a:link {
 background-color : transparent; /* Achtergrondkleur wit */
text-decoration : underline;
 }

}