body {
	background:#CCCCCC; /* grijs */
	font-family: arial;
	font-size: 11pt;
	color: #000000; /* tekstkleur zwart */
	margin: 0px;
}
#container { /* gecentreerd */
	position:absolute; 
	left:50%; 
	margin-left:-512px; 
	width:1024px; 
	min-height:768px;
}
#header {
	float:left;
	width:1024px;
	height:125px;
	background-image:url(/images/headerbg.jpg);
}
#logo {
	position:absolute;
	width:181px;
	height:181px;
	background: url(/images/logo.png) no-repeat left top;
	z-index:10;
}	
#leftcol {
	float:left;
	width:200px;
	height:643px;
	background:url(/images/leftbg.jpg) repeat-y;
}
#content {
	float:left;
	width:584px;
	background-color: #FFFFCC; /* gebroken wit */
	min-height:624px;
	padding: 10px 20px 10px 20px; /* TRBL */
}
#rightcol {
	float:right;
	width:200px;
	height:643px;
	background:url(/images/rightbg.jpg) repeat-y;
}

p{

}
h1 {font-size:16px; line-height:20px}
h2 {font-size:14px;}
h3 {font-size:15px;color:#F00;}
h4 {}
h5 {}
.plaatje {
	float:left;
	width:80px;
	height:80px;
	padding:2px;
}
.plaatje:hover {
	float:left;
	width:200px;
	height:300px;
	padding:10px;
}
.error{
	color: red;
}

.highlight{
	color: blue;
	font-style: italic;
	font-weight:500;
	font-size:16px;
	background-color: #FF0;
	padding:4px;
}
.note{
	font-style: italic;
	font-size: 85%;
}

#poll{
	width: 156px;
	background-color: #FEFEFE;
	border: 1px solid #EDEDED;
	padding: 0px;
}

#poll .pollResultRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	background-color: #EFEFEF;
}

#poll .pollQuestionRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	padding: 3px 0px 3px 0px;
	background-color: #EFEFEF;
}

#poll .smallRight{
	margin: 3px 3px 3px 3px;
	font-size: 70%;
	float: right;
}

#poll h2{
	font-size: 110%;
	margin: 3px;
}

#contact fieldset{
	border: 0px;
}

#contact fieldset label{
	float: left;
	border: 0px solid red;
	width: 150px;
	display: block;
}

#contact fieldset label.error{
	float: none;
	clear: right;	
}

.dataTable{
	width: 100%;
}
.dataTable th{
	background: #ccc;
	padding: 5px;
}
.dataTable td{
	padding: 3px;	
}
.regelnaam{
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 10px 0px 0px;
}
.regelnaam2{
	font-style: italic;
}
.regelprijs{
	display: block;
	font-style: italic;
	text-align: right;
	width: 100px;
}
