/* 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: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: red;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: white;
    margin-top: 0px;
/*  background-image: url(../images/bg_site.jpg); */
}

* { margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, 'Sans Serif'; line-height: 100%; }

/* default font and font size */

/* most imporant color settings */
h1,h2,h3,h4,h5,h6 {color: #000000; }
p {color: #000000; line-height: 120%;}
li {	color: #000000; }

a:link { color: #666666;  text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; text-decoration: underline;}
a:active { color: #666666; text-decoration: underline;}

/* - - - -  2. GENERAL TEXT SETTINGS - - - - */
h1, table { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-align: left; font-size: 10pt; line-height: 28%;}
h1, .maintitle { font-size: 140%; font-weight: normal; margin:5px; }
h2, .subtitle { font-size: 130%;  font-weight: bold;}
h3, .sectiontitle { font-size: 130%; font-weight: bold;  }
h4, .introduction { font-size: 130%; font-weight: bold;  }
h5, .description { font-size: 115%; font-weight: bold; letter-spacing: 0.1pt;}
h6, .summary { font-size: 90%; font-weight: bold; }
h7 { font-size: 100%; }
p { font-size: 100%;line-height: 120%; }
span { font-size: 100%; line-height: 120%;}
li { font-size: 100%;line-height: 120%; }
ul { padding: 10px; padding-left: 40px; list-style-type: disc; color: #FF0000;}

/* CONTAINER SETTINGS - Site Specific Text Settings*/

#page {
    width: 781px;
/*  width: 1000px; */	 
}

/* HEADER */
#header  { width: 784px;  background-color: #E36128;padding:0px;margin:0px;}
#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: 100%; border-top: Solid 1px white; border-bottom: Solid 1px white; background-color: white; height: 25px; }
#header .navigation ul { list-style-type: none; margin: 0px; }
#header .navigation li { font-size: 8pt; line-height:1.0; float: left;  border-right: Solid 1px white; }

/* passive */
 .navigation ul { list-style-type: none; padding-top: 0px; padding-left: 0px; margin-left: 15px;}
 .navigation li a, {color:#000000; font-weight:bold; }
 .navigation li a:link, {color: #E36128; font-weight:bold; }
 .navigation li a:visited {color:#FF0000; font-size: 10pt; font-weight:bold; }
 .navigation li.passive a, {color:#FF0000; font-weight:bold; } 
 .navigation li.passive a:link, {color:#FF0000; font-weight:bold;  }
 .navigation li.passive a:visited { text-align: center; font-weight:bold;  }
 .navigation li.a:hover, {color:#000000;  }
 .navigation li.passive a:hover { text-decoration: underline; color:#000000; }

/* active en parent */
 .navigation li.active a,
 .navigation li.parent a,
 .navigation li.active a:link,
 .navigation li.parent a:link,
 .navigation li.active a:visited,
 .navigation li.parent a:visited { background-color: white; color: #E36128; }
 .navigation li.active a:hover { text-decoration: underline; color:#000000; }

/* child passive */
 .navigation li.passive-child a,
 .navigation li.passive-child a:link, 
 .navigation li.passive-child a:visited { }
.navigation li.passive-child a:hover {color:#000000 }

/* child active */
.navigation li.active-child a,
.navigation li.active-child a:link,
.navigation li.active-child a:visited { }
.navigation li.active-child a:hover {color:black; }

.navigation {	margin-top: 22px; margin-left: 10px;}

/* MAIN BODY */
.main {  width: 781px;padding:0px;}
.breaker {    clear: both; height:0px; line-height:0px; overflow:hidden; }
.foorter {	width: 781px;}
.footer p { font-size: 8pt;}

.locatiebalk				{padding-left:5px;padding-top:10px;}
.locatiebalk a:hover 	{color:black;}
.locatiebalk a:active	{color:black;font-weight:bold;}




.contact input{ margin-bottom:10px;}
.contact .button{
	background-color:#FC1C1C;
	color:white;
	border:1px solid black;
	text-align:center;
	font-weight: bold;
	vertical-align: middle;
	padding:2px;
}