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


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #F79813;
}

.menu {
	color:#FFF;
}

.kop {
	font-size:20px;
	font-style: bold;
	color: #F79813;
}

.footer{
	font-size:9px;
	color:#666;
	
}
	
	
	
#up {
	background-image: url(../images/index_01.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}


#02 {
	background-image: url(../images/index_02.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#header {
	background-image: url(../images/index_03.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#menu {
	background-image: url(../images/index_04.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	
}

#05 {
	background-image: url(../images/index_05.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;

	
}

#content {
	background-image: url(../images/index_06.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

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

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


/* Formulieren */

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