@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body  {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/back-main4.jpg);
	
	background-repeat:repeat-x;
	line-height:16px;
	text-decoration:none;


}
.twoColFixRtHdr #mainVlakContent a {
	color: #6a82b6;
	text-decoration:none;
	}
.twoColFixRtHdr #mainVlakContent a:hover {
	color: #6a82b6;
	text-decoration:underline;
	}

.twoColFixRtHdr #sideVlakContent a {
	color: #6a82b6;
	text-decoration:none;
	}
.twoColFixRtHdr #sideVlakContent a:hover {
	color: #6a82b6;
	text-decoration:underline;
	}

img {
margin-bottom:10px;
}
.twoColFixRtHdr #container { 
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
background-image:url(images/header-background-empty.jpg);
background-position:top left;
background-repeat:no-repeat;
	height: 175px;
	color:#35609d;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */


	padding: 0px;

}
.twoColFixRtHdr #mainContent { 
	width: 690px;
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;

} 
.twoColFixRtHdr #mainVlakTop { 
background-image: url(images/main-back-vak-top.jpg); background-repeat: no-repeat; height:30px; width:665px; 
padding:5px 15px 0px 10px;
}

.twoColFixRtHdr #mainVlakTopVideo { 
background-image: url(images/main-back-vak-top-video.jpg); background-repeat: no-repeat; height:30px; width:665px; 
padding:5px 15px 0px 10px;
}



.twoColFixRtHdr #mainVlakContent { 
background-image: url(images/main-back-vak-space.jpg); background-repeat: repeat-y;width:650px; padding:10px 20px 10px 20px;	text-align:justify;

}


.twoColFixRtHdr #mainVlakBottom { 
background-image: url(images/main-back-vak-bottom.jpg); background-repeat: repeat-y;height:11px;width:690px; padding:0px 0px 0px 0px; margin: 0 0 10px 0;
}

.twoColFixRtHdr #sideVlakTop { 
background-image: url(images/side-back-vak-top.jpg); background-repeat: no-repeat; height:30px; width:275px; 
padding:5px 15px 0px 10px;
}

.twoColFixRtHdr #sideVlakTopVideo { 
background-image: url(images/side-back-vak-top-video.jpg); background-repeat: no-repeat; height:30px; width:275px; 
padding:5px 15px 0px 10px;
}

.twoColFixRtHdr #sideVlakContent { 

background-image: url(images/side-back-vak-space.jpg); background-repeat: repeat-y;width:260px; padding:10px 20px 10px 20px;	text-align:justify;
}


.twoColFixRtHdr #sideVlakBottom { 
background-image: url(images/side-back-vak-bottom.jpg); background-repeat: repeat-y;height:11px;width:300px; padding:0px 0px 0px 0px; margin: 0 0 10px 0;
}


.twoColFixRtHdr #footer { 
	padding: 0px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
text-transform: uppercase;
margin: 1px 0 20px 0 ;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:14px;
color:#35609d;
font-weight:bold;
}
h1 a {
text-transform: uppercase;
margin: 1px 0 20px 0 ;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:14px;
color:#35609d;
font-weight:bold;
text-decoration:none;

}
h1 a:hover {

color:#666666;


}
h2 {
text-transform: uppercase;
margin: 1px 0 0px 0px ;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
color:#666666;

background-repeat:repeat-x;
font-weight:bold;
text-decoration:none;
float:left;

}

h2 a{
text-transform: uppercase;

font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
float:left;
padding: 5px 10px 12px 10px;

background-repeat:repeat-x;
}

h2 a:hover {
color:#666666;
background-image:url(images/cat-tabje.jpg);
background-repeat:repeat-x;
}

h4 {
text-transform: uppercase;
margin: 1px 0 0px 0px ;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
color:#666666;
font-weight:bold;
text-decoration:none;
float:left;
padding: 5px 10px 12px 10px;
background-image:url(images/cat-tabje.jpg);
background-repeat:repeat-x;
}

h3 {
text-transform: uppercase;
margin: 1px 0 20px 0 ;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:10px;
color:#666666;
font-weight:bold;
text-decoration:none;
line-height:20px;
float:right;




}

h3 a {
text-transform: uppercase;
margin: 0px 0 20px 0 ;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
line-height:20px;
background:none;
padding:5px 5px 5px 5px;


}
h3 a:hover {
background-color:#000033;;

color:#CCCCCC;
}

h5 {
text-transform: uppercase;
margin: 0px 0 20px 0 ;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:10px;
font-weight:bold;
text-decoration:none;
line-height:20px;
float:right;
background-color: #000033;
color:#CCCCCC;
padding:1px 5px 0px 5px;
}

ul li {
margin:0;
padding:0;

}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; 
    padding: 18px 0 0 0; margin: 0;
    overflow: hidden;
	        float: right;

}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
		
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 0px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color:#35609d; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }

a:active
{

}

a:focus {
  outline: none;
}

a {
	color:#F90;
}

img { 
		border:0px;
	}
	
#veldje {

padding-bottom:10px;
list-style:none;

}

#veldje:hover {background-color: #e4e4e4;}

#veldje-list {
height:50px;
margin-bottom:10px;
}

#veldje-list:hover {background-color: #e4e4e4;}

#veldje-tiles {
background-color: #f4f4f4;
margin-bottom:10px;
}

#veldje-tiles:hover {background-color: #e4e4e4;}


li {

list-style:none;
	text-align:justify;
margin:0;

padding:0;
}
div#boxT{

float: left;
width: 60px;
height: 50px;

}

div#boxD{

float: left;
width: 590px;
height: 50px;
}

div#boxD:hover {background-color: #e4e4e4;}

#back{
clear: both;
background-color:#FFFFFF;

height: 10px;
}

#boxF{

float: left;
width: 122px;
height: 180px;
padding-left:20px;
padding-right:22px;
border-left:1px;
border-right:0px;
border:  dotted thin;


border-color:#dbdbdb;
border-bottom-color:#FFFFFF;
border-top-color:#FFFFFF;
border-right-color:#FFFFFF;
}

#boxF-last{

float: left;
width: 110px;
height: 180px;
padding-left:20px;
padding-right:22px;
border:1px;
border:  dotted thin;

border-color:#dbdbdb;
border-bottom-color:#FFFFFF;
border-top-color:#FFFFFF;

}

#boxF-last a{
text-decoration:none;
color:#000000;
}

#boxF a{
text-decoration:none;
color:#000000;
}

#boxF a:hover{
text-decoration:underline;

}
#boxF-last a:hover{
text-decoration:underline;

}


#boxP{

float: left;
width: 100px;
height: 160px;

}

#boxI{

float: left;
width: 520px;
height: 160px;
padding-left:10px;
}


#langmenu {
padding-top:25px; margin-right:10px; text-align:right; width:970px;
}

#catmenu {
padding-top:11px; margin-left:-20px; text-align:left;
}

#catmenu-video {
padding-top:124px; margin-left:-20px; text-align:left;
}