.wrapper{
   position: relative;
   margin:auto;
   width: 990px;
   margin-bottom: 15px;
}
.wrapper .main p{
  text-align: justify;	
}
#logo a {
	text-decoration:none;
	border:none;
}

#header{
   width: 100%;
   background-color:#ffffff;
}
.footer {
	float: left;
    width: 100%;
    height: 40px;
    background-color: #ddd;
    padding: 0px;
	box-shadow: 2px 2px 5px #888;
	text-align:center;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-moz-box-shadow: 2px 2px 5px #888;
-webkit-box-shadow: 2px 2px 5px #888;
}


#navigatie{
	width: 100%;
	padding-top: 20px;
}
#navigatie ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
#navigatie li {
		float: left;
		margin: 0 0.85em 0 0;
        font-family: 'Copse', arial, serif;
}
#navigatie a {
		text-decoration: none;
		display: block;
		width: 6.5em;
		padding: 0 0.5em 0 0;
		font-weight: bold;
		color: black;
		border-bottom: 0.5em solid #ed7a00;
		color: #ed7a00;
    }
#navigatie a:hover {
		color: #e0006f;
		border-color: #e0006f;
	}


h1 {
	font-family: 'Copse', arial, serif; 
	font-size: 24px;
	margin: 5px 0;
	text-align: left;
    background-color: #e0006f;
    color: #FFFFFF;
    padding: 10px;
	box-shadow: 2px 2px 5px #888;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-moz-box-shadow: 2px 2px 5px #888;
-webkit-box-shadow: 2px 2px 5px #888;
}

h3 {
	font-family: 'Copse', arial, serif; 
	font-size: 18px;
	margin: 30px 0 0 0;
	color: #ed7a00;
	}
	
p, ul {
	font-family: 'Droid Serif', arial, serif; 
	font-size: 14px; 
	line-height: 20px;
}

p.sub {
	margin-top: 3px;
}

ul.taalkeuze {
	width: 70px;
	list-style-type: none;
	float: right;
    margin: 0 20px 0 0;
    padding: 0;
}
ul.taalkeuze li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-weight: bold;
}

a:link {
    color: #1a94ff;
    cursor: pointer;
    text-decoration: none;
}
/*a:link { 
	text-decoration:none;
	color: #6699CC;
	border-bottom: 1px solid #6699CC; 
	padding-bottom: 1px;
}*/
a:visited { 
	text-decoration: none;
	/*border-bottom: 1px solid #003366;*/
	color: #4c8fcb;;
	padding-bottom: 1px;
}
a:hover {
	text-decoration:none;
	color: #4c8fcb;;
	/*border-bottom: 1px solid #336699; */
	padding-bottom: 1px;
}

li.taal a:link {
    text-decoration: none;
	border-bottom: none;
}

li.taal a:visited {
    text-decoration: none;
	border-bottom: none;
}

li.taal a:hover {
    text-decoration: none;
	border-bottom: none;
}


div.main ul {
	list-style : none;
	margin-top: 5px;
	}
div.main ul ul {
	list-style : none; 
	/*margin-left: -30px; */
	margin-top: 5px;
	}
div.main ul li {
    background : url(https://vdab.be/style/bullets/bullet_sub.gif) no-repeat 0 0.3em;
    margin : 0 0 2px;
    padding : 0 0 0 15px;
	line-height: 22px;
}

div.main ul li ul li {
    background : url(https://vdab.be/style/bullets/bullet_bullet.gif) no-repeat 0 0.5em;
    margin : 0 0 2px 0px;
    padding : 0 0 0 15px;
}

.knop {
        padding: 10px;
		width:175px;
        margin:5px 5px 5px 0;
        border:none;
        background-color:#ed7a00;
        color:#FFFFFF;
		font-family: 'Copse', arial, serif; 
        font-size:14px;
        cursor: pointer;
		font-weight: bold;
		text-decoration: none;
		display: inline-block;
		text-align: center;
		
		border-radius: 4px;
}

p.knop a:hover {
	text-decoration:none;
	color: #fff;
}

p.knop a:link {
    text-decoration: none;
	border-bottom: none;
		color: #fff;
}

p.knop a:visited {
    text-decoration: none;
	border-bottom: none;
		color: #fff;
}

p.knop a:hover {
    text-decoration: none;
	border-bottom: none;
	color:#ffcc66;

}

a.linkPdf {
    background: url(//www.vdab.be/style/link/pdf.gif) bottom right no-repeat;
    padding-right: 18px;
}