/* CSS Document */

body { 
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	height: 320px;
	position: absolute;
	margin-top: 150px;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}

#plaatje {
width: 100%;
height: 320px;
background-image: url(../images/1.JPG);
background-repeat: no-repeat;
position: relative;
float: left;
overflow: auto;
}

.tekst {
margin-left: 500px;
font-size: 11px;
font-family: Verdana;
color: #000000;
margin-top: 15px;
margin-right: 5px;
overflow: auto;
margin-bottom: 5px;
}

#menu {
	width: 600px;
	height: 30px;
	position: relative;
	margin-top: 10px;
	margin-left: 390px;
	border-top: 2px solid #000000;
}

#menu a {
    color: #000000;
    font-size: 11px;
    font-family: Verdana;
}

#menu a:hover {
color: #FF0000;
}

ul{
list-style: none;
}

li{
display: inline;
margin: 0 10px 0 0;
}
