/* spelendrijkworden */

*{
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%; /* Required */
}

body {
	color: #333;
	font: Verdana, sans-serif;
	text-align: center;
	background-image:url(../images/bg.jpg);
	background-color: #f8f8f8;
	background-repeat:repeat-x;
}

/* DIV */

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#header {
	width: 800px;
	height: 152px;
	background-image:url(../images/header.jpg);
}

#blokken {
	width: 800px;
	height: 279px;
	background-color: #f8f8f8;
}

#content {
	width: 800px;
	min-height: 100px;
	background-color: #f8f8f8;
}

#blok1 {
	width: 220px;
	height: 179px;
	background-image:url(../images/registreren.jpg);
	float: left;
	padding: 100px 20px 0px 30px;
}

#blok2 {
	width: 210px;
	height: 179px;
	background-image:url(../images/spelen.jpg);
	float: left;
	padding: 100px 20px 0px 30px;
}

#blok3 {
	width: 220px;
	height: 179px;
	background-image:url(../images/verdienen.jpg);
	float: left;
	padding: 100px 20px 0px 30px;
}

#footer {
	width: 800px;
	height: 50px;
	padding-top: 15px;
}

.content {
	width: 730px;
	height: 113px;
	padding: 35px;
	background-image:url(../images/content.jpg);
	}

/* Tekst */

p {
	font-family: Verdana;
	font-size: 0.6em;
	line-height: 1.6em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #666;
}

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

a:hover, a:active {
	color: #666;
	border-bottom: 1px dotted #666;
}

a.inpost:link, a.inpost:visited {
	color: #FF9900;
	text-decoration: none;
}

a.inpost:hover, a.inpost:active {
	color: #FF9900;
	border-bottom: 1px dotted #FF9900;
}


table {
	font-family: Verdana;
	font-size: 0.6em;
	line-height: 1.6em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #666;
	}