body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 71%;
	text-align: center;
	background: #ffffff;
/*	background: #f0f0f0;*/
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration:none;
	color:#555555;
}

a:hover {
	text-decoration:underline;
}

.holder {
	margin: auto;
	text-align: left;
	width: 800px;
	height: 100%;
	top: 0px;
	position: relative;
}

#maintitle {
	margin-bottom: 5px;
	padding-top: 20px;
	padding-left: 75px;
	padding-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
}

#maintitle, #subtitle, #copyright {
	background-color: #993300;
	color: #ffffff;
}

#maintitle a, #subtitle a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#gegevens {
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	height: 70px;
}

#gegevens {
	color: #555555;
}

#gegevens .adres {
	float: left;
	padding-left: 75px;
}

#gegevens .telefoon {
	float: right;
	padding-right: 75px;
}

#subtitle {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 75px;
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: bold;
}

#content {
	float: left;
	width: 600px;
	padding-top: 30px;
	margin-right: 0px;
	margin-left: 55px;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
	border: 0px;
}

#content h2 {
	margin: 0px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-style: italic;
	letter-spacing: 3px;
	color: #993300;
	padding: 7px 0px 5px 20px;
}

#content h3 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
}

#content p {
    margin: 10px 0px;
    padding: 0px;    
}

#content .contentbox {
	border-top: 1px solid #CCCCCC;
	padding: 5px 20px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #333333;
	margin-bottom: 20px;
}

#menu {
	float: right;
	width: 100px;
	padding-top: 40px;
	margin-right: 0px;
	margin-left: 10px;
}

#copyright {
	clear: both;
	padding: 4px 0px 8px 75px;
}



#footer {
	clear: both;
	padding: 4px 0px 50px 25px;
	margin: 0px;
}

.footer li {
	list-style-type: none;
	float: left;
	border-left: #d5d5d5 1px solid;
}

.footer li.noborder {
	border-left-width: 0px;
}

.footer li a {
	color: #555555; 
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

.footer li a:hover {
	color: #999999; 
}

.footer .active {
	color: #999999;
}

