body, p, td, li, th {
	font-family:tahoma;
	font-size:11px;
	line-height:18px;
	color:#fff;
}

h1 {
	font-size:18px;
	font-weight:normal;
}
h2 {
	font-size:16px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
	font-style:italic;
}

a {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}
a:hover {
	color:#000;
}

a img {
	border:none;
}

/* forms */
form p label {
	display:block;
	color:#000;
	font-weight:bold;
}

/* messages */
#fatalerror {
	
}
#error {
	color:#000;
}

/* pages */
.geenvoorkeur {
	font-style:italic;
}

.winners {
	float:right;
	background:url(../img/bgwinners.jpg) repeat-x top left;
	padding:10px;
	border:1px solid #fff;
	margin:0 0 30px 30px;
}
.winners.left {
	float:none;
	margin:10px 0 10px 0;
	width:250px;
}
.winners h3 {
	color:#e48511;
	font-style:normal;
}
.winners p {
	padding:3px 0 3px 0;
	margin:0;
}
.winners p.winner {
	border-bottom:1px solid #a16f4a;
}

.choices {
	width:600px;
	display:table;
}
.choicestype {
	border:1px solid #b35201;
}
.choicestype.right {
	width:280px;
	padding:5px;
	margin:0 0 16px 8px;
	float:right;
}
.choicestype.left{
	width:280px;
	padding:5px;
	margin:0 8px 16px 0;
	float:left;
	clear:left;
}
	.choicestype table {
		width:100%;
	}
	.choicestype table tr td{
		border-top:1px dashed #b35201;
		padding:0 10px 0 0;
		vertical-align:top;
	}
	.choicestype h3 {
		font-size:14px;
		font-style:normal;
		color:#581606;
		font-weight:bold;
	}

#submit_keuze {
	display:none;
}

/* objects */
.transparent_image {
	behavior: url(css/iepngfix.htc);
}

.pointsBar {
	height:15px;
	background:#fff;
	color:#000;
	padding-left:5px;
}
table.displayData {
	
}
table.displayData td, table.displayData th {
	vertical-align:top;
	padding:2px 5px 2px 0px;
	line-height:15px;
	text-align:left;
}
table.displayData th{
	color:#000;
}
table.displayData th.type{
	color:#fff;
	padding-top:10px;
	border-bottom:1px solid #fff;
	
}
fieldset {
	border:1px solid #fff;
}
label {
	cursor:pointer;
}