/***************************** basiselement ****************************/
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif, verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 82%;
	line-height:16px;
	background-color:#BDD9E6;
	color:#FFFFFF;
}
/****************************** Structure **********************************/

.backholder {
	width:100%;
	background-color:#fff;
	background-image:url(images/overall_repeat.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.topspace {
	width:100%;
	height:270px;
	background-image:url(images/topspaceback.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	top:0px;
}
.flashheader {
	width:950px;
	margin:auto;
	height:270px;
}
.container {
	width:950px;
	height:100%;
	position:relative;
	margin-left:-475px;
	left:50%;
	top:0px;/*
		margin-left:-475px;
		left:50%;
		background-color:#666;*/
}
.leftcol {
	width:714px;
	float:left;
	margin-left: 0px;
}
.leftcol1 {
	width:222px;
	float:left;
	margin-left: 10px;
}
.midcol {
	width:470px;
	float:right;
	padding-top: 25px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.rightcol {
	width:200px;
	float:right;
	color:#CCEDFC;
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
}
.rightcol h1 {
	color:#ffffff;
}
.cleardiv {
	clear:both;
}
.footer {
	width:100%;
	height:175px;
	background-image:url(images/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#168ABF;
}
.footholder {
	width:950px;
	margin:auto;
	height:100px;
	padding-top:0px;
	text-align:center;
}
.contactlijn {
	color:#dddddd;
	height:1px;
	width:100%;
}
#lijnkleur {
color:#3893BE;
}
/****************************** Lay-out ******************************/
.bottomtb td {
border-bottom:1px solid #3491BC;
}
.bottomtb {
clear:left;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	color:#fff;
}
/*
ul {
list-style-image:url(images/list.gif);
line-height:22px;
}
li {
line-height:22px;
}
*/
#contentimage {
	margin-bottom: 5px;
	margin-right: 15px;
	padding:3px;
	border: 1px solid #409ECA;
}
a:link, a:active, a:visited {
	color:#ffffff;
}
a:hover {
	color:#00537A;
}
.footer a:link, .footer a:active, .footer a:visited {
	color:#168ABF;
}
.footer a:hover {
	color:#025784;
}
/******************************formulier*******************************/

.invulveld {
	width:270px;
	border:1px solid #ccc;
}
.tekstveld {
	width:270px;
	height:60px;
	border:1px solid #ccc;
}

/******************************** Gallery *********************************/

img.gllry_onMouseOut {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	border:3px double #000;
}
img.gllry_onMouseOver {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	border:3px double #f00;
}









#menu{
	width:100%;
	float:left;
}

 #menu h2{
	font:bold 11px/16px arial,helvetica,sans-serif;
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
	white-space:nowrap;
	margin:0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	height: 20px;
	width: 180px;
}

#menu h2{
	color:#fff;
	text-transform:uppercase;
	background-color: #000;
	background-image: url(images/expand3.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
		 
}

#menu a{
	text-decoration:none;
	background-color: #000000;
}

#menu a, #menu a:visited{
color:#FFFFFF;
}

#menu a:hover{
color:#a00;
background:#ddd;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 153px;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:auto;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
	background-color: #000;
	background-image: url(images/expand3.gif);
	background-repeat: no-repeat;
}

div#menu li:hover{
	cursor:pointer;
	z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#fff;
background:#000;
}

#menu a.x:active{
color:#060;
background:#ccc;
}
