* {
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%;
	background-color: #000000;
}
.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

#container {
	min-height: 600px;
	_height: 600px;
	width: 1000px;
	margin: auto;
}

#header {
	width: 1000px;
	height: 147px;
	background-image: url(../images/site/InternetXP_01.png);
	background-repeat: no-repeat;
}
    #header p {
	font-family: "Courier New", Courier, monospace;
	font-size: 44px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 100px;
	padding-top: 80px;
	}
	
#links {
	width: 600px;
	height: 453px;
	float: left;
	background-image: url(../images/site/InternetXP_02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
    #links p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin-left: 105px;
	margin-right: 50px;
	line-height: normal;
	margin-bottom: 12px;
    }
#rechts {
	width: 400px;
	height: 453px;
	float: right;
	background-image: url(../images/site/InternetXP_02.png);
	background-repeat: no-repeat;
	background-position: right top;
}
    #rechts p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin-left: 50px;
	margin-right: 75px;
	line-height: normal;
	margin-bottom: 12px;
    }


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
	margin-left: 105px;
	margin-bottom: 0px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 18px;
	margin-left: 50px;
	margin-bottom: 12px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
	margin-left: 105px;
	margin-bottom: 0px;
}
.vandale {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bolder;
	line-height: normal;
	margin-left: 12px;
	margin-right: 8px;
}
ul {
	margin-left: 50px;
}
a:link, a:visited       {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:active,a:hover     {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
 }
 li {
 	color: #406f9d;
}
