@charset "utf-8";
html, body {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
hr {
	margin-right: 3em;
	margin-left: 3em;
}



#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	height: 115px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 75px;
	font-style: italic;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#header #flash {
	padding-left: 42.5px;
	padding-top: 28px;
}
#navigation {
	height: 110px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}
#navigation a {
	color: #000000;
	text-decoration: none;
}

#navigation a:hover {
	color: #0000FF;
}
#navigation #navi_tbl {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


#content  {
	min-height: 225px;
	padding: 1em;
	font-size: 0.8em;
	text-align: center;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
#content form {

}

#content  a  {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #0000FF;
	text-decoration: none;
}

#content table {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content table th {
	text-align: left;
}
#content table td {
	text-align: left;
}
#content #opties {
	width: 90%;
	line-height: 1.3em;
}

#content #resultaten {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content #resultaten th {
	line-height: 2em;
}

#content #resultaten td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#content #resultaten #midden {
	text-align: center;
}
#content #resultaten tr:hover {
	background-color: #333333;
	color: #FFFFFF;
}
#content  #resultaten  #th_re:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#content  #contact_nl_1 td {
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}
#content  #contact_nl_2 td {
	padding-top: 0.1em;
	padding-right: .3em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}
#content  #contact_nl_3 td {
	padding-top: 0.1em;
	padding-right: .3em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}
#content #redirection {
	width: 90%;
}

#footer {
	height: 50px;
	text-align: center;
	font-size: 0.6em;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	color: #0000FF;
}
#content h3 {
	text-align: center;
}
#bestel {
	display: block;
	background-image: url(../images/bestel_rollover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 90px;
}
#bestel:hover {
	background-position: 0px -30px;
}
#bestel span {
	display: none;
}
#bezet {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#controle_btn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/controleer_rollover.png);
	height: 30px;
	width: 120px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #FFFFFF;
}
#controle_btn:hover {
	background-image: url(../images/controleer_rollover.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#verstuur_btn {
	background-image: url(../images/verstuur_rollover.png);
	height: 30px;
	width: 103px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#verstuur_btn:hover {
	background-image: url(../images/verstuur_rollover.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}



.contact_th {
	font-size: 1.5em;
	line-height: 3em;
	text-align: left;
}
.error {
	font-weight: bold;
	color: #CC0000;
	line-height: 2em;
	font-size: 0.8em;
}
.succes {
	font-size: 0.8em;
	line-height: 2em;
	font-weight: bold;
	color: #00FF00;
}
