body {
	font-family: Verdana;
	font-size: 8pt !important;
	line-height: 1.6em !important;
}

h1, h2, h3, h4, p, form, ul {
	padding: 0 15px;
}

label, input {
	padding: 0;
	margin: 0;
}

label {
	display: block;
	padding: 5px 0;
}

input {
	display: block;
	padding: 3px;
	width: 244px;
}

textarea {
	display: block;
	width: 464px;
	height: 200px;
}

form span.omschrijving {
	font-size: 10px;
	font-style: italic;
	color: #898989;
}

ul.stellingList {
	padding-top: 5px;
	padding-bottom: 15px;
}

ul.stellingList li {
	padding: 3px 0px;
}

ul.stellingList li a {
	padding: 4px 0px 4px 23px;
	background: url(../img/comment.png) no-repeat 0px 3px;
	text-decoration: none;
}

ul.stellingList li a span {
	padding-left: 5px;
	font-size: 10px;
	font-style: italic;
	color: #898989;
}

ul.stellingList li a:hover span {
	text-decoration: none;
}

ul.stellingList li a:hover {
	color: #000;
	text-decoration: underline;
}

ul.downloadList {
	padding-top: 5px;
	padding-bottom: 15px;
}

ul.downloadList li {
	padding: 3px 0px;
}

ul.downloadList li a {
	padding: 4px 0px 4px 23px;
	background: url(../img/icpdf.gif) no-repeat 0px 3px;
	text-decoration: none;
}

ul.downloadList li a:hover {
	color: #000;
	text-decoration: underline;
}

ul.fotoList {
	padding-top: 5px;
	padding-bottom: 15px;
}

ul.fotoList li {
	padding: 3px 0px;
}

ul.fotoList li a {
	padding: 4px 0px 4px 23px;
	background: url(../img/camera.png) no-repeat 0px 3px;
	text-decoration: none;
}

ul.fotoList li a:hover {
	color: #000;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	color: #000;
}

a:hover {
	color: #c9d02b;
}

#header {
	display: block;
	height: 100px;
}

#content p {
	padding-bottom: 15px;
}

#content h2 {
	font-size: 14px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#content h3 {
	font-size: 12px;
	padding-bottom: 15px;
}

#footer p {
	font-size: 7pt !important;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}

p.rTitel {
	padding-bottom: 0px;
	font-size: 11px;
}

.clear {
	clear: both;
}

.col {
	display: block;
	float: left;
}

.w700 {
	width: 700px;
}

.w500 {
	width: 500px;
}

.w200 {
	width: 200px;
}

.w150 {
	width: 150px;
}

.content {
	background-color: #edefee;
}

.linebreak {
	padding-bottom: 15px;
	border-top: 2px #fff solid;
}

ul#nav {
	border-bottom: 1px #c9d02b solid;
}

ul#nav, ul#nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul#nav a {
	display: block;
	text-decoration: none;
	color: #000;
	
	font-weight: bold;
}

ul#nav li {
	border-top: 1px #c9d02b solid;
}

ul#nav li.spacer {
	border-top: 1px #c9d02b solid;
}

ul#nav li a {
	padding: 5px 5px;
	background-color: #fbfcef;
}

ul#nav li a:hover {
	background-color: #fff;
	color: #c9d02b;
}

ul#nav li ul li a {
	padding: 5px 25px;
	background: url(../img/subnav_arrow_gray.gif) no-repeat 10px 9px;
	background-color: #fff;
	color: #000;
	font-weight: normal;
}

ul#nav li ul li a.selected {
	background-color: #c9d02b;
	color: #fff;
}

ul#nav li ul li a:hover {
	background: url(../img/subnav_arrow_green.gif) no-repeat 10px 9px;
	background-color: #fff;
	color: #c9d02b;
}

.foto {
	display: block;
	margin: 0 auto;
	padding: 5px;
}

/* button basics */
a.minibutton {
	display:inline-block;
	height:23px;
	padding:0 0 0 3px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-shadow:1px 1px 0 #eee; 
	background:url(../img/minibutton_matrix.png) 0 0 no-repeat;
	white-space:nowrap;
	border:none;
	overflow:visible;
	cursor:pointer;
	text-decoration:none;
}

a.minibutton>span {
	display:block;
	height:23px;
	padding:0 10px 0 8px;
	line-height:23px;
	background:url(../img/minibutton_matrix.png) 100% 0 no-repeat;
}

a.minibutton:hover, a.minibutton:focus {
	color:#fff;
	text-decoration:none;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
	background-position:0 -30px;
}
a.minibutton:hover>span, a.minibutton:focus>span {background-position:100% -30px;}

a.minibutton.mousedown{background-position:0 -60px; }
a.minibutton.mousedown>span{background-position:100% -60px; }

/* with icon */
a.btn-download .icon {
	float:left;
	margin-left:-4px;
	width:18px;
	height:22px;
	/*background:url(../img/minibutton_icons.png?v20100306) 0 0 no-repeat;*/
}
a.btn-download .icon {background-position:-40px 0;}
a.btn-download:hover .icon, a.btn-download:focus .icon {background-position:-40px -25px;}

#buttons {
	padding: 10px 0;
}

#msgbox {
	
}

.bericht {
	padding: 10px 35px;
	background: url(../img/information.png) no-repeat 15px 11px;
}

.berichtfout {
	padding: 10px 35px;
	background: url(../img/delete.png) no-repeat 15px 11px;
}

.berichtok {
	padding: 10px 35px;
	background: url(../img/accept.png) no-repeat 15px 11px;
}
