@charset "utf-8";
#logo {
	position:absolute;
	left:50%;
	width:332px;
	margin-left:-167px;
	top:20px;
	height:162px;
	z-index:1;
	visibility: visible;
}

#adres {
	position:absolute;
	left:50%;
	width:500px;
	margin-left:-250px;
	top:100%;
	margin-top:-100px;
	height:120px;
	z-index:2;
	visibility: visible;
}
#bodyframe {
	position:absolute;
	left:50%;
	width:800px;
	margin-left:-400px;
	top:230px;
	z-index:3;
	visibility: visible;
	overflow: auto;
	min-height: 300px;
}




body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	margin: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	font-size: 17px;
	color: #666666;
	margin: 0px;
}
.klein {
	font-size: 11px;
}

a.content {
	font-size: 15px;
	color: #666666;
	margin: 0px;
	background-color: #F1E4F8;
}

.paars {
	color:#4A63AE;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4A63AE;
	background-image:url(/images/knop.jpg);
	text-decoration: none;
	border: 1px solid #4A63AE;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image:url("/images/knop_neer.jpg");
	text-decoration: none;
}
.clicked {
	font-weight: bold;
	color: #4A63AE;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #4A63AE;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
