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

body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #660000;
	background-image:url(../images/index_01.gif);
	background-repeat:repeat-x;
}
a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #990000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

#repeat {
	background-image: url(../images/index_01.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	}
	
#left {
	background-image: url(../images/index_02.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	}
	
#header {
	background-image: url(../images/index_03.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	}
	
#right {
	background-image: url(../images/index_04.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	}
	
#menu {
	background-image: url(../images/index_05.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	}
	
#content {
	background-image: url(../images/index_06.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	}
	
#line {
	background-image: url(../images/index_07.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	}
	
#down {
	background-image: url(../images/index_08.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	}


/* Formulieren */

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


