﻿/* 

ALGEHELE SITE OPMAAK

*/


* {	/* Reset marges en padding overal naar 0, zet global font op tahoma */
	margin: 0px;
	padding: 0px;
	font-family:	Tahoma;

}

.clear { /* wanneer "floats" worden gebruikt, deze toepassen om te "clearen"*/
	clear: both;
}


html, body {
	margin: 0 auto; /* centreert alles */

}

body {
	background: #000 url('../images/background.jpg') top repeat-x fixed;
	overflow-x: hidden;
}

p table tr td {
color: 			#FFFFFF;	
font-family:	Tahoma;
text-align:		left;
}


#container {
	min-height: 500px;
	width:		985px;
	margin: 	0 auto; /* centreert de site */
	background: #2b2b2b;
	border: 	1px solid white;
	margin-top: 7px;
	position: 	relative;
}

#header {
	height:		240px; /* hoogte van visual - toppadding */
	width:		985px;
	margin: 	0 auto; /* centreert de header in container */

}

#navblok {
	height:		37px;
	width:		985px;
	margin: 	0 auto;
	background: #000 url('../images/menubg.jpg') ;
}



#content{
	margin: 	0 auto; /* centreert content in container*/
	padding: 	10px;
	width:		965px; /*(breedte van 940 - 20 (padding links en rechts) = 920) */
	text-align: left;
}



/* BEGIN VAN DE FLASH */

#imagerotator {
            width:              985px; 
            height:             247px;
}

#flashcatch {  /* laag over flash heen om context menu van flash af te vangen */
            width:              985px; 
            height:             247px;
            position:           absolute;
            background:      	url('../images/interface/spacer.gif');
            z-index:            30;
}

#flash {
            width:              985px; 
            height:             247px; 
            position:           absolute;
            z-index:            10;
}

/* EINDE VAN DE FLASH */



/* in de content creeren we een inhoud blok van 720px breed met een sidebar van 200px breed
Lees hiervoor de berschrijving in "content.css" goed door!! */

#footer {
	border-top:	1px solid #000000;
	height: 20px;
	margin: 0 auto;		/* centreert footer */
	width: 920px;
	padding: 10px;
	Margin-bottom: 0px;	
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

