﻿body {
background-color:#F8F8F8;
}

.container {
background-color:#FFFFFF;
width: 1000px;
margin-left: 100px;
margin-top: 50px;
}

.header {
background-color:#CC6633;
color: #FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
text-align:left;
height:100px;
padding:20px;
border-bottom-style: solid;
border-top-style: none;
border-left-style: none;
border-right-style: none;
border-color:#707070;
border-width: 5px;
}

.header img{
float: left;
}

.header a{
text-decoration:none;
padding-left:20px;
}

.header a:link{
color: #FFFFFF;
}

.header a:visited{
color: #FFFFFF;
}

.header a:hover{
color: #000000;
}

.nav ul{
list-style-type: none;
}

.nav {
color: #FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
background-color:#E0E0E0;
float:left;
height:800px;
width: 250px;
padding:10px;
}

.nav a{
display:block;
text-decoration:none;
}

.nav a:link, a:visited{
color: #000000;
}

.nav a:hover, a:active {
color: #CC6633;
background-color:#FFFFFF;
}

#active {
background-color: #FFFFFF;
color: #CC6633;
}

.inhoud {
color: #000000;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
margin-left:300px;
margin-right: 30px;
}

.footer {
background-color:#CC6633;
color: #000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-align:center;
clear:both;
border-top-style: solid;
border-bottom-style: none;
border-left-style: none;
border-right-style: none;
border-color:#707070;
border-width: 5px;
}

.footer a{
color: #000000;
text-decoration:none;
}