@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	color: #333333;
}
#boven {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #666666;
	white-space: nowrap;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	letter-spacing: 10px;
	font-weight: normal;
	text-transform: none;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	width: 300px;
	margin-left: 300px;
	padding: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
	color: #666666;
	font-size: 24px;
}
#linker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	width: 240px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}
#foto {
	position:absolute;
	left:688px;
	top:108px;
	width:238px;
	height:219px;
	z-index:1;
	visibility: visible;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
#clear {
	clear: left;
}

