/*******************************************************************************
Opmaak index
*******************************************************************************/
html {
	height: 100%;
}

body {
	font-family: Verdana;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

div#container {
	width: 990px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

div#container h3 {
	font-size: 2em;
	color: #9AC46B;
}

div#header {
    margin-top: 20px;
    margin-left: 34px;
    margin-bottom: 20px;
    background: url('images/logo.png') no-repeat;
    overflow: hidden;
    height: 40px;
}

div#header h1 {
	padding: 0;
	margin: 0;
}

div#header h1 a {
    padding: 40px 0 0 0;
    display: block;
}

div#menu {
    overflow: hidden;
}

div#menu ul {
    margin: 0 0 0 13px;
    padding: 0;
    list-style: none;
}

div#menu ul li {
    margin: 0 0 0 2px;
    padding: 0;
    width: 115px;
    float: left;
}

div#menu ul li a {
    background: url('images/menu.png') no-repeat;
    text-decoration: none;
	color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    text-align: center;
    padding: 11px 0px 9px 0px;
}

div#content-container {
    padding: 246px 0 0 0;
    background-repeat: no-repeat;
    margin-left: 3px;
    overflow: hidden;
}

div#content {
    width: 545px;
    overflow: hidden;
    padding: 0 98px 0 30px;
    float: left;
}

div#content h2 {
    font-size: 18px;
    margin:  15px 0;
}

div#sidebar {
    width: 303px;
    float: left;
    overflow: hidden;
    padding-left: 11px;
    padding-top: 13px;
    padding-bottom: 20px;
}

div#sidebar div.reference {
    padding-bottom: 4px;
    padding-top: 4px;
    overflow: hidden;
    border-bottom: 1px dotted #004349;
    padding-left: 4px;
    height: 57px;
}

div#sidebar div.reference div.image {
    float: left;
    width: 88px;    
}

div#sidebar div.reference div.text {
    float: left;
    width: 200px;
}

div#sidebar div.reference div.text a {
    text-decoration: none;
    color: #000;
}

div#sidebar div.reference div.text div.title {
    margin-bottom: 3px;
	margin-left: 7px;
	font-weight: bold;
}

div#sidebar div.reference div.text div.link {
	margin-left: 7px;
}

div#footer {
    width: 1016px;
    height: 22px;
    color: #fff;
    background-color: #004349;
    text-align: left;
    margin: 0 auto;
    padding-left: 100px;
    padding-top: 3px;
    font-size: 10px;
}

div#footer a {
	text-decoration: none;
	color: #fff;
}

div#outer-container {
    width: 1119px;
    margin: 0 auto;
    overflow: hidden;
	background: url('images/background-outer.png') repeat-y center;
}

/* ***
 *	Standaard stylesheet voor het Typo3 mailformulier (csc-mailform).
 *	
 *	Date:		03-05-2009
 *	Version:	1.0
**/
form#mailform fieldset {
	border: 0;
}

form#mailform fieldset div.csc-mailform-field {
	overflow: hidden;
	margin: 3px 0;
}

* html form#mailform fieldset div.csc-mailform-field {
	overflow: visible;
	height: 1px;
}

form#mailform fieldset label {
	float: left;
	width: 200px;
}

form#mailform fieldset td div.csc-mailform-field {
	position: relative;
	overflow: hidden;
}

* html form#mailform fieldset table {
	position: relative;
	top: 35px;
	left: 20px;
}

* html form#mailform fieldset td div.csc-mailform-field {
	overflow: visible;
	height: 1px;
}

form#mailform fieldset td label {
	margin: 0 0 0 20px;
	float: none;
}
form#mailform fieldset td input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

form#mailform fieldset input,
form#mailform fieldset textarea {
	border: 1px solid #E9DFD7;
}

form#mailform fieldset input.csc-mailform-radio {
	border: 0;
}

form#mailform fieldset input.csc-mailform-submit {
	color: #000;
	font-weight: bold;
}

form#mailform fieldset input#mailformformtype_mail {
	margin: 0 0 0 200px;
}

span.csc-mailform-radio fieldset legend {
	display: none;
}

form#mailform fieldset span.csc-mailform-radio fieldset label {
	float: none;
}

