@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
HTML { height:100%; overflow-y: scroll; }
BODY { 
	background:url(../img/default/bground_body.jpg) repeat-x top #e7eca2;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:10px;
	height:100%;
}
P 	{ line-height:18px; margin-bottom:8px; }
H1		{ font-weight:normal; font-style:italic; font-size:24px; color:#01539c; position:absolute; z-index:2000; top:14px; left:48px;	}
H1 SPAN.green { color:#669900; padding-left:24px; }
A.more			{ float:right; font-weight:bold; }
A.more:link		{ text-decoration:none; color:#669900; }
A.more:active	{ text-decoration:none; color:#669900; }
A.more:visited	{ text-decoration:none; color:#669900; }
A.more:hover	{ text-decoration:underline; color:#669900; }
BR.clearLeft 	{ clear:left; font-size:0; line-height:0; }
BR.clearRight 	{ clear:right; font-size:0; line-height:0; }
BR.clearBoth 	{ clear:both; font-size:0; line-height:0; }

.lights { width:100%; height:100%; background:url(../img/default/bground_nolights.jpg) no-repeat top; }
.lightsdef { width:100%; height:100%; background:url(../img/default/bground_lights.jpg) no-repeat top; }
.lightsfull { width:100%; height:100%; background:url(../img/default/bground_morelights.jpg) no-repeat top; }

.page	{ height:100%; width:960px; margin:0 auto; }

.header			{ width:960px; height:153px; padding:20px 0; }
.header .top	{ background:url(../img/default/bground_header.jpg) no-repeat top; height:39px; padding:29px 48px 41px 48px; position:relative; text-align:right; }
.header .top .logo { position:absolute; z-index:1; top:8px; left:48px; width:162px; height:145px; background: url(../img/default/header_beeldmerk.png) no-repeat; }
.header .top A:link		{ text-decoration:none; color:#01539c; }
.header .top A:active	{ text-decoration:none; color:#01539c; }
.header .top A:visited	{ text-decoration:none; color:#01539c; }
.header .top A:hover	{ text-decoration:none; color:#669900; }

.header DIV.navigation		{ height:44px; width:742px; background: url(../img/default/bground_navigation.jpg) no-repeat; display:block; list-style:none; padding:0 28px 0 190px; }

UL.breadcrumb { margin-bottom:20px; width:960px; height:24px; display:block; }
UL.breadcrumb LI.item { background-color:#cfd945; list-style:none; float:left; font-weight:bold; }
UL.breadcrumb LI.item  A:link { color:#01539c; text-decoration:none; padding:6px 16px; display:block; }
UL.breadcrumb LI.item  A:active { color:#01539c; text-decoration:none; padding:6px 16px; display:block; }
UL.breadcrumb LI.item  A:visited { color:#01539c; text-decoration:none; padding:6px 16px; display:block; }
UL.breadcrumb LI.item  A:hover { color:#01539c; text-decoration:underline; padding:6px 16px; display:block; }
UL.breadcrumb LI.seperator { background-image:url(../img/default/breadcrumb_seperator.png); display:block; height:24px; width:13px; list-style:none; float:left; padding:0; }
UL.breadcrumb LI.end { background-image:url(../img/default/breadcrumb_end.png); display:block; height:24px; width:13px; list-style:none; float:left; padding:0; }

DIV.menu-first				{ list-style:none; float:left; position:relative; display:block; height:44px; }
DIV.menu-first A			{ font-weight:bold; font-size:12px; padding:20px 0 10px 0; margin:0 23px 0 24px; display:block; }
DIV.menu-first A:link		{ text-decoration:none; color:#01539c; background:none; }
DIV.menu-first A:active		{ text-decoration:none; color:#01539c; background:none; }
DIV.menu-first A:visited	{ text-decoration:none; color:#01539c; background:none; }
DIV.menu-first A:hover		{ text-decoration:none; color:#01539c; background:url(../img/default/navigation_active.gif) repeat-x top; }
DIV.menu-first A.active		{ background:url(../img/default/navigation_active.gif) repeat-x top; }

UL.down-list				{ display:none; background:#cfd945; position:absolute; z-index:15; top:44px; left:8px; padding:8px; }
UL.down-list LI				{ list-style:none; }
UL.down-list LI A			{ background:none; font-weight:normal; font-size:10px; padding:8px; margin:0; display:block; white-space:nowrap; }
UL.down-list LI A:link		{ background:none; }
UL.down-list LI A:active	{ background:none; }
UL.down-list LI A:visited	{ background:none; }
UL.down-list LI A:hover		{ background:#e7eca2; }

FORM 					{ padding:20px 0; border-width:1px 0; border-color:#cfd945; border-style:solid;  }
FORM DIV 				{ padding:4px 0; clear:left; }
FORM DIV.textarea		{ padding:4px 0; clear:left; }
FORM LABEL 				{ float:left; width:120px; font-weight:bold; padding:4px 0; text-align:left; display:block; }
FORM LABEL.longLabel	{ width:442px; margin-top:12px; }
FORM LABEL.radioLabel	{ font-weight:normal;  }
INPUT.textField 			{ font-family:Verdana, Geneva, sans-serif; float:left; width:240px; border:1px dotted #7f7f7f; padding:4px; font-size:10px; }
SELECT.textField		{ font-family:Verdana, Geneva, sans-serif; float:left; font-size:10px; padding:4px; }
INPUT.textFieldLong		{ font-family:Verdana, Geneva, sans-serif; float:left; width:422px; border:1px dotted #7f7f7f; padding:4px; font-size:10px; }
INPUT.formButton		{ background:url(../img/default/submit_btn.gif); width:200px; height:30px; border:0; font-size:12px; font-weight:bold; color:#FFF; cursor:pointer; margin-top:20px; }
.textarea TEXTAREA		{ font-family:Verdana, Geneva, sans-serif; border:1px dotted #7f7f7f; width:542px; height:240px; padding:4px; font-size:10px; }
SPAN.required			{ font-weight:bold; color:#C00;  }
DIV.required-text			{ font-size:9px; padding:4px; color:#7f7f7f; }

.footer			{ background:#cccc33; width:864px; padding:16px 48px; height:10px; font-weight:bold; color:#01539c; }
.footer .left	{ float:left; }
.footer .right	{ float:right; }
.footer A:link		{ text-decoration:none; color:#01539c; }
.footer A:active	{ text-decoration:none; color:#01539c; }
.footer A:visited	{ text-decoration:none; color:#01539c; }
.footer A:hover		{ text-decoration:none; color:#01539c; }




























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

