/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

html {
	height:100%;
	scrollbar-face-color:#000;
}
body {
	color:#fff;
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	height:100%;
}
a {
	outline: none;
}
hr {
	border: 1px solid #000;
}
table {
	font-size:12px;
}
#container {
	position:relative;
	background-image:url(images/main.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:842px;
	margin:0 auto;
	text-align:left;
	_height:100%;		/*for IE*/
	min-height:100%;	/*for Firefox*/
}
#header {
	position:relative;
	background-image:url(images/slide1.jpg);
	height:167px;
	background-position:top;
	background-color:#585858;
	background-repeat:no-repeat;
}

#header h1 {
	text-indent:-9999px;
	position:absolute;
	visibility:hidden;
}
#pagina {
	position:relative;
	color:#000;
	padding-bottom:50px;		/*for footer*/
}
#menu {
	position:relative;
	left:6px;
	width:170px;
	min-height:150px;
	float:left;
}
#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	width:170px;
	height:25px;
	display:block;
	top:20px;
	}
#menu a{
	display:block;
	height:15px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	text-decoration:none;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	font-weight:600;
}
#menu a:hover{
	padding-bottom:0px;
	padding-left:10px;
	padding-top:5px;
	height:15px;
	padding-bottom:5px;
	background-image:url(images/hover.jpg);
	background-repeat:no-repeat;
	color:#CCCCCC;
}
#menu img {
	position:relative;
	top:250px;
	left:0px;
	}

#adres {
	width:170px;
	top:350px;
	left:10px;
	position:absolute;
	}
	
#content {
	position:relative;
	margin-left:180px;
	padding-left:20px;
	width:635px;
	padding-top:20px;
	min-height:300px;
}
#content p{
	margin-top:0;
}
#footer {
	margin:0 auto;
	margin-top:-50px;
	height:50px;
	position:relative;
	width:842px;
	font-size:10px;
	text-align:right;
	color:#000;
	vertical-align:middle;
	background-image:url(images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#footer a{
	position:absolute;
	width:80px;
	height:15px;
	top:5px;
	left:745px;
}

.lijn {
	border-left:#a0363d 1px solid;
	padding-left:10px;
	padding-right:10px;
}

/*-----------------Algemene Links------------------------------------*/

a:visited {
			color:#000;
			font-size:12px;
			font-weight:400;
          	text-decoration: underline;}
		   
a:link {
			color:#000;
			font-size:12px;
			font-weight:400;
          	text-decoration: none;}
	
a:hover {
			color:#c51c2c;
			font-size:12px;
			font-weight:400;
          	text-decoration: underline;}
			
/*-----------------specifieke Links------------------------------------*/

#adres a.b:visited {
			color:#000;
			font-size:12px;
			font-weight:400;
          	text-decoration: underline;}
		   
#adres a.b:link {
			color:#000;
			font-size:12px;
			font-weight:400;
          	text-decoration: none;}
	
#adres a.b:hover {
			color:#c51c2c;
			font-size:12px;
			font-weight:400;
          	text-decoration: underline;
			background:none;}


/*------------------- styling textarea------------------------------------*/

input 
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #36596e ;
	border: solid #36596e;
	border-width: 1 ;
	background-color:#ffffff ;
	}
select
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #36596e ;
	border: solid #36596e;
	border-width: 1 ;
	background-color:#ffffff ;
	}
textarea
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #36596e ;
	border: solid #36596e;
	border-width: 1 ;
	background-color:#ffffff ;
	}

/* aa*/
#yaxoscript img
{
margin-top:10px;
border: solid 1px #000;
}
#adres img{
margin-top:10px;
border: solid 1px #000;
}

