* {
	margin: 0px;
	padding: 0px;
}

ul {
	margin-left: 30px;
	margin-top: 5px; margin-bottom: 5px;
}
body {
	background-image: url(../backgrounds/background.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8E96A1;
	font-size: 13px;
	line-height: 18px;
}
h1 {
	color: #135FB1;
	font-size: 22px;
}
h2 {
	font-size: 13px;
	margin-bottom: 5px;
}

a {
	color: #135FB3;
	text-decoration: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#frame {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../backgrounds/header.jpg);
	background-repeat: no-repeat;
	height: 89px;
	padding-top: 15px;
	padding-left: 875px;
}
#menu {
	background-image: url(../backgrounds/menu.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 63px;
}
.wrap {
	height: 50px;
	overflow: hidden;
	position: relative;
	float: left;
}.front  {
	position: absolute;
	left: 0px;
	top: 0px;
}
#container {
	padding-left: 63px;
	padding-top: 38px;
}
#data {
	background-image: url(../backgrounds/center.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 704px;
	background-image: url(../backgrounds/left.jpg);
	background-repeat: no-repeat;
}
#left_header {
	background-image: url(../backgrounds/arrow.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 20px;
	height: 35px;
}
#left_center     {
	width: 654px;
	margin-left: 25px;
}
#left_center p {
	margin-bottom: 10px;
}
#image {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
#title {
	background-image: url(../backgrounds/title.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 1px;
}

#title h1 { margin-bottom: 10px; text-indent: 5px; }
#title p  { text-indent: 5px; }


#right {
	float: right;
	width: 333px;
}
#right .box {
	width: 258px;
	padding-left: 14px;
	margin-bottom: 10px;
}
#right .fixpng .unitPng {
	background-image: url(../backgrounds/box_top.png);
	background-repeat: no-repeat;
	height: 4px;
	font-size: 0px;
	line-height: 0px;
}
#right .box_data {
	background-image: url(../backgrounds/box_data.jpg);
	background-repeat: repeat-y;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#right .unitPng   {
	background-image: url(../backgrounds/box_tail.png);
	background-repeat: no-repeat;
	height: 17px;
	line-height: 0px;
	font-size: 0px;
}
.tekstveld {
	border: 1px solid #D0D0D0;
	background-image: url(../backgrounds/input.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #333;
	padding-top: 3px;
	padding-left: 5px;
}

.knop {
	border: 1px solid #D0D0D0;
	background-image: url(../backgrounds/input.jpg);
	background-repeat: repeat-x;
	color: #333;
	width: 40px;
	padding-top: 3px;

}

.reset {
	clear: both;
	width: 100%;
}
#tail {
	clear: both;
	width: 100%;
	background-image: url(../backgrounds/tail.png);
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-left: 63px;
}

.view {
	padding: 5px; 
}

.inhoudsopgave {
	float: right;
	border: 1px solid #e4e4e4;
	background: #f5f5f5;
	width: 200px;
	
}

.inhoudsopgave td {
	padding: 6px;
	
}

.form label {
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 12px 0 0;
}

.form .info {
	display: block;
	float: right;
	width: 500px;
}

.pollUitslag {
	height: 10px;
	width: 75px;
	background: url('../images/uitslagGrijs.gif') repeat-x;
}

.txtError {
	color: red;
	padding: 3px;	
}

.txtError li { margin-left: 20px; }