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

html,body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-color:#000;
	/*overflow-x: hidden;
	overflow-y: scroll*/
}

html,body,table,td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.container {
	width: 1280px;
	background-image:url(../pic/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e6e6e6;
}

.header {
	width:1280px;
	height:190px;
	background-image:url(../pic/headerbg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}


.mid {
	width:1280px;
	height:305px;
	background-image:url(../pic/midbg.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
}

.een {
	width:220px;
	text-align:right;
	padding-top:15px;
}

.twee {
	width:50px;
}

.drie {
	width:525px;
	text-align:left;
	padding-top:15px;
}


.footer {
	width:1280px;
	height:305px;
	background-image:url(../pic/footerbg.gif);
	background-repeat:no-repeat;
}

.footereen {
	width:375px;
	height:255px;
}

.footertwee {
	width:400px;
	padding-top:10px;
}

.credits {
	height:50px;
	text-align:center;
	color: #e6a61b;
}

.wlink{color: #444; text-decoration: none; font-size: 11;} /* webdesign */
A.wlink{color: #444; text-decoration: none; font-size: 11;}
A.wlink:hover {color: #e6a61b; text-decoration: none; font-size: 11;}

.nlink{color: #444; text-decoration: none; font-size: 12;} /* nieuws */
A.nlink{color: #444; text-decoration: none; font-size: 12;}
A.nlink:hover {color: #222; text-decoration: none; font-size: 12;}

.mlink{color: #000; text-decoration: none; font-size: 12; font-weight:bold;} /* menu */
A.mlink{color: #000; text-decoration: none; font-size: 12;}
A.mlink:hover {color: #000; text-decoration: underline; font-size: 12;}

.mhlink{color: #000; text-decoration: underline; font-size: 12; font-weight:bold;} /* menu - hover*/
A.mhlink{color: #000; text-decoration: underline; font-size: 12;}
A.mhlink:hover {color: #000; text-decoration: underline; font-size: 12;}

.glink{color: #e6a61b; text-decoration: none; font-size: 12;} /* fluo geel */
A.glink{color: #e6a61b; text-decoration: none; font-size: 12;}
A.glink:hover {color: #222; text-decoration: none; font-size: 12;}
	
/*.example7 img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.example7:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}*/

/* fotoalbums */

div.fotos a{
	padding:5px;
	border: 1px solid #232733;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	color:#232733;
	text-decoration:none;
}

div.fotos a:hover { 
	border: 1px solid #E6A61B;
	color:#E6A61B;
}
	
