@charset "UTF-8";
body {
	font-family: "Lucida grande", sans-serif;
	background: url(afbeeldingen/achtergrondstreep.gif);
	padding: 0px;
	border: none;
	margin: 0px;
	background-repeat: repeat;
	text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */
}
#test {
	margin: auto;
	position: relative;
	background-color: #CCCCCC;
	width: 955px;
}
#menu {
	width: 600px;
	position: relative;
	background-color: transparent;
	height: 50px;
	margin: auto;
	vertical-align: top;
	top: -150px;
	text-align: left;
}
#inhoud {
	position: relative;
	text-align: center;
	width: 600px;
	margin: auto;
	top: -100px;
}
#inhoudsale {
	position: relative;
	text-align: center;
	width: 900px;
	margin: auto;
	top: -150px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.style2 {	color: #666600
}
.style3 {
	color: #FF3300;
	font-size: 36px;
}
.style4 {
	font-size: 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
