@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color:#000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:800px;
	margin:0 auto;
}

#header {
	height:100px;
	background:url(../images/header.gif);
}

#nav {
	height:30px;
	background-color:#000;
}

#content {
	padding:20px;
	background-color:#000;
	min-height:600px;
}

#footer {
	border-top:3px solid #077a78;
	background-color:#66CCCA;
	height:60px;
}

#aanbieding {
	float:left;
	height:100px;
	margin-bottom:10px;
	width:140px;
	margin-left:5px;
	margin-right:5px;
	border:1px solid #999;
}

#aanbieding:hover {
	border:1px solid #D60000;
}

#banner {
	position:absolute;
	margin-top:112px;
	margin-left:157px;
	height:210px;
	width:290px;
}
#leaderboard {
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

#intro {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
}

#intro h1 {
	font-size:18px;
	color:#d60000;
	font-weight:normal;
	margin-bottom:5px;
}

#intro p {
	line-height:14px;
}