/* Algemeen */

body {
	background: #f4f4f4 url('images/bg.gif') top center repeat-y;
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana, Tahoma, Arial,sans-serif;
}

table {
	width: 100%;
}

.menu td {
	background: url('images/button.gif') center no-repeat;
	font-family: Arial;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	width: 20%;
}

.menu td a {
	text-decoration: none;
	color: #ffffff;
}

.menu td a:hover {
	text-decoration: underline;
	color: #ffffff;
}
	
h3 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	text-decoration: underline;
	font-weight: bold;
	color: #A40605;
}

h4 a {
	text-decoration: underline;
	color: #A40605;
}

h4 a:hover {
	text-decoration: none;
	color: #A40605;
}

h5 {
	margin: 0 0 -10px 0;
	font-size: 1.2em;
	text-decoration: underline;
	color: #A40605;
}

a {
	text-decoration: none;
	color: #286ea0;
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
}

.block a {
    color: white; 
}

img {
	border: 0px;
}


/* Container */

.container {
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 15px;
	color: #303030;
	width: 875px;
}


/* Menu links met adres */

.left {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	width: 150px;
}

.bedrijf {
	font-size: 14pt;
}

.subkop {
	font-size: 10px;
	font-weight: bold;
	color: #A40605;
}

.adres {
	font-size: 86%;
}

.adres a {
	color: #303030;
}


/* Content */

.content {
	background-position: 10px 0px;
	margin: 0 10px 20px 160px;
	border-left: 1px solid #A80002;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}


.content h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}

.contact_left {
	float: left;
	display: block;
	width: 40%;
	height: 375px;
}

.contact_right {
	float: right;
	display: block;
	width: 59%;
	height: 375px;
}

.contact_overig {
	width: 100%;
}

.float_right {
	float: right;
	display: block;
	padding-top: 10px;
	padding-left: 11px;
	padding-bottom: 11px;
}

.float_left {
	float: left;
	display: block;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 11px;
}

.organisatie_tabel td {
	text-align: center;
	width: 25%;
}


label {
	float: left;
	display: block;
	text-align: left;
	margin-bottom: 5px;
	width: 25%;
}

.input {
	margin-bottom: 5px;
}

.radio {
	margin: 0 0 5px 25%;
}

.submit {
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 25%;
}



/* Footer */

.footer {
	clear: both;
	border-top: 4px solid #f0f0f0;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	text-align: center;
	font-size: 0.9em;
	color: #808080;
	width: 760px;
}




/* Overig */

.center {
	text-align: center;
}
