/* CSS Document */

* { 
margin: 0px; 
padding: 0px; 
}
body {
	background-color: #330033;
}
#logo{
	height: 70px;
	width: 190px;
	font-family: Forte;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
}
#menu {
	z-index:1;
	background-color: #FFFFFF;
	margin-left: 190px;
	width: 100%;
	height: 20px;
	float: left;
	display: inline;
}
table.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	background-color: #CCFF00;
	height: 20px;
}
table.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	height: 20px;
}

table td {
	color: #00999D;
	width: 105px;
}
table a {
	text-decoration: none;
	color: #330033;
}
table a:hover {
	color: #BB00BB;
}
table a:active {
	color: #BB00BB;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#deel1 {
	background-color: #CCFF00;
	float: left;
	height: 50px;
	width: 190px;
}
#deel3 {
	background-color: #CCFF00;
	width: auto;
	height: 50px;
	margin-left: 753px;
}

