@charset "utf-8";
/* CSS Document */

/* Body */

body{ 
	 background-image: url(../img/background.jpg);
	 background-color: #2c2c2c;
	 margin: 0px 0px auto;
	 padding: 0px;
} 

/* homepage videoblock */


/* Website container in zijn geheel */

.container{
	width: 850px;
	margin: 0px auto;
}

/* Bovenkant laagje */

.top{
	width: 850px;
	height: 20px;
	font: Arial;
	font-family: Arial;
	font-size: 10px;
	color: #ccc;
	text-align: right;
}

.top a:active, a:link, a:visited {
	font: Arial;
	font-family: Arial;
	font-size: 10px;
	color: #ccc;
	text-decoration:none;
}
.top a:hover{
	color:#333;
	text-decoration:none;
}

/* Div van het logo  */

.logodiv{
	height: 145px;
}

/* Coontentbar holder

.contentbar1{
	background-image: url(../img/content_topbar.png);
	width: 850px;
	height: 42px;
}

 */

/* Coontentbar holder  */

.contentbar1{
	background-image: url(../img/content_bar11.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
}


 
/* Coontentbar holder */

.contentcontainer{
	background-color: #FFF;
	width: 850px;
	overflow: hidden;

}

/* Coontentbar Menu */

.contentbar_menu{
	width: 845px;
	background-color: #FFF;
	height: 32px;
	padding: 10px 5px 0px 0px;
	text-align: right;
	font-family: Arial;
	font-size: 10px;
	color: #000;
}

/* Streepjes div */

.stripebar{
	background-image: url(../img/stripebar1.jpg);
	width: 850px;
	height: 12px;
	overflow: hidden;
}

/* Daadwerkelijke content */

.content_home{
	width: 730px;
	height: 174px;
	background-color: #FFF;
	background-image: url(../img/welkom_image.jpg);
	background-repeat: no-repeat;
	background-position:right;
	font-family: Arial;
	font-size: 11px;
	padding: 75px 0 0 120px;
}

.content{
	width: 850px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position:right;
	font-family: Arial;
	font-size: 11px;
}

.contentlink A:link {text-decoration: none; color: #000; font-family: Arial; font-size: 10px;}
.contentlink A:visited {text-decoration: none; color: #000; font-family: Arial; font-size: 10px;}
.contentlink A:active {text-decoration: none; color: #000; font-family: Arial; font-size: 10px;}
.contentlink A:hover {text-decoration: underline; color: #FFFFFF; font-family: Arial; font-size: 10px;}

.content_holder{
	width: 810px;
	position: absoulte;
	clear: both;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottem: 10px;
}


/* List */
.list {
	font-size: 10px;
	font-family: Arial;
}
	
/* Onderbar content */

.contentonderbar{
	background-image: url(../img/content_underbar.png);
	width: 850px;
	height: 42px;
	position: absoulte;
	clear: both;
	overflow: hidden;
}

.contentonderbar_content{
	width: 850px;
	padding: 25px;
	height: 18px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	overflow: hidden;
}

.finito{
 content: "."; 
 display: block; 
 height: 0; 
 font-size:0; 
 clear: both; 
 visibility:hidden; 
 } 



#hoofdstuk{
	Font-family: Arial, Helvetica, sans-serif;
	Font-size: 12px;
	Font-weight: bold;
}


/* IE6 PNG FIX */
img, div { behavior: url(../iepngfix.htc) }

