
<!--

html, body {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

#uber {
	position: absolute;
	width: 100%;
	border: 0px solid blue;
	background: #FFF;
}

#top {
	border: 0px solid green;
	height: 174px;
	position: relative;
	top: 0px;
	left: 0px;
	background: #1E1C05;
}

#top h1 {
	height: 174px;
	background-image: url(../images/headers/top_3.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

-->


<!--

#top h1 span {
	display: none;
}

#menu {
	border: 0px solid red;
	height: 22px;
	background: #004A78;
	position: relative;
	top: 0px;
	color: #FFF;
	font-size: 10pt;
	text-align: left;
	padding-top: 0px;
	z-index:300;
}


#content2 {
	position: relative;
	left: 0px;
	border: 1px solid #CCC;
	background: white;
	height: auto;
	width: auto;
	min-width: 200px;
	margin: 5px 410px 5px 10px;
	margin-left: 0px;
	padding: 10px;
}

#right2 {
	border: 0px solid black;
	background: white;
	position: absolute;
	right: 0px;
	top: 200px;
	height: 400px;
	width: 397px;
	float: right;
	background-image: url(../images/backgrounds/bg_right_3.jpg);
}


/* teksten */

#right2 p {
	font-size: 8pt;
	padding-left: 200px;
}


/* links */

#right2 a {
	color: #00497B;
	text-decoration: none;
}

#right2 a:hover {
	color: #00497B;
}

#content2 a {
	color: #004A78;
	text-decoration: none;
}

#content2 a:hover {
	color: #CE006D;
	text-decoration: underline;
}

strong {
	color : #00497B;
}

-->
