@charset "utf-8";


/* Algemeen*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#382828;
	margin:0;
	padding:0;
}
h1 {
	font-size:18px;
	margin-top:0;
	margin-bottom:18px;
	color:#b02229;
}
h3 {
	font-size:14px;
	margin-top:0;
	margin-bottom:18px;
	color:#b02229;
}
ul {
	list-style:none;
	margin-left:0;
}
li {
	padding-left:21px;
	margin-bottom:10px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
}
#container {
	width:792px;
	margin:auto;
}
#header {
	height:118px;
	width:100%;
	background-image:url(../img/logo.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:right;
}
#subheader {
	height:123px;
	background-image:url(../img/bg_subheader.gif);
	background-color:#d3d6d4;
	background-position:top left;
	background-repeat:no-repeat;
}
#main {
	width:100%;
	background-image:url(../img/bg_kol.gif);
	background-repeat:repeat-y;
	padding-bottom:4px;
}
#footer {
	height:44px;
	padding-top:27px;
	width:100%;
	background-image:url(../img/bg_footer.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
	color:#7e6f66;
}
#bgtopcontent {
	height:28px;
	width:100%;
	background-image:url(../img/kol_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


/* Navigatie*/
.tab_tekst {
	line-height:normal;
	padding-right:10px;
}
.tab_tekst a {
	color:#FFF;
	text-decoration:none;
}
.tab_tekst a:hover{
	color:#FFF;
	text-decoration: underline;
}
.tab_tekst a:visited{
	color:#FFF;
	text-decoration: none;
}
.taalkeuze {
	height:50px;
	line-height:20px;
}
.taallink {
	color:#7e6f66;
	text-decoration:none;
}
.taallink_active {
	color:#b02229;
	text-decoration:none;
}
.taallink_active:hover, .taallink:hover {
	text-decoration:underline;
}
/* Header*/
.subheader_tekst {
	font-size:21px;
	line-height:24px;
	color:#b02229;
	padding-top:36px;
	padding-left:240px;
	font-style:oblique;
	font-weight:700;
}
.menu {
	height:68px;
}
.tab {
	height:68px;
	width:120px;
	background-image:url(../img/bg_tab.gif);
	background-repeat:no-repeat;
	background-position:right top;
	float:right;
	text-align:right;
	font-size:12px;
	font-weight:700;
	color:#FFF;
	vertical-align:bottom;
	line-height:25px;
}
.tab_inner {
	margin-bottom:17px;
	height:61px;
	width:112px;
	cursor:pointer;
}


/* Content*/
.content {
	width:384px;
	margin-left:24px;
	float:left;
}
.formulier {
	width:297px;
	margin-left:60px;
	float:left;
}
.bijschrift {
	font-size:10px;
}


/* Formulier*/
form {
	display:block;
	margin-top:20px;
	margin-bottom:15px;
}
.labels {
	display:block;
	height:30px;
}
.labels2 {
	display:block;
	height:80px;
}
input {
	width:204px;
	border:solid;
	border-color:#b02229;
	border-width:1px;
	margin:0;
}
select, option{
	width:204px;
	border:solid;
	border-color:#b02229;
	border-width:1px;
	margin:0;
}
textarea {
	width:204px;
	height:80px;
	border:solid;
	border-color:#b02229;
	border-width:1px;
	margin:0;
}
.fl_label {
	width:91px;
	float:left;
	color:#b02229;
	font-weight:700;
	display:inline;
}
.fl_input {
	width:206px;
	float:left;
}
.bttn {
	height:41px;
	width:129px;
	border:none;
	background-image:url(../img/bg_button.gif);
	font-size:12px;
	font-weight:700;
	color:#FFF;
}
.radioknop {
	border:none;
	width:15px;
	vertical-align:top;
	margin-top:0;
}
a, a:visited, .rood {
	color:#b02229;
}

