@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('reset.css');
@import url('nav_mzo.css');
@import url('search_mzo.css');
@import url('forms_stimular.css');

body {
	background: url(/images/template/body_background.gif) #abc80e repeat-x top;
	margin: 10px 0 0;
}

#maincontainer {
	width: 1000px;
	margin: auto;
}

div#headerwrapper {
	width: 990px;
	height: 146px;
	margin: 0 auto;
	padding: 5px;
	background: white;
}

div#header {
	position: relative;
	border: 1px solid #A6A6A6;
	height: 144px;
	background: url(/images/template/bg_header.gif) no-repeat top left white;
}

h1 {
	width: 321px;
	height: 104px;
	position: absolute;
	left: 23px;
	top: 20px;
	background: url(/images/template/mzo_logo.gif) no-repeat top left;
}

h1 a {
	display: block;
	width: 321px;
	height: 104px;
}

h1 a span {
	display: none;	
}

div#stimular_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 0;
	width: 380px;
	line-height: 42px;
	background: url(/images/template/stimular_logo.gif) no-repeat TOP right;
}

div#stimular_top a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 150px;
	height: 40px;
}

div#stimular_top a span {
	display: none;	
}

div#metanav {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	width: 225px;
	position: absolute;
	bottom: 23px; 
	right: 20px; 
}

div#metanav ul li {
	float: left;
}

div#metanav ul li a {
	color: black;
	text-decoration: none;
}

div#metanav ul li a:hover {
	text-decoration: underline;
}

div#lowerwrapper {
	padding: 5px;
	background-color: white;
}

div#contentwrapper{
	margin: 0px;
	border: 1px solid #a6aca8;
	background: url(/images/template/contentwrapper_background.jpg) repeat-x top;
	padding: 0 29px 29px;
}

div#breadtrail {
	height: 33px;
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

div#breadtrail a {
	color: #999;
	text-decoration: none;
}

div#breadtrail a:hover {
	text-decoration: underline;
}

body#content {
	/* STYLE EXIST FOR EDITING REASONS */
	background: none;
	background-color:#FFF;
	width: 760px;
	margin: 20px;
}

div#content {
	overflow: auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0 50px 1px 0;
	height: auto;
}
#content sub{
    font-size: 9px;
    vertical-align:bottom;
}
#content sup{
    font-size: 9px;
    vertical-align: top;
}
#content h3 sub{
    font-size: 12px;
    vertical-align:bottom;
}
#content h3 sup{
    font-size: 12px;
    vertical-align: top;
}

div#sidebar {
	float: right;
	width: 250px;
	border: 1px solid black;
	background-color: white;
	padding: 10px;
	margin: 0 -50px 25px 25px;
	min-height: 150px;
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0 20px;
	text-align: center;
}

div#footer a {
	color: black;
}

/*--- STYLING ---*/

div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 20px;
}

div#content p {
	margin-bottom: 15px;
}

div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 140%;
	color: #444444;
	margin: 0 15px 20px 0;
}

div#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	color: #00b7e1;
	margin: 1em 15px 5px 0;
}

div#content ol {
	list-style: decimal;
	margin: 20px 0 20px 26px;	
}

div#content ul {
	list-style:square;
	margin: 0 0 20px 26px;
}

div#content ul ul {
	margin-left: 26px;
	list-style: circle;
	margin: 0 0 0 26px;
}

div#content a {
	color: #b0218d;
}

div#content img.plaatjerechts {
	float: right;
	margin: 10px 0 10px 10px;
}
div#content img.plaatjelinks {
	float: left;
	margin: 10px 10px 10px 0;
}


#content table.simpletable {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin-left: 3px;
}
#content table.simpletable td, 
#content table.simpletable th{
	border: 1px solid #CCC;
	padding: 3px;
}
#content table.simpletable th{
	background-color:#CCC;
}
.zebra tr.even, .autozebra tr.even{
	background-color: #eeeeee;
}


/*--- FORM ---*/

/*table.formtable {
	padding: 0;
	margin: 0;
}

table.formtable td {
	text-align: left;
	padding: 3px 10px 3px 0;
}

input.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #A6A6A6;
	margin: 0 0 0;
	padding: 3px;
	width: 175px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #A6A6A6;
	padding: 3px;
	width: 259px;
	height: 200px;
	margin: 10px 0;
}*/

form.plainform select,
form.plainform input,
form#bestelform input, 
form.plainform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	margin: 0 0 4px;
}

form.plainform textarea {
	height: 150px;
}

form.plainform fieldset {
	padding: 0 0 20px;
	border-bottom: 1px dotted #999999;
	width: 610px;
}

form.plainform label {
	float: left;
	clear: left;
	width: 189px;
	margin: 2px 0 0;
	padding-right: 10px;
}
form.plainform label.labelbehind {
	float: left;
	clear: none;
	display: block;
	width: 400px;
	margin-top: 13px;
}
form.plainform input.labelbehind {
	clear: both;
	float: left;
	vertical-align: middle; 
	width: 15px; 
	margin-left: 160px; 
	margin-top: 10px;
	text-align: right; 
	margin-right: 15px;
}
form.plainform input[type=checkbox].labelbehind{
	margin-right: 20px;
	margin-top: 15px;
}
form.plainform input[type=checkbox],
form.plainform input[type=radio]{
	border: none !important;
	background-color: white !important;
}


form.plainform p {
	margin: 0 0 2px !important;
	padding: 0 !important;
}

form.plainform select {
	border: 1px solid #999999;
	padding: 2px;
}

form.plainform input,
form#bestelform input, 
form.plainform textarea {
	border: 1px solid #999999;
	padding: 3px;
	background: #FAFAFA;
}

form.plainform input.breed, form.plainform textarea.breed {
	width: 400px;	
}

form.plainform select {
	width: 200px;
} 

form.plainform input.postcode,
form.plainform input.voorletters {
	width: 100px;	
}

form.plainform input.plaats, 
form.plainform input.achternaam {
	width: 289px;
}

form.plainform input.functie {
	width: 150px;
	margin-left: 3px;
}

form.plainform select.aanhef {
	width: 85px;
}

form.plainform select.functie {
	width: 170px;
	margin-right: 10px;
}

form.plainform p.formbuttons {
	text-align: right;
	width: 610px;
}

form.plainform input.button,
form#bestelform input.button {
	font-weight: bold;
	margin: 15px 0 0 5px !important;
	padding: 2px 4px !important;
	border: 1px solid black !important;
}
