body {
	margin: 0;
	margin-left: 80px;
	margin-right: 80px;
	padding: 0;
	text-align: left;
	color: #000080;
	font-family: Century Gothic;
	font-size: 10pt;
	background-image: url("kaart.jpg");
}

#header {
	background-color: #84CEEF;
	background-repeat:  repeat-x;
	width: 85%;
	height: 120px;
	border: 1px solid #194670;
	margin: 20px auto;
	text-align: center;
	
}

#container {
	width: 85%;
	text-align: left;
	margin: 0 auto;
}

#content {
	margin-left: 100px;
	background-color: transparent;
	border: 0px solid #194670;
	text-align: left;
}

#menu {
	position: relative;
	background-color: #F2FBFF;
	float: left;
	width: 150px;
	border: 1px solid #194670;
	text-align: left;
}

#footer {
	margin-left: 170px;
	background-color: #F2FBFF;
	border: 1px solid #194670;
	text-align: center;
	font-size: 10px;
}

.clear {
	clear: both;
}

h1 {
	color: #CC0000;
	text-align: center;
	font-size: 18pt;
	font-family: Century Gothic;
}

h2 {
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	color: #CC0000;
}

h3 {
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	color: #CC0000;
}



p, h1, h2, form {
	padding: 0;
}

.roodbold {
	color: #CC0000;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 0 15px;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
	font-weight: bold;
}

a {
	color:#CC0000; 
	background:transparent; 
}

a:visited {
	color:#990099; 
	background:transparent; 
}


a:active {
	color:#CC0000; 
	background:transparent; 
}

a:hover {
	color:#CC0000; 
	background:#FFCC00; 
	text-decoration: overline underline;
}

#footer a {
	text-decoration: none;
	color: Black;
}

#footer a:hover {
	text-decoration: none;
	color: Black;
}

#menu p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.rechts {
	float: right;
}

ol {
	list-style: decimal;
}

input {
	border: 1px solid #194670;
	background-color: #FDF6E9;
}

textarea {
	border: 1px solid #194670;
	background-color: #FDF6E9;
}

.rood {
	color: red;
}

.bold {
	font-weight: bold;
}
.tabel-1 {
	border-width: 1px; 
	font-family: Century Gothic; 
	font-size: 10pt; 
	color: #000080; 
}
.layer {
	border: 1px solid #000080;
	padding-left:4px; 
	padding-right:4px; 
	padding-top:20px; 
	padding-bottom:20px;
	background-color: #FFFFFF; 
	font-family: Century Gothic; 
	font-size: 10pt; 
}
.tabel-rood {
	border-width:1px; 
	border-left-color: #CC0000;
	border-top-color: #CC0000; 
	border-right-color: #CC0000; 
	border-bottom-color: #CC0000;
	background-color: #CC0000;
	padding: 0px;
	border-spacing: 0px;
	font-family: Century Gothic; 
	font-size: 10pt; 
	color: #FFFFFF; 
	font-weight: bold;
}