/* CSS Document */

html, body {
	background-color: #000000;
	font-family:Verdana;
	font-size:12px;
}

#container {
	margin: 0 auto;
	width: 800px;
	height:619px;
	border-right:2px solid #00AEEF;
	border-left:2px solid #00AEEF;
	border-top:2px solid #00AEEF;
	border-bottom:2px solid #00AEEF;
	text-align: left;
	position: relative;
	/*min-height: 100%;
	height:auto !important; 
	height:100%;  voor IE */
}
#header {
	width:800px;
	height:187px;
	background-image:url(afbeeldingen/header.jpg);
	background-repeat:no-repeat;
}
#menu {
	width:750px;
	height:20px;
	padding-top:160px;
	padding-left:50px;

}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}

#menu a {
	display: block;
	/*width: 150px;*/
	font-weight:800;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	text-align:left;
	border-right: 0px solid #FFFFFF;
	padding-right:20px;
}
#menu a:hover {
	color: #00AEEF;
	text-decoration:underline;
	/*padding-top: 45px;*/
}
#content {
	background-image: url(afbeeldingen/bg.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:432px;
}
#footer {
	border-top:2px solid #00AEEF;
	width:800px;
	height:25px;
	padding-top:8px;
	text-align:center;
}

