body {
margin: 0px;
padding: 0px;
background: url(images/bg.jpg);
}

h1{
margin: 0 0 27px 0;
padding: 0px;
}

a {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

.clear{
clear: both;
}

#wrapper{
width: 842px;
margin: 25px auto 0 auto;
}

#header{
background: url(images/header.png);
height: 205px;
width: 842px;
}

#container{
background: url(images/container.png) repeat-y;
width: 842px;
}

#content{
width: 790px;
padding: 22px 0 15px 0;
margin: auto;
overflow: hidden;
border-bottom: 1px solid #b9b9b9;
}

#left{
font-size: 10px;
font-family: tahoma;
color: #60573c;
float: left;
width: 138px;
line-height: 20px;
}

#left ul{
margin: 0 0 20px 0;
padding: 0px;
}

#left li{
margin-bottom: 5px;
list-style-type: none;
background: url(images/li.png) left center no-repeat;
padding-left: 15px;
}

#left li a{
text-decoration: none;
font-weight: bolder;
font-family: Tahoma;
font-size: 12px;
color: #60573c;
}

#right{
line-height: 23px;
font-size: 12px;
font-family: Tahoma;
color: #60573;
padding-left: 18px;
float: left;
border-left: 1px solid #b2b2b2;
width: 633px; 
}

#inhoud img{
float: left;
margin: 0 7px 0 0;
}

#down{
background: url(images/down.png);
height: 15px;
width: 842px;
}

#footer{
text-align: center;
clear: both;
font-size: 11px;
font-family: tahoma;
color: #8b8b8b;
line-height: 78px;
}

#footer a{
color: #8b8b8b;
text-decoration: none;
}