/* menu links */
* {
margin: 0;
padding: 0;
}
html, body {
	height:100%;
	width:100%;
	overflow:auto;
	overflow-x:hidden;
	background:url(../background/vlak_bg.png) 0 0 repeat-y;
	background-color:#BFD6FF;
	
}
#container{
	left:0px;
	top:0px;
	position: absolute;
	width: 100%;
	height:100%;
	
}
#name{
	position: absolute;	
	width:220px;
	text-align: left;
	font-weight: bold;
	z-index:200;
	margin-left:35px;
	margin-top: 22px;
}
#vlak{
	position: absolute;
	width:210px;
	height:100%;
	z-index:1;
	top:0px;
	left:0px;
}
.cname{
	left:0px;
}
div#kop{
	position: absolute;
	top:21px;
	padding:4px 0 0px 32px;
	left: 210px;
	width:500px;
	height:25px;
	z-index:6;
}
/* ###################  menuus  ###################*/
div#mainMenu{
	position: absolute;
	top:85px;
	width:150px;
	left:35px;
	text-align:left;
	z-index:3;
	
}
div#subMenuContainer{
	position: absolute;
	top:28px;
	padding:0px 0px 3px 40px;
	left: 200px;
	width:100%;
	z-index:6;
	
	
}
div#subMenu{
	position: relative;
	float:left;
	clear:none;
	text-align:left;
	padding-right:2px;
}
div#SsubMenu{
	position: relative;
	width: 150px;
	top: 0px;
	text-align: right;
	left: 0px;
	
}
/* ################### content divs ###################*/
#content{
	position:absolute;	
	padding-left:35px;
	margin-top:53px;
	top: 15px;
	text-align: left;
	width:580px;
	left:210px;
	padding-right:10px;
	overflow:auto;
	overflow-x:hidden;
	min-height:450px;
	height:80%;
}
#content_ao{
	position:absolute;	
	padding-left:35px;
	margin-top:0px;
	top: 65px;
	text-align: left;
	width:70%;
	left:210px;
	padding-right:4%;
	overflow:auto;
	overflow-x:hidden;
	min-height:450px;
	height:80%;
}
#content_home{
	position:absolute;	
	padding-left:35px;
	margin-top:25px;
	padding-right:15%;
	top: 0px;
	text-align: left;
	width:500px;
	left:210px;
	overflow:auto;
	overflow-x:hidden;

}

#content img{margin: 7px 0 5px 0;}
#content_home img{margin: 7px 0 5px 0;}
#afbeeldingen img{}
#afbeeldingen{
	position:absolute;	
	top: 65px;
	width:600px;
	text-align: left;
	left:240px;
	padding-left:00px;
	
}
#afbeeldingen_cover{
	position:absolute;	
	top: 65px;
	width:600px;
	text-align: left;
	left:240px;
	padding-left:00px;
	background-image:url(/this_is_your_image.gif);
	background-repeat:repeat;
	z-index:15;
}
#afbeeldingen-intro{
	position:absolute;	
	width:60%;
	text-align:left;
	left:240px;
	padding-left:00px;
	padding-right:15%;
	top:25px;
	height:60%;
	overflow:auto;
}

#thumbnails{
	z-index:17;
	position:absolute;	
	width:80px;
	top:50px;
	text-align: left;
	}
#thumbnails img{
	margin-bottom:3px;
	}
#bijschrift{
	position: absolute;
	text-align: left;
	width: 600px;
	left:240px;
	
	padding-bottom:30px;
		
}
#bijschrift table{
	
	width:100%;
}
#vlag{
	position:absolute;
 	top:7px; 
	left:8px;
	z-index:10;
	}
#bigThumbsContainer{
	position:relative;
	width:100%;
	top: 0px;
	padding-bottom:10px;
}

#titelBalk {
	position:relative;
	float:left;
	height: 0px;
	width:100%;
	text-align:left;
	top:0px;
	margin-bottom:10px;
	clear:both;
}
.titelBalk a{
	margin:0 0 0 3px;
	font-size:14pt;
	text-decoration:none;
	font-weight:bold;
	}

.bigThumbs {
	position:relative;
	text-align: center;
	height: 200px;
	width: 160px;
	float:left;
	clear:none;
}
#vidIcon{
	position: absolute;
	text-align:right;
	width: 18%;
	top: 25px;

}
