﻿/* RODE KLEUR: #cc0033 - GRIJZE KLEUR: #333333 - LICHTGRIJZE KLEUR: #939393 */


* { /*Set's border, padding and margin to 0 for all values*/
	margin: 		0;
	padding: 		0;
	border:			0;
	/*behavior: 		url('scripts/iepngfix.htc');*/
	}

html {
	background:		url('../images/interface/background.jpg') fixed;
	}
	
body {
	text-align: 	center; /*** Centers the design in old IE versions ***/
	margin:			0 auto;
	}

#container {
	width: 			995px;
	margin: 		0 auto; /*** Centers the design ***/
	font-family:	verdana;
	font-size:		12px;
	color:			#333333;
	margin-bottom: 	-140px;
	}
	
.clear {
	clear:		 	both;
	}
	
	
/************************** HEADER **************************/
#header {
	background:		url('../images/interface/header.png');
	margin: 		0 auto; /*** Centers the design ***/
	text-align:		center;
	width:			995px;
	height:			330px;	
	}

#topmenu {
	margin: 		0 auto; /*** Centers the design ***/
	text-align:		left;
	padding-top:	11px;
	padding-left:	30px;
	}

#visual {
	background:		url('../images/interface/visual.jpg') 50% 50% no-repeat;
	margin: 		0 auto; /*** Centers the design ***/
	margin-top:		5px;
	margin-bottom:	5px;
	text-align:		center;
	width:			995px;
	height:			197px;
	}

#mainmenu {
	margin: 		0 auto; /*** Centers the design ***/
	text-align:		center;
	}

	
/************************** CONTENT AND COLUMNS **************************/

#main {
	background:		url('../images/interface/main.png');
	}

#content {
	background:		url('../images/interface/content.png') 50% 100% no-repeat;
	margin: 		0 auto; /*** Centers the design ***/
	text-align:		left;
	width:			885px;
	padding-top:	4px;
	padding-bottom:	30px;
	padding-left:	55px;
	padding-right:	55px;	
	min-height:		470px;
	}

/************************** FOOTER **************************/

#footer {
	background:		url('../images/interface/footer.png');
	margin: 		0 auto; /*** Centers the design ***/
	text-align:		center;
	width:			995px;
	height:			60px;
	margin-bottom:	20px;	
	}

#naw {
	margin: 		0 auto; /*** Centers the design ***/
	text-align:		center;
	width:			995px;
	margin-bottom:	30px;	
	}

#copyright {
	margin: 		0 auto; /*** Centers the design ***/
	text-align:		center;
	width:			995px;
	color:			#939393;
	font-size:		11px;
	}
	
#tracker {
	margin-top: -40px;
}
	



