/* CSS Document */

#menu a:active{ font-family:Verdana;
				font-size:12px;
				color:#000033; 
				text-decoration:none; 	}					/*opmaak van de link als gebruiker er op klikt*/
			

#menu a:link{ 	font-family:Verdana;
				font-size:12px;
				color:#000033;			
				text-decoration:underline;}										/*opmaak van de link voordat er op is geklikt*/


#menu a:hover{ 	font-family:Verdana;
				font-size:13px;
				color: #af1d19; 													/*opmaak van de link als je er met de muis over beweegt*/
				text-decoration:underline;}
			

#menu a:visited{font-family:Verdana;
				font-size:12px;
				color:#416903; 
				text-decoration:underline;}
	
#menu {
	position: relative;
	top: 79px;
	width: 155px;
	left: 25px;
	background-color: transparent;
	bottom: 0px;
	padding-left: 10px;
	padding-right: 12px;
	font-weight:bolder;
	
	



}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	
}
#menu ul li {
	

	font-size:12px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#menu ul li a{
	border-bottom-width: thin;

	border-bottom-style: solid;
	border-bottom-color: #000033;
	width:149px;
	diplay:none;
	display: block;
	height: auto;
	margin: 0px;
	padding: 4px 2px;
	line-height: 12px;
}
#menu ul li a:hover{
	background-color: #8987d6;
}

/*Achtergronden*/
#content {
	top:10px;
	left:10px;
	background-color:#fafa9a;
	background-repeat: no-repeat;
	width:655;
	height:600;
	frameborder:0;}
	
.table{
	background-color:#fafa9a;
}

#boven {
	background: url(./images/Achtergronden/Boven.jpg);
	background-repeat: no-repeat;	
	background-image: url(./images/Achtergronden/Boven.jpg);}
	

#lm2 {
	background: url(./images/Achtergronden/lm2.jpg);
	background-repeat: no-repeat;}	

#lm3 {
	background: url(./images/Achtergronden/lm3.jpg);
	background-image: url(./images/Achtergronden/lm3.jpg);
	background-repeat: no-repeat;
}

#links {
	background-image: url(./images/Achtergronden/links.jpg);
	background: url(./images/Achtergronden/links.jpg);
	background-repeat: no-repeat;

	
}	

#aangesloten {
	font-family: "Maiandra GD", Maiandra GD, "Verdana", Verdana, Courier New;
	font-weight: normal;
	font-size: 15px;
	color: #3B3460;
	position:relative;
	top:auto;
	left:350px;
	width:525px;
}	

#rechts {
	
	background-color:#C5D439;
	background-repeat: no-repeat;}

#rechts td{
	
	border: solid;
	border-bottom-width: 3px;
	border-top-width: 0px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-color:#372CA2;
}	

#inhoudj{
	margin:10px;
	top: 15px;
	left: 15px;
	width:620px;
	height:570px;
	overflow: auto;
	z-index:5;}

/*inhoud*/
.body{background-color: #fafa9a;}

h1{font-family: "Maiandra GD", Verdana, Courier New;
	font-weight: bold;
	font-size: 20px;
	color: #3B3460;}
	
h6{font-family: "Maiandra GD", Verdana, Courier New;
	font-weight: bold;
	font-size: 18px;
	color: #d92f1f;
	text-decoration:underline;
	font-style:italic;}
	

h3{font-family: "Maiandra GD", Verdana, Courier New;
	font-weight: bold;
	font-size: 18px;
	color: #d92f1f;}

h2{font-family: "Maiandra GD", Verdana, Courier New;
	font-weight: bold;
	font-size: 16px;
	color: #006200;}

.body table td h2{font-family: "Maiandra GD", Verdana, Courier New;
	font-weight: bold;
	font-size: 16px;
	color: #3B3460;}

td, p{font-family: "Verdana", Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;}

h4{font-family: "Verdana", Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;}
	
h5{font-family: "Maiandra GD", Verdana, Courier New;
	font-weight: bold;
	display: inline;
	font-size: 13px;
	color: #3B3460;}

.tab{ border-color:#000033;
	border-width:3px;
	border-style:solid;
}

.tab tr td{border-color:#000033;
	border-width:1px;
	border-style:solid;}
	
#top{ border-bottom-color: #FF0000;
	border-bottom-width:3px;
	border-bottom-style:solid;}
	
/*formulier*/
form
    {
    border-width: 1px;
    border-style: dashed;
    border-color: #cccccc;

    padding: 15px;
    width: 550px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    }	
	
legend{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;}
	
label
    {
    float: left;
    width: 170px;
    text-align: right;
    
    margin-right: 15px;
    }
	
input
    {
    background-color: #f5f5f5;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 10px;
    }
	
textarea
    {
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    
    margin-bottom: 10px;
    }

