﻿/* 

ALGEHELE SITE OPMAAK

*/


* {	/* Reset marges en padding overal naar 0, zet global font op tahoma */
	margin: 0px;
	padding: 0px;
	font-family: 		Trebuchet MS, Verdana, "Times New Roman", Times, serif;
}

.clear { /* wanneer "floats" worden gebruikt, deze toepassen om te "clearen"*/
	clear: both;
}


html, body {
	margin: 0 auto; /* centreert alles */
	height: 100%;
}

body {
	background: #aeaeae url('../images/bg.jpg') top repeat-x;
}


#container {
	min-height: 100%;
	height: 	auto !important;
	height: 	100%;
	width:		997px;
	margin: 	0 auto; /* centreert de site */
	background: #fff;
}

#header {
	height:		159px; /* hoogte van visual - toppadding */
	width:		997px;
	background: #fff;
	margin: 	0 auto; /* centreert de header in container */
}

#menu {
	height:		44px; /* hoogte van visual - toppadding */
	width:		997px;
	margin: 	0 auto; /* centreert de header in container */
	background: url('../images/menubg.jpg');
}



#content{
	margin: 0 auto; /* centreert content in container*/
	padding: 	10px;
	width:		997px; /*(breedte van 940 - 20 (padding links en rechts) = 920) */
	text-align: left;
}

/* 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 {
	background: #ffffff url("../images/footerbg.jpg");
	height: 28px;
	margin: 0 auto;		/* centreert footer */
	margin-top: -59px;	/* in verband met 100% hoogte, de footer weer omhoog plaatsen zodat deze niet buiten beeld valt (hoogte footer + border)*/
	width: 977px;
	padding: 10px;
	Margin-bottom: 0px;	
	text-align: center;
	font-family: Trebuchet MS, Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
