html, body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-color: #E8FCEE;
	
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	
	text-align: center; /*Zorgt ervoor dat layout gecentreerd wordt*/
}

img {
	border: none;
	background-repeat: no-repeat;
}

a {
	color: #29813F;
}

a:hover {
	color: #555555;
}

div.site_container {
	
	width: 920px;
	
	text-align: left;
	
	background-image: url('img/bg.gif');
	background-position: center;
	background-repeat: repeat-y;

	padding: 0px;
	margin: 0px auto; /*Zorgt ervoor dat layout gecentreerd wordt*/
	position: relative;
}

div.header_container {

}

div.header {
	height: 90px;

	background-image: url('img/header.gif');
	background-position: center;
	background-repeat: no-repeat;
	
	clear: both;
	
	border-bottom: 4px solid #FFFFFF;
}

div.time {
	height: 13px;
	
	background-color: #555555;
	
	color: #FFFFFF;
	font-size: 9px;
	text-align: right;
	
	padding-right: 4px;
	border-bottom: 4px solid #FFFFFF;
}

div.left_container {

	width: 120px;
	
	background-color: #FFFFFF;
	
	float: left;
}

div.middle_container {

	width: 785px;
	height: auto;
	
	background-color: #FFFFFF;
	
	margin: 0px 0px 0px 15px;
	
	float: right;
}

div.footer_container {

	clear: both;
	
	height: 13px;
	
	background-color: #29813F;
	
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	
	border-top: 4px solid #FFFFFF;
}

div.title {
	height: 25px;
	
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #29813F;
	
	border-bottom: solid 1px #29813F;
	border-right: solid 1px #29813F;
	
	margin-bottom: 4px;
}

div.tekst {
	vertical-align: text-top;
	
	text-align: justify;
	
	font-size: 12px;

	min-height: 300px;
	
	padding-right: 15px;
	
	margin-bottom: 10px;
}

div.baar {
	background-color: #9BCCAF;
	padding: 0px;
	height: 16px;
	color: #29813F;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	border: 1px solid #29813F;
	margin-bottom: 2px;
}

div.datum {
	text-align: right;
	width: 770px;
}

.bold {
	font-weight: bold;
	color: #29813F;
}

.boldg {
	font-weight: bold;
	color: #666666;
}

.titel {

	font-size: 18px;
	color: #29813F;
	font-weight: bold;
	text-decoration: none;
}

.form {

	background-color: #FFFFFF;
	border-bottom: 1px solid #29813F;
	border-right: 1px solid #29813F;
	border-left: 1px solid #29813F;
	border-top: 1px solid #29813F;
}

.kalender {

	border: solid #29813F 1px;
	background-color: #9BCCAF;
	color: #29813F;
	font-weight: bold; 
}

.kalenderToday {
	
	border: solid #29813F 1px;
	background-color: #C7E0D5;
	color: #29813F;
	font-weight: bold; 
}

table.overzicht {

	color: #29813F;
	font-weight: bold;
	width: 100%;
}

table.overzicht td.header {

	border: solid #29813F 1px;
	background-color: #9BCCAF;
	padding: 4px;
	height: 30px;
}

table.overzicht td.dark {

	border: solid #29813F 1px;
	background-color: #C7E0D5;
	padding: 4px;
}

table.overzicht td.light {
	
	border: solid #29813F 1px;
	background-color: #FFFFFF;
	padding: 4px;
}

table.overzicht td.selected {
	
	border: solid #29813F 1px;
	background-color: #BFBFBF;
	padding: 4px;
}

/* Dropdown menu: ddm = Drop Down Menu */
.ddm {
    font: 11px tahoma;
	text-transform: uppercase;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}

/* Menu items */
.ddm .item1,
.ddm .item1:hover,
.ddm .item1-active,
.ddm .item1-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
	margin-bottom: 2px;
	border-left: solid 3px #006600;
}
.ddm .item1 {
	color: #FFFFFF;
	background-color: #9BCCAF;
	PADDING-LEFT: 10px; 
}
.ddm .item1:hover,
.ddm .item1-active,
.ddm .item1-active:hover {
	color:#FFFFFF;
  	background-color: #006600;
	PADDING-LEFT: 10px;
}

.ddm .dark1,
.ddm .dark1:hover,
.ddm .dark1-active,
.ddm .dark1-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm .dark1 {
	background-color: #29813F;
	color:#FFFFFF; 
	PADDING-LEFT: 10px;
}

.ddm .dark1:hover,
.ddm .dark1-active,
.ddm .dark1-active:hover {
	color: #FFFFFF;
	PADDING-LEFT: 10px;
}

/* Sub menu's */
.ddm .item2,
.ddm .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.ddm .item2 {
    COLOR: #050066;
 	BACKGROUND-COLOR: #C7E0D5;
}

.ddm .item2:hover {
    BACKGROUND-COLOR: #9BCCAF;
}

.ddm .section {
    border: 1px #006600;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
	width: 150px;
}
