/*----------------
presets
------------------*/

*{margin:0;padding:0;border:0;} /*all elements*/
.NoDisplay{display:none;}
.NoFloat{float:none;}
.Display{display:block;}
.AlignLeft{text-align:left;}
.AlignCenter{text-align:center;}
.AlignRight{text-align:right;}
.ClearBoth{clear:both;}
.Small{font-size:9px;}
.Print{display:none;}
.FloatLeft{display:block; float:left;}
img.FloatLeft{margin:0 7px 7px 0}
.FloatRight{display:block; float:right;}
img.FloatRight{margin:0 0px 7px 7px}
.Strong{font-weight:bold;}
 

/*--------------
default styles
---------------*/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* = 10px */
	font-size: 10px;
	text-align:center;
	color:#918b7d;
	background-color:#342f2e;
	height:100%;
}

form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input , textarea, select { 
 background-color: #dddddd; 
}

p, li {
	font-size:1.1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

p, ul, ol{
	text-align:left;
	margin-top: 0;
	margin-bottom: 1em;
}	

.list{
	margin-left:20px;
	display:block;
}

a:link, a:visited{
	text-decoration:none;
	color:#e51463;
}

a:hover{
	text-decoration:underline;
	color:#e41e54;
}

h1{
	font-size:1.4em;
	background-color:#e41e54;
	color:#fff;
	text-align:left;
	font-weight: bold;
	line-height:1.5em;
	margin-bottom:8px;
	text-indent:5px;
}

h2{
	font-size:1.2em;
	color:#e41e54;
	text-align:left;
	line-height: 2em;
	font-weight: bold;
}

label{
	font-size:1.2em;
	color:#e41e54;
	text-align:left;
	line-height: 2em;
	font-weight: bold;
}

.images{
	margin:20px 0 20px 0;
}

a:link.email{
	color:#34bba8;
	text-decoration:none;
}
a:hover.email{
	color:#34bba8;
	text-decoration:underline;
}

.back{margin:10px 5px 0 0;}


/*--------------
structure
--------------*/

#wrapper{
	margin:0 auto 0 auto;
	width:745px;
	text-align: left;
	background-repeat:repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

html>body #wrapper{
	height:auto
	}/* not ie6- */

#header{
	height:340px;
	width:745px;
}

#HorContainer{
	width:660px;
	height:45px;
	position:absolute;
	top:305px;
}

#HorNavigation {
	width:449px;
	height:35px;
	position:absolute;
	top:5px;
	left:20px;
}


#ContainerContent{
	width:625px;
	background-color:#fff;
	margin:5px 0 0 20px;
	padding:20px 0 20px 15px
}

#LeftColumn{
	width:435px;
	float:left;
}

#Picto{
	width:130px;
	float:right;
}

#Picto p{width:43px; text-align:center; float:left; display:inline; font-size:0.9em;}

#Zoekveld{
	position:absolute;
	top:15px;
	left:510px;
	/*margin-top:15px 0 0 41px;*/ 
	/*float:right;*/
	}

#SubNavigation{
	width:125px;
	float:left;
	margin-left:40px;
	border:#DDD solid 1px;
	background:url(../images/Subnavigatie.jpg) repeat-x;
	padding:5px 5px 0 5px;
	
}

#Footer{
	width:615px;
	background-color:#e41e54;
	margin:0 0 0 20px;
	padding: 5px 10px 5px 15px;
	clear:both;
	color:#fff;
	}

/*------------
navigation
------------*/


#HorNavigation ul{
	list-style:none;
}

#HorNavigation li{
	float:left;
	display:inline;
}

.SubNavigation ul{
	list-style:none;
}
.SubNavigation li{
	display:block;
	border-bottom:#e41e54 dashed 1px;
}
.SubNavigation li a:link, li a:visited{
	color:#e41e54;
	text-decoration:none;
}
.SubNavigation li a:hover{
	color:#918b7d;
	text-decoration:none;
}

