/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #f1f7d9;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* general styling rules */
a { color: #000; outline: none;}
a:hover { color: #13572e; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }
.colorized { background-image: url(../img/shade.png); }

h1{	
	color: #13572e;
	font-size: 22px;
	font-weight: bold;	
	margin: 0 0 10px 0;
}

h3{
	/*color: #13572e;*/
	color: #000;
	font-size: 12px;
	font-weight: bold;	
	margin: 0px;
}

h4{
	font-size: 12px;
	font-weight: bold;	
	margin: 0px;
	margin-top: 25px;
}

hr{
	color: #b3cf5e;
	background-color: #b3cf5e;
	height: 1px;
	margin: 10px 0px;
}	

.right_link{
	display:block; 
	position:relative; 
	cursor:pointer; 
	color:#b3d335; 
	float:right;
	font-size: 16px;
	text-decoration: none;	
}

/* footer position using 'footerStickAlt' technique */
#contents {
	position: relative;
	min-height: 100%;
	left: 50%;
	border: 0px;
	overflow-x: hidden;
	margin-left: -475px;
	width: 950px;
	
	background: url("../img/sun.jpg") 550px 650px no-repeat #fff;
}
* html #contents {
	height: 100%;
}

#footer {
	position: relative;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	height: 31px;
	margin-top: -50px;
	overflow: hidden;
	background: #b3d335;
	z-index: 8;
	color: #221f20;
	font-size: 13px;
	font-weight: bold;
	padding: 17px 0 0 0;
	font-family: Times, Arial, sans-serif;
}

#flags{
	margin: 0 10px 0 20px;	
	float: left;
}

#flags a{
	margin-right: 3px;	
}

#header {
	height: 110px;
	width: 100%;
	background: url("../img/logo.gif") top center #b3d335 no-repeat;	
}

#nav{
	position: relative;
	width: 100%;
	height: auto; 
	/*background: #fbd601;*/
}


#nav img {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 0;	
}

#menu {
	position: relative;
	height: 28px;
}

/*Drop menu*/
.menu_item {
	height: 28px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.menu_item .top{
	font-size: 14px;
	text-decoration: none;
	color: #000;
	padding-top: 6px;
	display: block;
	height: 22px;
	/*border-left: 1px solid #fff;*/
	cursor: pointer;
}

.menu_item submenu {
	background: #b3d335;
}

.menu_item .submenu a{
	background: #fff;
	border-top: 1px solid #000;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 3px 10px;
}

.menu_item .submenu a:hover {
	background: #b3d335;
}


#menu_bg{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	height: 28px;
	width: 100%;
	background: #fff;
}

#right_column {
	float: right;
	margin: 13px 0;
	padding: 0 20px 0 0;
	width: 237px;
	overflow: hidden;
	height: 100%;
}

#left_column{
	margin: 13px 0 33px 0; 
	border-right: 1px solid #95bd2c;
	padding: 0 40px 30px 27px;
	text-align: justify;
	min-height: 700px;
	height: 100%;
	width: 590px;
}

.order{
	display: block;
	width: 100%;
	padding: 10px 0 8px 0;	
	
}

.referentie{
	color: #13572e;
	font-weight: bold;
}

.slideshow {
	position: relative;
	width: 520px;
	height: 173px;
	margin-bottom: 5px;
}

.slideshow .slide {
	height: 173px;
	position: absolute;
}

.flash_titel{
	position: absolute;
	width: 100%;
	left: 5px;
	height: 40px;
	z-index: 20;
}
 /*LightBox*/
#dialoggray {
   position: absolute;
   z-index: 30;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   background-color: #000000;
   Filter: Alpha(Opacity=70);
   -moz-opacity:0.7;
}

#lightbox {
   position: absolute;
   z-index: 40;
   left: 50%;
   width: 530px;
   margin-left: -300px;
   height: 380px;
   top: 40%;
   margin-top: -200px;
   padding: 35px;
   background-color: #fff;
   border-top: 8px solid #b3d335;
   border-bottom: 8px solid #b3d335;
}

#close_light_box{
	position: absolute;
	overflow: hidden;
	cursor:pointer;
	right: 0px;
	top: 0px;
	width: 130px;
	height: 31px;
	background: #b3d335;	
}

.box{
	margin: 20px 0px;
	position: relative;
	background: url("../img/box/box_top.gif") no-repeat #dfee88;
	padding: 18px 10px; 	
}


/*FORM VALIDATIE*/
/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	z-index 99;
	background: url('../img/form_validatie/tl.png') no-repeat;
}
.fc-tbx .t{
	z-index 99;
	background: url('../img/form_validatie/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	z-index 99;
	background: url('../img/form_validatie/tr.png') no-repeat;
}
.fc-tbx .l{
	z-index 99;
	background: url('../img/form_validatie/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	z-index 99;
	background: url('../img/form_validatie/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	z-index 99;
	background: url('../img/form_validatie/bl.png') no-repeat;
}
.fc-tbx .b{
	z-index 99;
	background: url('../img/form_validatie/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	z-index 99;
	background: url('../img/form_validatie/br.png') no-repeat;
}
.fc-tbx .c{
	z-index 99;
	background: url('../img/form_validatie/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../img/form_validatie/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('../img/form_validatie/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}

