
	body{
		background-color      : black;
		background-image      : url(../logo_schedel.rood.1074x840.gif);
		background-position   : 50% 50%;
		background-repeat     : no-repeat;
		background-attachment : fixed;
		
		color                 : #dcaf67;
		font-family           : Trebuchet, Trebuchet MS, Helvetica, Tahoma, sans-serif;
		line-height           : 1.8em;
		margin                : 2em;
		
	  /* centreren in IE */
		text-align            : center;
	}
	
	#voorpagina{
		min-width             : 36em;
		max-width             : 42em;
		
	  /***
		IE kent geen max-width, vandaar deze pleister.
		Zie: http://www.svendtofte.com/code/max_width_in_ie/
	  ***/
		width                 : expression((document.body.clientWidth>(500/12)*parseInt(document.body.currentStyle.fontSize))?'52em':'auto');
		
		margin                : 2em auto;
		text-align            : left;
		padding-left          : 20em;
		padding-top           : 10em;
	}
	
	.logo{
		position              : relative;
		left                  : -254px;
		top                   : 70px;
	}
	
	.getal{
		color                 : white;
		border-right          : 1px solid white;
		padding               : 0px .4em 0px 0px;
		margin-right          : .2em;
	}
	
	h1{
		font-size             : 240%;
		margin-top            : 0.4em;
		margin-bottom         : 0px;
		margin-left           : -2.6em;
		line-height           : 1em;
	}
	h2{
		font-size             : 100%;
		margin-top            : 0px;
		margin-bottom         : 0px;
		line-height           : 1.8em;
		color                 : white;
	}	
	
	img{
		border                : 0px;
	}
	
	a{
		color                 : white;
		text-decoration       : none;
	}

	p{
		display               : inline;
	}

	dl{
		display               : inline;
		padding-left          : 1em;
	}
	dt{
		display               : inline;
		font-weight           : bold;
		margin                : 0px;
		padding-right         : .4em;
	}
	dd{
		display               : inline;
		margin                : 0px;
		padding-right         : 1em;
	}
	