/*--------------
different pages
--------------*/

.Lezen h1{
	font-size:1.4em;
	background-color:#34bba8;
	color:#fff;
	text-align:left;
	font-weight: bold;
	line-height:1.5em;
	margin-bottom:8px;
}

.Lezen h2{
	font-size:1.2em;
	color:#34bba8;
	text-align:left;
	line-height: 2em;
	font-weight: bold;
}

.Lezen a:link, .Lezen a:visited{
	color:#34bba8;
}

.Lezen a:hover, .Lezen a:active{
	color:#34bba8;
	text-decoration: underline;
}

.Lezen th{
	background-color:#34bba8;
	color:#fff;
	padding:5px;
	text-align:center;
}

.Lezen td{
	padding:5px;
	text-align:center;
}

.Lezen table{
	border:#34bba8 1px solid;
	border-collapse:collapse;
}

.Lezen ul{margin-left:20px;list-style:url(../images/bullet-lezen.gif);}
.Blauw{color:#34bba8}

.Schrijven h1{
	font-size:1.4em;
	background-color:#c07d12;
	color:#fff;
	text-align:left;
	font-weight: bold;
	line-height:1.5em;
	margin-bottom:8px;
}

.Schrijven h2{
	font-size:1.2em;
	color:#c07d12;
	text-align:left;
	line-height: 2em;
	font-weight: bold;
}

.Schrijven a:link, .Schrijven a:visited{
	color:#c07d12;
}

.Schrijven a:hover, .Schrijven a:active{
	color:#c07d12;
	text-decoration: underline;
	
}

.Schrijven th{
	background-color:#c07d12;
	color:#fff;
	padding:5px;
	text-align:center;
}

.Schrijven td{
	padding:5px;
	text-align:center;
}

.Schrijven table{
	border:#c07d12 1px solid;
	border-collapse:collapse;
}

.Schrijven ul{margin-left:20px;list-style:url(../images/bulletSchrijven.gif);}
.Bruin{color:#c07d12}
.Spreken h1{
	font-size:1.4em;
	background-color:#f29500;
	color:#fff;
	text-align:left;
	font-weight: bold;
	line-height:1.5em;
	margin-bottom:8px;
}

.Spreken h2{
	font-size:1.2em;
	color:#f29500;
	text-align:left;
	line-height: 2em;
	font-weight: bold;
}

.Spreken a:link,.Spreken  a:visited{
	color:#f29500;
	text-decoration:none;
}

.Spreken a:hover, .Spreken a:active{
	color:#f29500;
	text-decoration:underline;
}

.Spreken th{
	background-color:#f29500;
	color:#fff;
	padding:5px;
	text-align:center;
}

.Spreken td{
	padding:5px;
	text-align:center;
}

.Spreken table{
	border:#f29500 1px solid;
	border-collapse:collapse;
}

.Spreken ul{margin-left:20px;list-style:url(../images/bulletSpreken.gif);}
.Oranje{color:#f29500}

.DeBib h1{
	font-size:1.4em;
	background-color:#b5b900;
	color:#fff;
	text-align:left;
	font-weight: bold;
	line-height:1.5em;
	margin-bottom:8px;
}

.DeBib h2{
	font-size:1.2em;
	color:#b5b900;
	text-align:left;
	line-height: 2em;
	font-weight: bold;
}

.DeBib a:link,.DeBib  a:visited{
	color:#b5b900;
	text-decoration:none;
}

.DeBib a:hover, .DeBib a:active{
	color:#b5b900;
	text-decoration:underline;
}

.DeBib th{
	background-color:#b5b900;
	color:#fff;
	padding:5px;
	text-align:center;
}

.DeBib td{
	padding:5px;
	text-align:center;
}

.DeBib table{
	border:#b5b900 1px solid;
	border-collapse:collapse;
}

.DeBib ul{margin-left:20px;list-style:url(../images/bulletBib.gif);}
.Groen{color:#b5b900}

	
