html, body {
	height:100%;
	margin:0;
	padding:0;

	background:url('../images/stripebg.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 180%;
	}

#container {
	background:url('../images/bg.jpg');
	background-repeat: repeat-y;
    
	position:relative;
	width:1002px;
	margin:0 auto;
	}
	
#icons {
    width:1002px;
    height:90px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#header {
    width:1002px;
    height:250px;
	background: url('../images/header.png');
	margin: 0px auto;
	}

#navigation {
    background:url('../images/navbg.jpg');
    width:100%;
    height:20px;
	text-align: center;
    }
	
	#navigation a:link, #navigation a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 3px 25px 2px 25px;
	*padding: 23px 25px 10px 25px;
	}
	
	#navigation a:hover, #navigation a:active {
	background: #333333 url('../images/navbghover.jpg');
	}
	

#links {
    width:160px;
	float:left;
	padding: 20px;
	text-align: left;
    }
	
	#links a:link, #links a:visited {
	color: #595959;
	text-decoration: none;
	}

	#links a:hover, #links a:active {
	border-bottom: dotted 1px #595959;
	}

#inhoud {
    width:562px;
	padding: 20px;
	float:left;

	margin:0;
    color:#000;
	background:#FFF;
    }

#rechts {
    width:160px;
	float:right;
	padding: 20px;
	padding-left: -15px;
	text-align: left;
    }

	#rechts a:link, #rechts a:visited {
	color: #595959;
	text-decoration: none;
	}

	#rechts a:hover, #rechts a:active {
	border-bottom: dotted 1px #595959;
	}

#footer {
    background:url('../images/footbg.jpg');
    height:20px;
	text-align: center;
	
	width: 1002px;
	margin:0 auto;
	clear:both;
	}
	
	#footer p {
	font-size: 0.9em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	}

p.quote {
	border-top: dotted 1px;
	border-bottom: dotted 1px;
	background: #e7e7e7;
	padding: 10px;
	}

	
p {
	color: #404040;
	}

img, div, input {
	behavior: url('iepngfix.htc');
	border: none;
	}

#inhoud a:link, #inhoud a:visited {
	color: #5e8c9f;
	text-decoration: none;
	}

#inhoud a:hover, #inhoud a:active {
	border-bottom: dotted 1px #5e8c9f;
	}
	
.rollover a { 
	display:block; 
	width:83px; 
	background-color: none;
	}
	
.rollover a:hover { 
	background-color: #990000;
	}
