*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background: #444;
}

#wrapper
{
	background: #EEE;
	width: 90%;
	margin: 0 auto;
}

#header
{
	background: #EEE url('../layout/header.jpg') repeat-x;
	color: #eeeeee;
	border-bottom: 1px solid #759f6c;
	height: 120px;
}

#header h1
{
	text-indent: -100em;
	background: url('../layout/logo.png') bottom right no-repeat;
	width: 320px;
	height: 87px;
}

#header h2
{
	position: absolute;
	top: -100em;
	left: -100em;
}

#ads
{
	position: absolute;
	right: 6%;
	top: 15px;
	z-index: 20;
}

/* Domeinnavigatie */
#mainnav
{
	position: relative;
	top: 0.9em;
	list-style: none;
	text-align: right;
	height: 2.1em;
	margin-left: 155px;
}

#mainnav li
{
	float: left;
}

#mainnav li a
{
	float: left;
	display: block;
	height: 1em;
	padding: 7px 7px 6px 7px;
	color: #000000;	
	text-transform: lowercase;
	text-decoration: none;
}

#mainnav li.actief a
{
	padding: 6px;
	background: #eeeeee;
	border: solid #759f6c;
	border-width: 1px 1px 0 1px;
	-moz-border-radius: 6px 6px 0 0;
}

#mainnav li a:hover
{
	padding: 6px;
	background: #dedede;
	border: solid #759f6c;
	border-width: 1px 1px 0 1px;
	-moz-border-radius: 6px 6px 0 0;
	opacity: 0.6;
}

/* Sectienavigatie */
#menu
{
	width: 150px;
	clear: both;
	float: left;
	list-style: none;
	border: solid #759f6c;
	border-width: 0 1px 1px 0;
}

#menu ul
{
	width: 150px;
	list-style: none;
}

#menu li
{
	text-transform: lowercase;
	width: 150px;
	background: #759f6c;
	color: #ffffff;
}

#menu li ul li
{
	background: #ffffff;
}

#menu li ul li a
{
	display: block;
	width: 137px;
	padding: 3px 3px 3px 10px;
	color: #000000;
	text-decoration: none;
}

#menu li ul li a:hover
{
	background: #d6e4d3;
	color: #000000;
}

#menu h4
{
	font-size: 11px;
	padding: 3px;
	font-weight: normal;
}

/* Breadcrumbs */
#breadcrumbs
{
	list-style: none;
	margin: 0 0 0.5em 0 !important;
	padding: 0 !important;

}

#breadcrumbs.randOnder
{
	padding-bottom: 0.7em !important;
	border-bottom: 1px solid #557d4d;
}

#breadcrumbs li
{
	display: inline;
}

/* Acties */
#acties
{
	list-style: none;
	padding: 0 !important;
	margin: 0 0 0.5em 0 !important;
	height: 22px;
}

#acties li
{
	float: right;
	padding: 6px 0;
}

#acties li a
{
	margin-left: 16px;
	padding: 6px;
}

#acties li#print
{
	background: url('../layout/printer.png') center left no-repeat;
}

#acties li#pdf
{
	background: url('../layout/pdf.png') center left no-repeat;
}

#acties li#word
{
	background: url('../layout/word.png') center left no-repeat;
}


/* Content */
#content
{
	padding: 10px;
	margin-left: 150px;
}

#content h1
{
	font-size: 17px;
	border-bottom: 2px solid #557d4d;
	padding-bottom: 5px;
	margin-bottom: 0.5em;
}

#content h1#titel
{
	margin-right: 230px;
}

#content p
{
	margin: 0.5em 0 1em 0;
}

#content ul, #content ol
{
	margin: 0.5em 0 1em 2em;
}

#content img
{
	margin: 0.5em;
}

#content hr
{
	border: solid #000000;
	border-width: 1px 0 0 0;
	margin: 10px 0;
}

#content a
{
	color: #557d4d;
	text-decoration: none;
}

#content a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Meta-informatie */
#sidebar
{
	width: 200px;
	float: right;
	margin-left: 1em;
}

#content #meta
{
	border: 1px solid #557d4d;
	padding: 0.75em;
	background: #f5f9f4 url('../layout/gradient.png') repeat-x;
	margin: 0 0 1em 0;
	width: 185px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#content #meta dt
{
	font-weight: bold;
}

#content #meta dd
{
	margin: 0.25em 0 0.5em 1.5em;
}

#content #meta #waardering
{
	background: #5E9ACA;
	text-indent: -100em;
}

#content #meta #waarderingbalk
{
	border: 1px solid #aaaaaa;
	background: #bbbbbb;
	width: 175px;
}

/* Forms */
input, button, textarea, select
{
	font-size: 12px;
}

textarea
{
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

select
{
	padding: 1px;
}

/* Tabellen */
th, td
{
	padding: 3px !important;
}

.overzicht
{
	border: 1px solid #aaaaaa;
}

th, th a
{
	background-color: #cccccc;
	font-weight: bold;
	text-align: left;
}

.even
{
	background-color: #FFFFFF;
}

.oneven
{
	background-color: #eeeeee;
}

.rood
{
	background-color: #ffcccc;
}

.even:hover, .oneven:hover
{
	background-color: #dddddd;
}

fieldset
{
	border: 1px solid #557D4D;
	padding: 5px 10px 10px 10px;
}

fieldset legend
{
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

fieldset th
{
	background: inherit;
	font-weight: normal;
	width: 300px;
	vertical-align: top;
}

fieldset#contact
{
	width: 300px;
}

fieldset th label, fieldset#contact dt
{
	font-weight: bold;
	margin-bottom: 5px;
}

fieldset#contact input, fieldset#contact textarea
{
	margin-bottom: 5px;
}

fieldset#zoeken
{
	width: 500px;
	margin: 0 auto 15px auto;
}

fieldset #zoekKnop
{
	margin-top: 5px;
	padding-top: 8px;
	border-top: 1px solid #557d4d;
	text-align: center;
}

/* Inzendingen */
dl#inzending dt
{
	font-weight: bold;
}

dl#inzending dd
{
	margin: 3px 0 10px 0;
}

/* Footer */
#footer
{
	color: #eeeeee;
	width: 85%;
	margin: 0 auto;
	padding: 0.5em 0 0.5em 0;
	font-size: 0.9em;
	text-align: center;
}

/* Clearfix */
#content:after, #mainnav:after, .clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content, * html #mainnav, * html .clearfix { height: 1%; }
/* End hide from IE-mac */
