html, body {
    height: 100%;
}

body {
 	background-color: #3A4A63;
	background-image: url(../body-back.gif);
	background-repeat: repeat-y;
	font-family: "Century Gothic", Arial, Helvetica;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
a {
	color: #FFFFFF;
	border: none;
}
a:hover {
	color: red;
}
#logoDiv {
	position: absolute;
	left: 0px;
	top: 0px;
}
#kop {
	position: absolute;
	left: 0px;
	top: 0px;
}
#container {
	position: relative;
	min-height: 100%;
}
#kopoffset {
	position: relative;
	width: 0px;
	height: 100px;
}
#mainDiv {
	position: relative;
	width: 455px;
	left: 370px;
	padding-bottom: 60px;
}
#copyright {
	font-size: 12px;
	color: #394963;
	text-align: center;
	position: absolute;
	bottom: 2px;
 	left: 370px;
	width: 455px;
	z-index: 9;
}
#contactDiv {
	position: absolute;
	top: 11px;
	left: 707px;
	text-align: right;
}
#navDiv {
	position: absolute;
	left: 20px;
	top: 240px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu {
	width: 350px;
	color: #D9E6F0;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
font-weight: bold;
}
#menu dd {
}
#menu li {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
}
#menu dt a {
	text-decoration: none;
	color: #D9E6F0;
}
#menu li a{
	text-decoration: none;
	color: #D9E6F0;
}
#menu dt a:hover {
	text-decoration: none;
	color: #D9E6F0;
}
#menu li a:hover {
	text-decoration: underline;
	color: #D9E6F0;
}
#clockDiv {
	position: absolute;
	top: 80%;
	left: 760px;
}
h1 {
	font-size: 18px;
	font-style: italic;
}
form td {
	padding: 3px;
	vertical-align: top;
}
.mediumInput {
	width: 180px;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #394963;
	font-weight: bold;
}
.button {
	font-weight: bold;
	color: #394963;
	background-color: #FFFFFF;
	border: 1px solid #394963;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 15px;
}
.rightImg {
	background-color: #FFFFFF;
	padding: 4px;
	float: right;
	border: 1px solid #394963;
	margin-left: 5px;
	margin-bottom: 5px;
}
.smallItalic {
	font-size: 12px;
	font-style: italic;
}
#invisible {
	display: none;
}

.rood {
	color: red;
}

hr {
	color: white; height: 1px;
}