@import url("style_lightbox.css");
BODY, HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
BODY {
	background-image:url(../images/layout/body-background.gif);
	background-position:50%;
	background-repeat:repeat-y;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	color:#6A747C;
}
H1 {
	font-size:14px;
	color:#FFFFFF;
}
H2 {
	font-size:14px;
	padding:0;
}


#container {
	width:900px;
	height:100%;
	min-height:100%;
	margin:0 auto 0 auto;
	background-image:url(../images/layout/bg-body.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
#container TD {
	vertical-align:top;
}


/* HEADER ==================================== */
#header {
	width:900px;
	height:70px;
	padding:5px 0 5px 0;
	background-image:url(../images/layout/bg-header.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
#zoeken {
	width:190px;
	text-align:center;
	padding:20px 0 0 0;
}
#zoeken INPUT {
	border:1px solid #6A747C;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6A747C;
}


/*  LEFT SIDEBAR ============================= */
#left_sidebar {
	width:190px;
}
#navigatie {
	border-top:2px dotted #FCCD97;
}
#navigatie UL {
	list-style-type:none;
	padding:0;
	margin:0;
}
#navigatie LI {
	border-bottom:2px dotted #FCCD97;
}
#navigatie LI LI {
	border-top:2px dotted #FCCD97;
	border-bottom:none;
	background-color:#FEF4E9;
}
#navigatie UL A:LINK, #navigatie UL A:VISITED {
	text-decoration:none;
	display:block;
	color:#6A747C;
	padding:6px 6px 6px 10px;
}
#navigatie UL UL A:LINK, #navigatie UL UL A:VISITED {
	padding:6px 6px 6px 30px;
}
#navigatie UL A:HOVER {
	color:#F99B30;
}
#navigatie UL A:LINK.active, #navigatie UL A:VISITED.active {
	color:#F99B30;
}
#navigatie UL UL A:LINK.active, #navigatie UL UL A:VISITED.active {
	background-image:url(../images/layout/active.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#cms_afbeelding_1 {
	vertical-align:bottom;
}
#overlay_ca1 {
	margin:-55px 0 0 0;
}

/* MAIN ====================================== */
#main {
	width:470px;
}
#main A:LINK, #main A:VISITED {
	color:#6F5B43;
}
#main A:HOVER {
	text-decoration:none;
	color:#F99B30;
}
#cms_titel {
	height:55px;
}
#cms_afbeelding_2 {
	width:100%;
}
#cms_afbeelding_3 {
	padding:25px 0 2px 2px;
}
#ca2_overlay {
	position:absolute;
}
#cms_content_1 {
	padding:15px;
	color:#6F5B43;
}
#flashfilm {
	width:320px;
	margin:0 auto;
	padding:1px;
	border:2px dotted #FEF2E5;
}
.conversieverslagen {
	width:100%;
	border-collapse:collapse;
}
.conversieverslagen TD, .conversieverslagen TH {
	padding:2px 5px 2px 5px;;
}
.conversieverslagen TH {
	text-align:left;
	background-color:#FDDBB5;
	border:1px solid #FDDBB5;
}
.conversieverslagen TD {
	width:50%;
	border:1px solid #FDDBB5;
}


/* RIGHT SIDEBAR ============================= */
#right_sidebar {
	width:240px;
	color:#BC773B;
}
#right_sidebar A:LINK, #right_sidebar A:VISITED {
	text-decoration:none;
	color:#6A747C;
	font-weight:bold;
}
#right_sidebar A:HOVER {
	color:#BC773B;
}
#right_sidebar #rs_header {
	width:240px;
	background-image:url(../images/layout/bg_rs_header.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#right_sidebar #rs_header H1 {
	width:145px;
	margin:0;
	padding:10px;
}
.producten_uitgelicht {
	width:240px;
	border-bottom:2px dotted #FEF2E5;
}
.producten_uitgelicht TD.text {
	width:115px;
	padding:5px 0 5px 10px;
}
.producten_uitgelicht TD.afbeelding {
	width:115px;
	padding:25px 0 0 0;
}

/* ALGEMENE TEMPLATE ========================= */
.producten_uitgelicht_alg {
	width:240px;
	border-bottom:2px dotted #FEF2E5;
}
.producten_uitgelicht_alg IMG {
	width:130px;
	height:130px;
	padding:3px;
	border:1px solid #F99B30;
	background-color: #FFFFFF;
}
.producten_uitgelicht_alg IMG:HOVER {
	background-color: #FEF4E9;
}
.producten_uitgelicht_alg TD.text {
	width:145px;
	padding:10px 85px 10px 10px;
}
.producten_uitgelicht_alg TD.afbeelding {
}

/* FORMULIER ================================= */
FORM {
	padding:0;
	margin:0;
}
FIELDSET {
	border:1px solid #FFFFFF;
	margin:0 0 15px 0;
	padding:10px;
}
LEGEND {
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}
LABEL {
	float: left;  
	width: 11em;  
	margin-right: 1em;  
	text-align: right;
}
FORM UL {  
	padding: 10px 0 0 0;
	margin: 0;  
	list-style: none;
}
FORM LI {  
	padding-bottom: 2px;
} 
/*
INPUT, TEXTAREA {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #FFFFFF;
	font-size:11px;
	padding:3px;
	border: 1px solid #E4E4E4;
	width:160px;
}
FORM .submit {   
	width: 75px;  
	border: 1px solid #E4E4E4;
}
.error
{
	font-size:18px;
	color: #990000;
	padding:0 0 20px 0;
}
*/

/* FOOTER ==================================== */
#footer {
	margin:-50px auto 0 auto;
	padding:5px 0 5px 0;
	background:url(../images/layout/bg_footer.gif) no-repeat #EEEEEE;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size:10px;
	border:none;
	text-align:center;
}
#footer A:LINK, #footer A:VISITED {
	color:#6F5B43;
}
#footer A:HOVER {
	text-decoration:none;
	color:#F99B30;
}
