@charset "utf-8";
/* CSS Document */
/* CSS body */
body{
	overflow:scroll;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000;
}
/* De CSS van de site zelf */
#site {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:auto;
}

#header_ {
	width:1024px;
	height:135px;
	margin-top:0px;
	background-image:url(../images/header.jpg);
}
/* Menu */
#menu_ {
	width:1024px;
	height:38px;
	background-image:url(../images/menu.jpg);
}
.tabel_menu{
	text-align:center;
}
.tabel_inhoud{
	text-align:center;
}

#scheidingslijn_ {
	width:1024px;
	height:40px;
	background-image:url(../images/scheidingslijn.jpg);
}

#inhoud_ {
	width:1024px;
	height:auto;
}
.tekst_inhoud{
	font-size:14px;
}
.titels{
	font-size:22px;
}
#foto_boven{
	width:865px;
	height:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#foto_onder{
	height: auto;
	width: 865px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.tekstvak1{
	background-image:url(../images/tekstvak1.jpg);
	height:	102px;
	width:	284px;
	font-size:15px;
}
.tekstvak2{
	background-image:url(../images/tekstvak2.jpg);
	height:	102px;
	width:	284px;
	font-size:15px;
}
.tekstvak_boven{
	width:289px;
 	height:66px;
	font-size:15px;
	background-image:url(../images/tekstvak.png);
	background-repeat:no-repeat;
	text-align:left;
	text-indent:15px;
	max-height:66px;
}
#footer_ {
	width:1024px;
	height:205px;
	background-image:url(../images/footer.jpg)
}

/* foto van den DARY :p */

.dary_foto{
	float:right;
	border:3px white;
}

/* Contact in de FOOTER */
#contact {
	float:left;
	width:auto;
	height:200px;
}
#inhoud_contact {
	height:110px;
	max-height:120px;
	width:500px;
	margin-top:50px;
	margin-left:85px;
	padding-left:10px;
	font-size:16px;
}
/* OPMAAK LINKS */
a:link{
 color: #fff;
 border: none;
 text-decoration: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }

 a:visited{
 color:#FFF;
 border: none;
 text-decoration: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }

 a:hover{
 color: #FFF;
 border: none;
 text-decoration: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }

 a:active{
 color: #FFF;
 border: none;
  text-decoration: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 } 
 
 #imglink{
	 border:0px;
	 padding:0px;
	 margin:0px;
}

 /*youtube videos */
 .video{
	width:640px; 
	height:390px;
 }
 
 
 /* css fancybox */
 #content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

a img {
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align:top;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}