
/* Algemeen */
body{
	width:			100%;
	height:			100%;
	background:		#1c1c1c; 
	margin:			0;
	font-family:		Verdana;
	color:			white;
	}

a{	
	color:			white;
	text-decoration:	underline;
	}

a:hover{	
	color:			#e84f13;
	text-decoration:	underline;
	}

img{
	border:			0;
	}



/* Header */

.head{
	background:		#e84f13;		/* #ff6600; */
	margin-top:		20px;
	width:			100%;
	height:			115px; 
	color:			black;
	font-size:		65px;
	/* letter-spacing:		0.6em; */
	font-weight:		bold;
	font-family:		Arial;
	text-align:		center;
	}

.head hr{
	margin:			0 0 0 0px;
	color:			#1c1c1c;
	}

.navigatie a{
	text-align:		center;
	font-size:		12px;
	font-weight:		bold;
	font-family:		Arial;
	text-decoration:	none;
	color:			black;
	letter-spacing:		0.1em;
	margin:			2 7 2 7px;
	padding-left:		15px;
	}

.navigatie a:hover{
	color:			black;
  	background: 		url(img/upper2.png) repeat-x;
	padding-top:		3px;
	text-decoration:	none;
	}

.navigatie a.selected{
	background: 		url(img/upper3.png) repeat-x;
	padding-top:		3px;
	}

table overall{
	margin-top:		0;
	width:			100%;
	height:			75%;
	color:			white;
	border:			1px solid white;
	}
td{
	border:			0px solid white;
	}



/* Middenstuk */

.content{
	background:		url(img/txt_bg.png) repeat;
	height:			500px;
	color:			black;
	vertical-align:		top;
	}

.kop1{
	font-size:		25px;
	margin:			25 50 25 50;
	font-weight:		bold;
	text-decoration:	underline;
	color:			white;
	}

.txt{
	margin:			25 50 25 50;
	font-size:		14px;
	font-family:		Verdana;
	color:			white;
	}

.scroll{
	color:			white;

	}

.nb{
	font-size:		10px;
	color:			white;
	}

.agenda td, th{
	border-right:		1.0px solid #696969;
	border-bottom: 		1.5px solid #c1c1c1;
  	margin-bottom: 		15px;
	height:			50px;
	font-size:		12px;
	}

.galtxt{
	font-size:		12px;
	}


/* Sponsoren , links&rechts of galeries*/

.sponsor{
	width:			80%;
	}

.sponsor th{
	font-weight:		bold;
	background:		#e84f13;
	border:			1px solid yellow;
	heigth:			40px;
	}

.sponsor td{
	background:		url(img/txt_bg.png) repeat;
	text-align:		center;
	font-size:		12px;
	}


.galerie td img{
	width:			150px;
	}



/* onderstuk */

.spons{
	background:		url(img/txt_bg.png) repeat;
	color:			black;
	vertical-align:		top;
	}

.spons td img{
	height:			50px;
	}

.fox a{
	display:		block;
	width:			150px;
	height:			50px;
	}

.fox a:hover{
  	background: 		url(img/fox-.png);
	}
