 body, html {
	height: 100%;
}

body {
	background-color: #D6D6D6;
	/*background-image: url("../images/bg_body.gif");*/
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}

a:link,
a:visited,
a:active {
	color: #D9252E;
	text-decoration: underline;
}

a:hover {
	color: #656565;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
}

.h1Container {
	background-color: #D9252E;
	padding: 10px 0px 10px 13px;
}


h2 {
	color: #D9252E;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

img {
	border: 0;
}

input, select, textarea {
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #2f2f2f;
}

table {
	width: 100%;
}

th {
	text-align: left;
	font-weight: normal;
	background-color: #334A9A;
	height: 23px;
}

th, th a {
	color: #fff !important;
}

th, td {
	padding: 0 0 0 12px;
}

/*****************************
Layout divjes
******************************/

/* De hoofd div waarin de hele site zit */
#mainContainer {
	position: relative;
	width: 770px;
	margin: auto;
	background-image: url("../images/bg_mainContainer.gif");
	background-repeat: repeat-y;
	min-height: 100%;
	_height: 100%; /* hack voor IE: min-heigt werkt niet in IE */
}

#top {
	width: 770px;
	height: 20px;
}

#header {
	width: 770px;
	height: 80px;
}

/* In de div "middle" zitten "menu" en "content" */
#middle {
	width: 770px;
}

#menu {
	float: left;
	width: 169px; /* de width is geen 170 omdat het grijze stippellijntje van de bg zichtbaar moet zijn */
	margin-right: 1px; /* width 169px + margin 1px = 170px */
}

#content {
	float: left;
	width: 560px; /* 600 - 2*20*/
	min-height: 200px; /* ervoor zorgen dat het content gedeelte nooit korter is als het menu */
	padding: 20px;
	background-color: #000;
}

/*****************************
Menu
******************************/

#search {
}

#searchInDiv {
	padding: 20px 9px 0 10px;
	font-weight: bold;
}

#keywordDiv {
	border-bottom: 1px solid #fff;
	padding: 0 9px 5px 10px;
}

#keyword {
	width: 100px; /* 106px; */
	height: 14px; /* 20px; */
	padding: 1px 0 1px 2px;
	margin-right: 2px;
}

#rubriekDiv{
	border-bottom: 1px solid #fff;
	background-color: #D9252E;
	padding: 5px 9px 5px 10px;
}

#rubriek {
	width: 106px;
	margin-right: 2px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 10px;
}

#menu a:hover {
	color: #000;
}

.menuSelected {
	background-color: #E98488;
	color: #000100 !important;
}

/*****************************
Content
******************************/

/* de grote knoppen op de homepage */
#content .flashButton {
	float: left;
	margin: 0 0 10px 0;
	width: 275px;
	height: 40px;
}

/* een aantal stylen voor tabellen */
.tableList .addborder td,
.tableInfo .tr0 td {
	border-bottom: 1px solid #8b8b8b;
}

.tableList .trRow

.tableList th {
	height: 23px;
}

.tableList td {
	padding: 4px 4px 4px 12px;
}

.tableList th {
	font-weight: bold;
}

.tableList a, .tableList a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

/* wisselende achtergrondkleur */
.tr0 {
	background-color: #000;
}

.tr1 {
	background-color: #1A1A1A;
}

.trMouseOver {
	background-color: #D9252E;
	cursor: pointer;
}

.trMouseOver td, .trMouseOver td a {
	color: #fff !important;
}

/* accenten voor bedrijven die extra doekoes hebben betaald */
.trBasic {
	background-color: #ffcc00;
}

.trExtra {
	background-color: #D9252E;
}

.trExtra td {
	padding: 8px 0 8px 12px;
}

.trPagina {
	background-color: #ff5400;
}

.trPagina td {
	padding: 13px 0 13px 12px;
}

/* tabellen met teksten */
.trContent td {
	padding-top: 18px;
}

.tableInfo .tr0 td {
	vertical-align: top;
	padding: 5px 0 5px 12px;
}

.tableInfo .tr0 b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* blader knoppen/getalletjes */
.tableNav {
	margin: 12px 0 0 0;
}

/* onderaan de pagina staat een link naar de vorige pagina en een printericoontje */
#contentFooter {
	margin: 20px 0 0 0;
	padding: 5px 0 0 12px;
	border: 1px solid #cdcdcd;
	border-left: none;
	border-right: none;
	height: 18px;
}

#printIcon {
	background-color: #D9252E;
}

/* linkjes naar informatieteksten */
#accentContainer {
	border: 1px solid #8b8b8b;
	border-left: none;
	border-right: none;
	background-color: #000;
	padding: 12px;
	margin: 36px 0 12px 0;
}

/* plaatje in content */
.imgContent {
	margin: 0 0 0 5px;
}

/* foutmeldingen (in FormHandler) */
.accent, .error {
	color: #D9252E;
}

/* clearer divje (voor FireFox) */
.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#contactForm table {
	width: 550px;
}

#contactForm td {
	padding: 0 12px 2px 0;
}

#contactForm input, #contactForm textarea {
	width: 200px;
}

.radio {
	width: 20px !important;
}

.submit {
	width: 100px !important;
}

.subrubrieken {
	font-size: 10px;
}

.keurmerkGroot {
    float: right;
    display: block;
    width: 28%;
    margin-right: 2%;
    text-align: right;
    padding-bottom: 3px;
}

.keurmerkGroot img {
    margin-left: 3px;
}

.withLabels {
    height: 32px;
}