@charset "utf-8";
/* CSS Document */

body {
text-align: center;
background-color:#0C3;
background-image:url(images/achtergrond.jpg);
background-repeat:repeat;
}

#container {
width: 1000px;
margin: 0 auto;
text-align: left;
}

#header {
background: url(images/banner.png) no-repeat;
height:154px;
}


#menu {
float:left;
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 top: 120px;
 width: 175px;
 padding: 0;
 margin: 10px 0px 10px 0px;
 margin-bottom: 1em;
 color: #333;
}
#menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#menu ul li {
 margin: 0;
 border-top: 1px solid #003;
}

#menu ul li a {
 display: block;
 padding: 2px 2px 2px 4px;
 border-left: 10px solid #369;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #036;
 color: #fff;
 text-decoration: none;

}

#menu ul li a:hover {
 border-left: 10px solid #036;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #69f;
 color: #fff;
}
#content{
background-color: #F93;
padding-top: 20px;
padding-right:5px;
padding-bottom:20px;
padding-left:5px;
margin: 10px 10px 10px 10px;
margin-bottom:5px;
font-weight:bolder;
width: 600px;
float:left;
}

#right {
float:right;
margin-right:8px;

}
#footer {
	clear:left;
	margin-left:200px;
	background-color:#999;
	width:350px;
} 

