/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

/* OVERIGE STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	background-color: #D98D00;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

a,
a:link,
a:active,
a:visited,
a:hover {
	text-decoration: underline;
	color: #6A441E;
}

a:hover {
	text-decoration: underline;
}

a.anderbedrag,
a.anderbedrag:link,
a.anderbedrag:active,
a.anderbedrag:visited,
a.anderbedrag:hover {
	color: #E20A16;
}

h1 {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #396C29;
}

p {
	margin-bottom: 25px;
}

ul,
ol {
	padding-left: 30px;
	margin-bottom: 25px;
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul li ul,
ol li ol {
	padding-left: 0;
	margin-left: 25px;
	margin-bottom: 0;
}

img.left {
	border: none;
	float: left;
	margin: 5px;
	margin-left: 0px;
}

img.right {
	border: none;
	float: right;
	margin: 5px;
	margin-right: 0px;
}

form {
}

label {
	float: left;
	width: 125px;
}

input {
	border: 1px solid #717171;
	height: 14px;
	width: 240px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
	
button {
	width: auto;
	margin-left: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #717171;
}

input.radio,
input.check {
	border: none;
	height: auto;
	width: auto;
}

input.error {
	background-color: #CCCCCC;
}

input.straat {
	width: 198px;
}

input.huisnummer {
	width: 35px;
	margin-left: 5px;
}

input.postcode {
	width: 60px;
}

input.plaats {
	width: 173px;
	margin-left: 5px;
}

input.bedrag {
	width: 75px;
}

textarea {
	border: 1px solid #717171;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 236px;
	height: 96px;
	padding: 2px;
	color: #000000;
}

select {
	margin-bottom: 5px;
}

textarea.error {
	background-color: #CCCCCC;
}

span.error {
	font-weight: bold;
	color: #E10A16;
	/*position: absolute;
	top: 19px;*/
	margin-left: 125px;
	margin-bottom: 5px;
}

span.noFloat {
	margin-left: 0;
}

span.errorRadio,
span.errorCheck {
	font-weight: bold;
	color: #E10A16;
	/*position: absolute;
	top: 19px;
	margin-left: 244px;*/
}

/* CONTAINER */
#container {
	display: block;
	width: 937px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	padding: 0 8px 0 7px;
}

/* CONTAINER > HEADER */
#header {
	display: block;
	width: 100%;
	height: 220px;
	position: relative;
}

/* CONTAINER > HEADER > HEADERIMAGE > DIV */
#headerImage div {
	position: absolute;
	top: 0;
	left: 0;
}

/* CONTAINER > HEADER > LOGO */
#logo {
	display: block;
	position:absolute;
	top: 15px;
	left: 25px;
	width: 176px;
	height: 181px;
}

/* CONTAINER > HEADER > SERVICE */
#service {
	display: block;
	position: absolute;
	top: 0;
	right: 27px;
	background-image: url(../images/bg_service.png);
	background-repeat: no-repeat;
	width: 231px;
	height: 17px;
	padding: 6px 10px;
}

#service form {
}

#service form img {
	position: absolute;
	top: 7px;
}

#service form img.nl {
	left: 10px;
}

#service form img.uk {
	left: 33px;
}

#service form input {
	width: 147px;
	height: 13px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	position: absolute;
	top: 5px;
	left: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 10px;
}

#service form input.submit {
	width: 16px;
	height: 16px;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 4px;
	left: 211px;
}

/* CONTAINER > BODY */
#body {
	display: block;
	width: 100%;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	margin-top: 7px;
}

/* CONTAINER > BODY > MENU */
#menu {
	display: block;
	width: 184px;
	float: left;
	clear: right;
	padding: 20px 15px 0;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}

#menu ul {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	vertical-align: middle;
	list-style-type: none;
	padding: 0;
}

#menu ul li {
	background-image: url(../images/bg_menuitem.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu ul li a,
#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited,
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
}

#menu ul li a.active,
#menu ul li a:hover {
	background-image: url(../images/bg_menu_item_active.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

#menu ul li ul {
	margin-left: 10px;
	text-transform: none;
	margin-bottom: 0;
	list-style-type: none;
	padding: 0;
	font-weight: normal;
}

#menu ul li ul li {
	border: none;
	background-position: 15px bottom;
}

#menu ul li ul li a:hover,
#menu ul li ul li a.active {
	background-image: none;
}

#menu ul li ul li ul {
	margin-left: 30px;
}

/* CONTAINER > BODY > CONTENT */
#content {
	display: block;
	width: 396px;
	float: left;
	clear: right;
	padding: 0 20px;
	position: relative;
}

/* CONTAINER > BODY > CONTENT > TAF */
#taf {
	display: block;
	width: 100px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 20px;
	text-align: right;
	font-size: 10px;
	color: #6A441E;
	line-height: 16px;
	vertical-align: middle;
}

#taf img {
	vertical-align: text-bottom;
}

#taf a,
#taf a:link,
#taf a:visited,
#taf a:active,
#taf a:hover {
	color: #6A441E;
	text-decoration: none;
}

#taf a:hover {
	text-decoration: underline;
}

/* CONTAINER > BODY > CONTENT > KRUIMELSPOOR */
#kruimelspoor {
	padding-right: 110px;
	padding-bottom: 15px;
	color: #6A441E;
	font-size: 10px;
}

