/* 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: white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color:#fbe805;
	 background-image: url(background.jpg); background-repeat: repeat-x;
    margin-top: 0px;
}

* { margin: 0px; padding: 0px; font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif; margin: 0px; text-align: left; font-size: 10pt; line-height: 170%; }

/* most imporant color settings */
h1,h2,h3,h4,h5,h6 {color: #FFFFFF; width: 100%; }
h3, h2 { padding-left: 10px; color: #000000; }
p {color: #FFFFFF;  }
li {	color: #FFFFFF; }

a:link { color: #ffffff;  text-decoration: underline; }
a:visited { color: #ffffff; }
a:hover { color: #ffffff; }
a:active { color: #ffffff;}

/* - - - -  2. GENERAL TEXT SETTINGS - - - - */
h1, .maintitle { font-size: 140%; font-weight: bold; }
h2, .subtitle { font-size: 130%;  font-weight: bold;}
h3, .sectiontitle { font-size: 130%; font-weight: bold; background-color: #EBC601;  }
h4, .introduction { font-size: 90%; font-weight: bold;  }
h5, .description { font-size: 100%; font-weight: bold; }
h6, .summary { font-size: 90%; font-weight: bold; }
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 {
    width: 928px;
	 margin: auto;
	 margin-top:0px;
	 text-align: center; 
/*  width: 1000px; */	 
}

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

/* 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; display: block; width: 104px; padding-top: 5px; padding-bottom: 5px; background-color: white; text-align: center; text-decoration: none; }
#header .navigation li.a:hover,
#header .navigation li.passive a:hover { background-color: white; color:green; }

/* 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 { background-color: white; color:#E74A02; }
#header .navigation li.active a:hover { color: white; background-color:#E74A02; }

/* 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 */
.main {  width: 100%;}
.breaker {    clear: both; height:0px; line-height:0px; overflow:hidden; }
.foorter {	width: 781px;}
.footer p { font-size: 8pt;background-color:white;}

/* FIX FOR TRANSPARANT PNG IE6 */
img {
   behavior: url("pngbehavior.htc");
}

#contenttable td{
	vertical-align: top;
}

#blokje .floatingbox td{
	vertical-align: top;
	line-height: 10px;
}


/* bewerken weergave  */
.edit .message {  width: 636px;  }
.edit .message h3 { display: none;}
.edit h3 { background-color: #EBC601; width: 600px; }
.edit .message .contentbox {    border: Solid 1px black; background-color: #FFB515; float: right; width: 363px; }
.edit .message ul { list-style-type: square;  list-style-position: inside;  padding: 10px;  list-style-image: url(../images/button_list.gif);   }
#edit .section {    border: solid 3px #ffffff; background-color: #1d1d1d; width: 100%; padding: 20px; padding-top:5px; margin-top: 10px; margin-bottom: 10px;width:594px;}
#edit .section_2 { color: #000000;    border: solid 3px #ffffff; background-color: #1d1d1d; width: 100%; padding: 20px; padding-top:5px; margin-top: 10px; margin-bottom: 10px;width:594px;}
#edit h4 {
    padding-top: 15px;
}

/* GENERAL FORM SETTIGNS */
.form {    border: Solid 1px black; font-size: 10pt; padding: 2px;}
.wide {    width: 450px;}
.medium {    width: 250px;}
.button { border: Solid 1px black; padding: 1px; }
.small { width: 100px; }

