* { margin: 0px; border: 0px;	padding: 0px; outline-style: none; }

body{
	width: 650px;
}

#site {
	width: 650px;
	border: 0px;
	background: none;
}

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

/* ------------------------------------------------------------------------- Print */

#printheader{
	position: relative;
	width: 650px;
	height: 50px;
	display: block;
	float: right;
	margin-bottom: 15px;
	clear: both;
}

#printheader img{
	clear: both;
}

#content .content_txt h1{	font: 14px Helvetica, Geneva, Arial; font-weight: bold; color: #fff; text-transform: uppercase; }
#content .content_txt h2{ font: 12px Helvetica, Geneva, Arial;  color: #fff; }

#content .content_txt{
	position: relative;
	margin-top: 0px;
	font: 14px arial, sans-serif;
	display: block;
	clear: both;
}

 /* ------------------------------------------------------------ Deelnemerslijst */

#deelnemers {
	position: absolute;
	margin: 75px 0px 60px 30px;
	padding-top: 30px
	width: 315px;
	float: left;
	z-index: 10;
}
 
#deelnemers .row {
	width: 315px;
	height: 23px;
	float: left;
	clear: left;
} 

#deelnemers .row .Naam1 {
	float: left;
	font:  12px Helvetica, Geneva, Arial;
	font-weight: normal; 
	line-height: 18px; 
	color: #fff;
	text-decoration: none;
} 

#deelnemers .row .Naam2 {	
	margin-left: 10px;
	float: left;
	font:  11px Helvetica, Geneva, Arial;
	font-weight: bold;
	line-height: 18px; 
	text-align: right;
	color: #8d8d8d;
	text-decoration: none;
} 

/* ------------------------------------------------------------------------- Display none */

#left{
	display: none;
}

#right{
	display: none;
}

#content .submenu{
	display: none;
}

#footer{
	display: none;
}