html,body {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 14px;
}

html {
	font-family: Verdana;
	font-size: 13px;
}

body {
	background-color: lightgrey;
	padding: 10px;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: black;
}

ul {
	margin: 0px;
	padding: 0px;
}


/****************
 * Container divs
 ***************/

#maindiv {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid black;
}

#header {
	height: 260px;
	was: 260px;
	width: 970px;
	background-image: url(img/header.jpg);
}

#yellowheaderbar {
	position: relative;
	background-color: #FFDE39;
	height: 65px;
	top: 195px;

	filter:alpha(opacity=80);
	-moz-opacity:.80;
	-khtml-opacity:.80;
	opacity:.80;
}

#logo {
	position: absolute;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	top: 86px;
	background: url(img/logo.gif) center right no-repeat;
	height: 215px;
	was: 215px;
}

#menu {
	position: relative;
	background-color: #FFDE39;
	width: 930px;
	height: 32px;
	top: 20px;
}

div.menuitem {
	position: relative;
	float: left;
	padding-left: 27px;
	margin-left: 3px;
	margin-right: 3px;
	height: 28px;
	top: -28px;
	
	padding-top: 24px;
	
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	
	background-position: center left;
	background-repeat: no-repeat;
}

#content {
	padding: 10px;
}

#footer {
	height: 67px;
	width: 970px;
	background-image: url(img/footer.jpg);
}

#footer div#shade {
	position: relative;
	text-align: left;
	color: black;
	top: 31px;
	margin-right: 5px;
	float: right;
}

#footer div#text {
	position: relative;
	text-align: left;
	color: white;
	top: -2px;
	margin-right: 6px;
	float: right;
	
}

#footer div#text a, #footer div#text a:hover {
	color: lightgrey;
}


/******************
 * kleine zut
 *******************/

div#quote {
	float: right;
	font-size: 20px;
	font-style: italic;
}

span.quote {
	font-size: 38px;
}