* {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	background-color: #fff;
	min-width: 878px;
}
fieldset {
	border: 0;
}
.clear {
	clear: both;
}
#main {
	min-width: 878px;
}
#container {
	margin: 0 auto;
	width: 878px;
}
/* header */
#header {
	width: 878px;
	height: 104px;
	background-image: url('../images/header.jpg');
}
/* left */
#left {
	display: inline;
	margin-left: 31px;
	float: left;
	width: 390px;
}
#left #logo {
	width: 390px;
	height: 164px;
	background-image: url('../images/logo.jpg');
}
#left #logo #selexion {
	display: block;
	position: absolute;
	margin-left: 80px;
	margin-top: 129px;
	width: 184px;
	height: 35px;
}
#left #side {
	width: 390px;
	height: 662px;
}
#left #sideTop{
	width: 390px;
	height: 340px;
	background-image: url('../images/leftTop.jpg');
}
#left #sideBottom{
	width: 390px;
	height: 322px;
	background-image: url('../images/leftBottom.jpg');
}
/* right */
#right {
	float: left;
	width: 406px;
}
#navigation {
margin-left: 434px;
	width: 398px;
	height: 104px;
	background-image: url('../images/navigation.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
#navigation a {
	display: block;
	position: absolute;
	height: 40px;
	margin-top: 44px;
}
#navigation #prijzen {
	width: 96px;
	margin-left: 135px;
}
#navigation #winnaars {
	width: 95px;
	margin-left: 235px;
}
#navigation #stf {
	width: 100px;
	margin-left: 200px;
}
/* top */
#top {
	width: 878px;
	height: 104px;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
}
/* content */
#content {
	width: 406px;
	background-image: url('../images/rightTopBg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 60px;
}
#content h1 {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: #17469e;
	margin: 0 10px 10px 27px;
}
#content p {
	margin: 5px 40px 5px 27px;
	line-height: 1.3;
	font-size: 12px;
}
#content p.right {
	text-align: right;
}
#content fieldset {
	margin: 5px 27px 10px 27px;
	font-size: 12px;
}
fieldset .tekst {
	border: 1px solid #979797;
	padding: 2px;
}
fieldset select {
	padding: 2px;
	border: 1px solid #979797;
}
fieldset div {
	clear: both;
	padding: 4px 0;
}
fieldset label, fieldset input, fieldset select {
	float: left;
}
fieldset label {
	clear: left;
	padding: 2px;
	width: 80px;
}
#content .line {
	width: 338px;
	height: 4px;
	line-height: 0;
	font-size: 0;
	background-image: url('../images/divider.gif');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 15px 0 15px 27px;
}
/* made by */
#madeby {
	margin-top: 120px;
	background-image: url('../images/madeby.gif');
	background-repeat: no-repeat;
	background-position: top center;
	height: 22px;
}
#madeby a {
	padding-top: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #3b3f44;
	font-size: 10px;
}
#madeby a:hover {
	color: #000;
}