/* Prowriter CMS Stylesheet */
/* Version: 1.0 | 14/02/2004 */
/* BASIC FRONTEND VERSION */
/* TEMPLATE STYLE 1 (logo - top | nav | body)*/

/* - - - - 1. MAIN SETTINGS FOR THE WEBSITE- - - - */
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    margin-top: 0px;
    background-image: url(../images/bg.jpg);
	 background-repeat: repeat-x;
	 background-position: top;
}

* { margin: 0px; padding: 0px; font-family:  Tahoma, Arial, Helvetica, 'Sans Serif'; line-height: 170%; }

/* default font and font size */
p, h1, h2, h3, h4, h5, h6, h7, td, tr, th, li, span, div, table
{ font-family: Tahoma, Arial, Helvetica, sans-serif; margin: 0px; text-align: left; font-size: 10pt; line-height: 200%; }

/* most imporant color settings */
p {color: #000000;  }
li {	color: #000000; }

a:link { color: #000000;  text-decoration: underline; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000;}

/* - - - -  2. GENERAL TEXT SETTINGS - - - - */
h1, .maintitle { font-size: 180%; font-weight: bold; }
h2, .subtitle { font-size: 18pt;  }
h3, .sectiontitle { font-size: 160%; font-weight: bold;  }
h4, .introduction { font-size:17pt;  }
h5, .description { font-size: 15pt; }
h6, .summary { font-size: 12pt;}
h7 { font-size: 100%; }
p { font-size: 100%; }
span { font-size: 100%;}
li { font-size: 100%;}
ul {  margin-bottom: 10px; margin-left: 15px;}

/* CONTAINER SETTINGS - Site Specific Text Settings*/

#page {
    margin:auto;
    width: 800px;
/*  width: 1000px; */	 
}

/* HEADER */
#header  { width: 800px; }
#header h1 {display: none;}
#header h1 span {    display: none;}
#header h2 span {    display: none;}
#header p span {    display: none;}

/* NAVIGATION: SUBPAGE MENU */
#header .navigation { width: 800px; border-bottom: none; height: 18px;margin-left:-7px;margin-top:15px;padding-bottom:10px; }
#header .navigation ul { list-style-type: none; margin: 0px; }
#header .navigation li { font-size: 12pt; line-height:1.0; float: left;  border-right: Solid 1px black; }

/* passive */
#header .navigation li a,
#header .navigation li a:link,
#header .navigation li a:visited
#header .navigation li.passive a,
#header .navigation li.passive a:link,
#header .navigation li.passive a:visited { color: black;background-color:transparent; font-weight: bold; letter-spacing: 1px; display: block; padding:7px;height:18px; padding-top: 0px; padding-bottom: 0px; text-align: center; text-decoration: none; }
#header .navigation li.a:hover,

/* hier colore plaatsen zie beneden*/
#header .navigation li.passive a:hover { background-color:none; color: #0e5b9a; }

/* active en parent */
#header .navigation li.active a,
#header .navigation li.parent a,
#header .navigation li.active a:link,
#header .navigation li.parent a:link,
#header .navigation li.active a:visited,
#header .navigation li.parent a:visited {color: #0e5b9a;  background-color: none; }
#header .navigation li.active a:hover {color: #0e5b9a;  background-color: none;  }

/* child passive */
#header .navigation li.passive-child a,
#header .navigation li.passive-child a:link,
#header .navigation li.passive-child a:visited { }
#header .navigation li.passive-child a:hover { }

/* child active */
#header .navigation li.active-child a,
#header .navigation li.active-child a:link,
#header .navigation li.active-child a:visited { }
#header .navigation li.active-child a:hover { }

/* MAIN BODY */
.breaker {    clear: both; height:0px; line-height:0px; overflow:hidden; }

/* tabelopmaak */
.tabelopmaak { width:800px;float:left;text-align: center; border-top:0px solid white; }

.tabelopmaak .left {width:539px;vertical-align: top;color:black;}
.tabelopmaak .right {width:221px;vertical-align: top; padding:20px; }

/*block element */
.block { padding:0px;vertical-align:top;border-top:1px solid white;}
/* de kleuren van de website /*

/*navigatie achterground en contactgegevens blok*/
.colora {background-color:#6c6c6c;}
.colora_border {border:1px #333333 solid;}

/* nieuwsitemsblok en footer  */
.colorb {background-color:#5196cb;}
.colorbcolor{ color:#5196cb; }

/*faq en headers */
.colorc  {background-color:#1c78be;}
.colorc h1,h2,h3,h4,h5,h6 {color:#1753ac; font-family:arial,}

.colorc  {
	color:#525252;
}
/*navigaties active*/
.colore {background-color: #c10236;}


/* header en rechterkolom */
.colord {background-color: #FFFFFF;}
.white_border { border:1px solid #FFFFFF;}



/*tekstkleur*/
.colorf { color: #FFFFFF;}
/* end */ 

/*zwarte border */
.black_border { border:1px solid #000000;}
/* end */ 

#subparent { opacity:0.8;filter:alpha(opacity=80);position:absolute;left:0px;top:29px;
}




/*footer */
.footer {text-align:center;width: 780px;float:left;border-top:1px solid white;height:25px;padding-left:20px;padding-top:5px;color:white;}
.footer p { font-size: 10pt; text-align:center;color:white;}

/* FIX FOR TRANSPARANT PNG IE6 */
img {
   behavior: url("pngbehavior.htc");
}


