* {
	margin: 0;
	padding: 0;
	}
	
/* Main Layout */
body {
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 12px;
	color: #000;
	background: #fff;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background-color: #fff;
	}
	
#header a {
display: block;
width: 900px;
height: 83px;
background: #fff url(../images/header.jpg) no-repeat top left;
border-bottom: 2px solid #000;
}

#menu {
 height: 40px;
	}

#content {
	clear: left;
	padding-bottom: 10px;
	position: relative;
	}
#splashy {
	float: left;
	}
	
#right_column {
	float: right;
	width: 318px;
	}
	
#succesbox {
	position: relative;
	float: right;
	width: 318px;
	background: #1981b6 url(../images/bluebox_top.gif) no-repeat top left;
	color: #fff;
	margin-bottom: 2px;
	padding-bottom: 20px;
	}

#opgavebox {
	position: relative;
	width: 318px;
	float: right;
	background: #1981b6 url(../images/bluebox_top.gif) no-repeat top left;
	color: #fff;
	margin-bottom: 2px;
	padding-bottom: 20px;
	}

#punchline {
	display: block;
	width: 260px;
	float: right;
	margin: 15px 29px 15px 0;
	}	
/* Menu */
	
#menulist {
	list-style: none;
	font-size: 14px;
 	font-variant: small-caps;
	margin: 10px 0;
	}

#menulist li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
	}

#menulist li a {
	text-decoration: none;
	color: #000;
	}

#menulist li a:hover {
	text-decoration: underline;
	}

/* Text */

p {
	margin-bottom: 10px;
	}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #000;
	}

#content a:hover {
	text-decoration: none;
	}
	
h1 {
	display: block;
	width: 580px;
	height: 46px;
	background: transparent url(../images/headline_bg.gif) no-repeat top left;
	color: #fff;
	font-size: 24px;
	font-style: italic;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
	}

h2 {
	margin-top: 10px;
	font-size: 14px;
	}
h3 {
	font-variant:small-caps;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 10px 10px 0 10px;
	}
		
#succesbox p, #opgavebox p{
	margin: 0 10px 10px 10px;
	}

.readmore {
	text-decoration: none;
	font-variant: small-caps;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 20px;
	background: #1981b6 url(../images/bluebox_bottom.gif) no-repeat bottom right;
	padding-right: 10px;
	}

#opgavebox a:link, #opgavebox a:visited, #opgavebox a:hover, #opgavebox a:active, #succesbox a:link, #succesbox a:visited, #succesbox a:hover, #succesbox a:active   {
	text-decoration: none;
	color: #fff;
	}

#opgavebox a:hover, #succesbox a:hover {
	text-decoration: underline;
	}

#quote {
	font-style:italic;
	}

#punchline_forfatter {
	text-align: right;
	margin: 5px 0 0 0;
	}
/* Footer */

#footer {
	font-size: 10px;
	border-top: 2px solid #000;
	clear: both;
	text-align: center;
	padding-top: 5px;
	}

#footer p {
	margin: 0 auto;
	}
	
#footer a {
	text-decoration: none;
	color: #000;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* Misc. */	

hr {
	border: 0;
	border-bottom: 2px solid #000;
	margin: 25px 0;
	}

.alt {
	display: none;
	}
