/* 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: black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #151515;
    margin-top: 0px;
/*  background-image: url(../images/bg_site.jpg); */
}
* { 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: #b80117; }
p {color: #000000;  }
li {	color: #000000; list-style:bullet;}

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

/* - - - -  2. GENERAL TEXT SETTINGS - - - - */
h1, .maintitle { font-size: 190%; }
h2, .subtitle { font-size: 180%;  }
h3, .sectiontitle { font-size: 160%;   }
h4, .introduction { font-size: 12pt;   }
h5, .description { font-size: 100%; }
h6, .summary { font-size: 90%;  }
h7 { font-size: 100%; }
p { font-size: 100%; }
span { font-size: 100%;}
li { font-size: 100%; }
ul {  margin-bottom: 10px; margin-left: 15px;}
ol {  margin-bottom: 10px; margin-left:15px; list-style: decimal;}

/* CONTAINER SETTINGS - Site Specific Text Settings*/

#page {
    margin:auto;
    width: 905px;
	 border:none;
/*  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 */
.navigation { width: 200px; background-color: transparent;margin-bottom:0px;padding-bottom:0px;margin-top:38px;height:100%;margin-left:11px; }
.navigation ul { list-style-type: none; margin: 0px;padding:0px; }
.navigation li { font-size: 13pt; line-height:1.4; float: left;  border-right: Solid 0px white;border-top:1px solid #A8A8A8; }

/* passive */
.navigation li a,
.navigation li a:link,
.navigation li a:visited
.navigation li.passive a,
.navigation li.passive a:link,
.navigation li.passive a:visited { color: #4b4b4d; display: block; width: 200px; padding-top: 5px; padding-bottom: 5px; background-color: white; text-align: center; text-decoration: none; }
.navigation li.a:hover,
.navigation li.passive a:hover { background-color: white; color:#b80117; }

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

/* child passive */
.navigation li.passive-child a,
.navigation li.passive-child a:link,
.navigation li.passive-child a:visited {font-size:10pt;color:#b80117; ; text-align: center; }
.navigation li.passive-child a:hover { color: #4b4b4d;}

/* child active */
.navigation li.active-child a,
.navigation li.active-child a:link,
.navigation li.active-child a:visited {font-size:10pt;color:#b80117; text-align: center; }
.navigation li.active-child a:hover { color: #4b4b4d;}

/* MAIN BODY */
.main {  width: 905px; background-image: url(../images/backgroundmain.jpg);  background-repeat: repeat-y; background-position: top left; background-color: White;}
.left {
	width:225px;float:left;height:100%;margin-bottom:0px;
}
.right{float:right;width:625px;padding-right:30px;padding-top:30px;padding-bottom:30px;}
.right li { list-style: square;}
.breaker {    clear: both; height:0px; line-height:0px; overflow:hidden; }
.footer {	width: 605px;text-align:center;}
.footer p { font-size: 8pt;text-align:center;}

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

.floatitem{
	width:270px;
	float:left;
	height:170px;
	padding-right:10px;
	padding:15px;
	background-color:#cdcdcd;margin-right:10px;
}
.testimonialitem{
	margin-bottom:15px;
}

.buttonsubmit{
	background-color:#b80117;border:2px solid #A1A1A1;color:white; width:100px;height:30px;font-weight:bold; text-align: center;
}
.trainingitem{
	width:600px;
	float:left;
	padding-right:10px;
	margin-bottom:20px;
}
.trainingitem h4{ font-size: 11pt;
}
.sfeerlinksonder{
	background-image: url(../images/sfeerlinksonder.jpg);width:224px;height:197px; background-repeat: no-repeat; background-position: bottom;margin-bottom:0px;border:0px;padding:0px;vertical-align:bottom;bottom:0px;left:0px
}