#kruimelspoor h4 {
	display: none;
}

#kruimelspoor a,
#kruimelspoor a:link,
#kruimelspoor a:visited,
#kruimelspoor a:active,
#kruimelspoor a:hover {
	color: #6A441E;
	text-decoration: underline;
}

#kruimelspoor a:hover {
	text-decoration: underline;
}

#kruimelspoor a.actief,
#kruimelspoor a.actief:link,
#kruimelspoor a.actief:visited,
#kruimelspoor a.actief:active,
#kruimelspoor a.actief:hover {
	color: #6A441E;
	text-decoration: none;
}

#kruimelspoor a.actief:hover {
	text-decoration: underline;
}

/* CONTAINER > BODY > WIDGETS */
#widgets {
	display: block;
	width: 251px;
	float: left;
	clear: right;
	padding: 20px 18px 0;
	background-image: url(../images/bg_widgets.jpg);
	background-repeat: repeat-x;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	color: #FFFFFF;
}

#widgets div h3 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 8px;
}

#widgets #news {
	font-size: 11px;
}

#widgets #news ul {
	margin-bottom: 0;
	list-style-type: none;
	padding: 0;
}

#widgets #news ul li {
	margin-bottom: 8px;
}

#widgets #news ul li span.date {
	background-image: url(../images/icon_kalender.gif);
	background-repeat: no-repeat;
	color: #FFA600;
	font-weight: bold;
	padding-left: 20px;
}

#widgets #news ul li h2 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#widgets #news ul li h2 a,
#widgets #news ul li h2 a:link,
#widgets #news ul li h2 a:visited,
#widgets #news ul li h2 a:active,
#widgets #news ul li h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#widgets #news ul li h2 a:hover {
	text-decoration: underline;
}

#widgets #helpus {
}

#widgets #helpus img {
	margin-bottom: 8px;
}

#widgets #newsletter {
	font-size: 11px;
}

#widgets #newsletter p {
	margin-bottom: 0;
}

#widgets #newsletter div.form {
	position: relative;
	height: 50px;
}

#widgets #newsletter div.form form input {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 170px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 3px;
	padding-left: 2px;
}

#widgets #newsletter div.form form input.email {
	top: 25px;
}

#widgets #newsletter div.form form input.button {
	width: 63px;
	height: 20px;
	border: 0;
	background-color: #FFA000;
	top: 25px;
	left: 180px;
	padding: 0;
}

#widgets div.seperator {
	background-image: url(../images/seperator_widgets.gif);
	background-repeat: no-repeat;
	display: block;
	height: 1px;
	width: 100%;
	margin: 15px 0;
}

/* CONTAINER > FOOTER */
#footer {
	background-color: #6A441E;
	margin-top: 6px;
	margin-bottom: 5px;
	height: 42px;
	font-size: 10px;
	color: #B4A18E;
	line-height: 42px;
	vertical-align: middle;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color: #B4A18E;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* CONTAINER > FOOTER > SERVICENAV */
#servicenav {
	display: block;
	width: 184px;
	float: left;
	clear: right;
	padding: 0 15px;
}

/* CONTAINER > FOOTER > TAGLINE */
#tagline {
	display: block;
	width: 396px;
	float: left;
	clear: right;
	color: #D9CFC6;
	font-size: 19px;
	padding: 0 20px;
}

#tagline img {
	margin-top: 5px;
}

/* CONTAINER > FOOTER > BLENDER */
#blender {
	display: block;
	width: 251px;
	float: left;
	clear: right;
	text-align: right;
	padding: 0 18px;
}

/* CLEAR DIV */
div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

/* Doorsturen */
#doorsturen {
	display: block;
	width: 436px;
	height: 296px;
	background-color: #FFFFFF;
	border: 2px solid #E10A16;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -155px;
	margin-left: -225px;
	z-index: 100000;
	text-align: left;
	padding: 5px;
}

#doorsturenSluiten {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	height: 13px;
	background-image: url(../images/btn_sluiten.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#doorsturen h5 {
	color: #396C29;
	font-size: 14px;
	font-weight: bold;
}

#doorsturen label {
	width: 150px;
}

#doorsturen input {
	background-color: #FFFFFF;
	border: 1px solid #717171;
	width: 136px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}

#doorsturen button {
	width: auto;
	margin-left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #717171;
}

#doorsturen textarea {
	border: 1px solid #717171;
}

/* Overlay */
#overlay {
	background-color: #FFFFFF;
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
    -moz-opacity: 0.7;
    opacity:.70;
}

/* Actueel */
div.actueelitems {
	margin-top: 15px;
}

div.actueel {
}

div.actueel div.datum {
	text-align: right;
	font-size: 10px;
	color: #E10A16;
	float: right;
}

div.actueel h2 {
	font-size: 14px;
	font-weight: bold;
	color: #396C29;
}

div.actueel h2 a,
div.actueel h2 a:link,
div.actueel h2 a:visited,
div.actueel h2 a:active,
div.actueel h2 a:hover {
	color: #396C29;
	text-decoration: none;
}

div.actueel h2 a:hover {
	text-decoration: underline;
}

/* FOTO ALBUM */
img.fotoalbum {
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #6A441E;
	padding: 2px;
}