@CHARSET "UTF-8";

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 50px;
}

label {
	float: left;
	width: 150px;
	font-weight: bold;
}

input, select {
	margin-bottom: 3px;
}

#Klok {
    font-size: 800%;
	font-family:'Verdana';
	position:absolute;
	bottom:0;
	right:0;
	padding:25px;
}

#logo:before {
   content:url(logo.jpg);
   	position:absolute;
	top:0;
	right:0;
	padding:25px;
}

.button {
	font-size: 2em;
}

.left {
	margin-left: 150px;
}

.txtFormLegend {
	color: #777777;
	font-weight: bold;
	font-size: large;
}

.txtSmall {
	color: #999999;
	font-size: smaller;
}

.smaller {
	font-size: smaller;
}

.hidden {
	display: none;
}

.error {
	display: block;
	margin-left: 100px;
	color: #ff0000;
}

.gecentreerd {
	text-align: center;
}

.voetnoot {
	text-align: right; 
	font-style: italic; 
	font-size: smaller;
}

th, td {
	border: 1px solid #999999;
	text-align: center;
	vertical-align: center;
	padding: 5px;
}
table {
	border: 1px solid #999999;
	border-collapse: collapse;
	empty-cells: show; 
	margin-left:0%; 
	margin-right:0%;
}

/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

/*#popup { color: #000; background-color: #c0c0c0; }*/

#popup a, #popup a:visited {
	position: relative;
	text-decoration: none;
	color: #000000;
	/*display: block;
	width: 130px;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #666;
	font-size: 1em;
	font-weight: bold;*/
}

#popup a span {
	display: none;
}

#popup a:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
#popup a:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 150x;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}
