@charset "utf-8";
/* CSS Document */




body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #1B1B1B;
}
a:link {
	color: #3BFEFD;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #55FDFB;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #6CF;
}

.kop {
	font-size:16px;
	color: #3BFEFD;
	
}
.menu {
	text-align:left;
	
	
}
	

#header {
	background-image: url(../images/header.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	}
	
#menu {
	background-image: url(../images/menu.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	}
	
#bar {
	background-image: url(../images/bar.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	}

#content {
	background-image: url(../images/content.jpg);
	background-color: #1B1B1B;
	background-repeat: repeat-x;
	}
	

#footer {
	background-image: url(../images/footer.jpg);
	background-color: #1B1B1B;
	background-repeat: repeat-x;
	}
	

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

a.pagina:link{font-family: Arial; color: white; text-decoration: underline;}
a.pagina:visited{font-family: Arial; color: white; text-decoration: underline;}
a.pagina:hover{font-family: Arial; color: white; text-decoration: underline;}
a.pagina:active{font-family: Arial; color: white; text-decoration: underline;}


/* Formulieren */

.form {width: 350px; padding-left: 5px; font-size: 8pt; font-family: Arial; color: #040404; border: 1px solid #040404; background-color: #444444;}
.formcode {width: 71px; padding-left: 5px; font-size: 8pt; font-family: Arial; color: #040404; border: 1px solid #040404; background-color: #444444;}
.formchoice {padding-left: 5px; font-size: 8pt; font-family: Arial; color: #040404;}
.formsubmit {padding-left: 5px; font-size: 8pt; font-family: Arial; color: #040404; border: 1px solid #040404; background-color: #444444;}
