/* CSS Document */

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

	background:url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	
	}

#container {
	background:url('../images/contentbg.png');
	background-color:#e1e1e1;
	background-repeat: repeat-y;
    
	position:relative;
	width:816px;
	margin:0 auto;
	}
	
#navigatie {
	padding-top: 10px;
	padding-right: 16px;
	background:url('../images/navigatiebg.jpg');
	
	width: 809px;
	height: 29px;
	text-align: center;
	}
	
	#navigatie a:link, #navigatie a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 3px 25px 2px 25px;
	*padding: 23px 25px 10px 25px;
	font-size: 0.90em;
	}
	
	#navigatie a:hover, #navigatie a:active {
	background-color: #e59c00;
	}
	
#header {
	background:url('../images/header.png'); 

	width: 816px;
	height: 159px;
}

#contentbox {
	width: 825px;
	min-height: 600px;
	}

#left {
	width: 555px;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	float:left;
	}

#right {
	width: 180px;
	float:right;
	margin-top: 20px;
	}

#footer {
	background:url('../images/footer.png');
	height: 23px;
	clear:both;
	text-align: right;
	padding-right: 25px;
	padding-top: 7px;
	width: 786px;
	}
	
	#footer a:link, #footer a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	}
	
	#footer a:hover, #footer a:active {
	border-bottom:1px dotted;
	}
	
h1 {
	font-family: Verdana;
	font-size: 1.0em;
	line-height: 2.0em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #FF9900;
	font-weight: lighter;
	}

h2 {
	font-family: Verdana;
	font-size: 0.90em;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #000000;
	font-weight: lighter;
	}

p {
	font-family: Verdana;
	font-size: 0.70em;
	line-height: 1.5em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #444;
	margin: 10px 0px 20px 0px;
	}
	
.quote {
	padding: 10px;
	background-color: #FFFFCC;
	border: dotted 1px;
	}