* {
	margin: 0; 
	z-index: 0;
} 

html, body {
	height:100%;
}

body {
	background:#c0c0c0;
	font:normal 12px Arial, Helvetica, sans-serif;
	position:absolute;
	left:50%;
	margin-left:-450px;

}

img {
	border: 0px;
}

ul {
	list-style:disc;
	margin:0px 0px 0px 15px;
}

a	{
	color: #0079a8;
	text-decoration: underline;
}

a:visited 	{
	color: #0079a8;
}

a:hover {
	color: #0079a8; 
	text-decoration:none
}

h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main {
	width: 900px;
	min-height: 100%;
}

.header {
	height: 88px;
	background: #004369 url(../images/site/background-top.gif) 0 0 repeat-x;
}

.header .logo {
	float: left;
}

.header .topmenu {
	color: #ffffff;
	float: right;
	margin-right: 15px;
	margin-top: 35px;
}

.header .topmenu a {
	color: #ffffff;
	text-decoration: none;
}

.header .topmenu a:hover {
	text-decoration: underline;
}

.content {
	height: auto;
	min-height: 500px;
	background: #ffffff;
	padding: 10px;
}

.content .inhoud {
}

.content .inhoud .center {
	text-align: center;
}

.footer {
	height: 25px;
	background: #004369;
	color: #ffffff;
	font-size: 10px;
}

.footer .text {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

.footer .links a, .footer .links a:hover, .footer .links a:visited {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

/* form */
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea, #contact-area select {
	padding: 5px;
	width: 471px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area select {
	width: 485px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus, #contact-area select:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.1em;
}

table.border {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #004369;
	border-collapse: separate;
	background-color: white;
}

table.border td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #004369;
	background-color: white;
	padding: 4px;
	margin: 4px;
}

