/* Algemene dingen */

body {
	background-image: url("images/bg.jpg");
    margin-left: 0px;
    font-family: Arial;
}


h1, h2, h3, h4, h5, h6 {
	color: #093A80;
}

h3 {
	margin-top: 0px;
}

h5 {
	margin-bottom: -10px;
	color: #093A80;
}

table {
	border: 0px;
	width: 100%;
}

td {
	vertical-align: top;
	font-size: 10pt;
}

img {
	border: 0px;
}


label {
	float: left;
	display: block;
	text-align: left;
	width: 25%;
}

.label {
	margin-left: 25%;
}



/* Container */

.container {
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}



/* Menu bovenaan */

.top_menu {
	padding-bottom: 5px;
	border-bottom: 5px solid #333333;	
	font-size: 14pt;
	text-align: right;
	color: #093A80;
	width: 900px;
}

.top_menu a {
	text-decoration: none;
	color: #093A80;
}

.top_menu a:hover {
	text-decoration: underline;
}



/* Banner */

.banner {
	background-image: url('images/banner2.jpg');
	border-bottom: solid 3px #333333;
	border-left: solid 1px #777777;
	border-right: solid 1px #777777;
	text-align: left;
	width: 898px;
	height: 150px;
}

.banner img {
	margin-top: 134px;
	margin-left: 3px;
	border: solid 1px #ffffff;
}



/* Content */

.content {
	clear: both;
	background-image: url('images/content_bg.jpg');
	border-left: solid 1px #777777;
	border-right: solid 1px #777777;
	margin: 0 auto;
	text-align: center;
	width: 898px;
}



/* Content links */

.content_left {
	float: left;
	display: block;
	background-color: #F5F5F5;
	padding-left: 20px;
	padding-top: 15px;
	text-align: center;
	width: 22%;
	height: auto;
}

.content_left img {
	margin-left: -20px;
}

.adres {
	font-size: 8pt;
}

.bottom {
	float: left;
	display: block;
	margin-left: 59px;
	margin-top: -60px;
	vertical-align: bottom;
	text-align: left;
	height: 100%;
	width: 23%;
}



/* Content rechts */

.content_right {
	float: right;
	background-color: #F5F5F5;
	padding-top: 15px;
	padding-left: 18px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: justify;	
	font-size: 13px;		
	font-family: verdana;
	width: 71%;
	height: 100%;
	line-height: 125%;
}

.td_20 {
	width: 20%;
}

.td_80 {
	width: 80%;
}

.datum {
	color: #093A80;
}

.subkop {
	font-weight: bold;
	color: #093A80;
}

.leesmeer {
	text-align: right;
	text-decoration: underline;
	color: #000000;
}

.leesmeerN {
	color: #000000;
}

.leesmeer a {
	text-decoration: underline;
	color: #000000;
}

.leesmeer a:hover {
	text-decoration: none;
}

.leesmeer a:visited {
	text-decoration: none;
}



/* Footer */

.footer {
	clear: both;
	border-top: 3px solid #777777;
	padding-top: 10px;
	text-align: left;
	width: 900px;
}

.footer_menu {
	font-size: 12pt;
}

.footer_menu a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
}

.footer_menu a:hover {
	text-decoration: underline;
}

.footer_copy {
	font-size: 10pt;
}



/* Overig */

.firefox {
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	margin-top: -5px;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: -4px;
	margin-bottom: 25px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color: #FFE400;
}
