/* CSS Document */
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B7B7B;
	
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
		
	margin: 0;
	padding: 0;
}

#container{
	width: 680px;
	margin-left: 100px;
}

#menu{
	width: 150px;
	height: 350px;
	padding-top: 0px;
	background-image: url(../images/menu_back.gif);
}

#kop{
	width: 520px;
	height: 90px;
	float: right;
	
	background-image: url(../images/kop_back_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
}
#links{
	float: left;
	width: 150px;
}
#midden{
	width: 500px;
	padding: 10px 20px 10px 10px;
	float: right;
	text-align: justify;
	
	background-image: url(../images/midden_back_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#nieuws{
	width: 140px;
	padding: 5px 5px 0 5px;
	float: left;
	background-image: url(../images/nieuws_back_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footer{
	width: 530px;
	padding-left: 150px;
	text-align: center;
	padding-top: 5px;
	height: 25px;
	margin-bottom: 40px;
	
	clear: both;
	background-image: url(../images/footer_back.gif);
	background-repeat: no-repeat;
	background-position: top;
}


/* TEKST OPMAAK */

.footer{
	font-size: 75%;
	margin: O.5em 0 0 0;
	color: #999999;
}

p{
	margin: 0 0 1em 0;
}

.menu2{	font-size: 90%; }
a.menu2{
	font-weight: bold;
	text-decoration: none;
	color: #7B7B7B;
}
a.menu2:hover{
	color: #86a8c1;
	text-decoration: underline;
}

p.menu-a{
	margin: 0; 
	background-image: url(../images/menu/menu_normal.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	height: 21px;
	font-weight: bold;
	font-size: 14px;
}
p.menu-a2{
	margin: 0; 
	background-image: url(../images/menu/menu_normal2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	font-weight: bold;
	font-size: 14px;
}
p.menu-a3{
	margin: 0; 
	background-image: url(../images/menu/menu_normal3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	font-size: 10px;
}
p.menu-a4{
	margin: 0; 
	background-image: url(../images/menu/menu_normal4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	font-size: 10px;
}

a.menu-a{
	color: #7B7B7B;
	padding-left: 45px;
	text-decoration: none;
	background-image: none;
}
a.menu-a:hover{
	color: #86a8c1;
	background-image: url(../images/menu/menu_hover5.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}
a.menu-a2{
	color: #7B7B7B;
	padding-left: 70px;
	text-decoration: none;
}
a.menu-a2:hover{
	color: #86a8c1;
}

h1{
	color: #86a8c1;
	font-size: 16px;
	margin: 0 0 1em 0;
	padding: 0;
}

h2{
	font-size: 13px;
	color: #86a8c1;
	margin: O O O.5em 0;
	padding: 0;
}

a{
	color: #7B7B7B;
	text-decoration: none;
}
a:hover{
	color: #86a8c1;
}
#midden a{
	text-decoration: underline;
}
.footer a{
	color: #999999;
}

.formulier{
	width: 300px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.formulier-verpl{
	width: 300px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #FFFFCC;
}
.nieuws{
	font-size: 10px;
}
.float{
	float: right;
	margin: 1em 0 1em 1em;
}
sup{
	line-height: 0;
}

.taal-keuze{
	background-image: none;
	text-align: center;
	margin-top: 5%;
}
.blauw{
	font-size: 13px;
	color: #86a8c1;
}
.groot{
	font-size: 16px;
	font-weight: bold;
}
ul.nieuws{
	margin-left: 0.5em;
}