body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 12px;
}
.header {
	background-image: url(images/head.gif);
	height: 171px;
	background-repeat: no-repeat;
}
.menu {
	background-image: url(images/adres.gif);
	background-repeat: no-repeat;
	height: 35px;
	font-size: 12px;
	color: #D42926;
	padding-top: 5px;
	padding-left: 8px;
	font-weight: bold;
}
.tekst {
	background-color: #F8F7F3;
	padding: 15px 15px 15px 15px;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.zijkant {
	background: #DF1F02;
	width:175px
	font-family: Trebuchet MS;
	font-size: 16px;
	color: white;
}

#navcontainer { width: 175px;
font-family: Trebuchet MS;
	font-size: 16px;
 }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Trebuchet MS;
font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding-top: 10px;
	padding: 10px;
	width: 175px;
	background-color: #DF1F02;
	border-bottom: 1px dotted White;
}

#navcontainer a:link, #navlist a:visited
{
color: #F8F7F3;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #F8F7F3;
color: #DF1F02;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #DF1F02;
	
}
.footer {
	border-bottom: 1px dotted #ffc600;
}
h6 {
	font-family: Trebuchet MS;
	font-size: 8px;
	color: #DF1F02;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DF1F02;
}
a:hover {
	color: #FFC600;
}
td {
	font-family: Trebuchet MS;
	font-size: 12px;
}
input    {
	border: 1px solid #DF1F02;
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #F8F7F3;
}

        textarea    {
	border: 1px solid #DF1F02;
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #F8F7F3;
}
       
select {
   border: 1px solid #DF1F02;
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #F8F7F3;
}