body {
	background-color: #66FF66;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 100%;
	}

.navigation {
	position: fixed;
	top: 0px;
	margin-left: 9px;
	height: 100%;
	min-height: 100%;
	width: 120px;
	z-index: 10;
	}

.navBlock {
	background-color: #0F8402;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 100px;
	width: 138px;
	}

.shadowRight {
	background-image: url(../pics/shadowRight.gif);
	position:absolute;
	left: 129px;
	top: 0px;
	height: 100%;
	min-height: 100%;
	width: 9px;
	z-index: 10;
	}


.shadowLeft {
	background-image: url(../pics/shadowLeft.gif);
	background-repeat: repeat-y;
	position:absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	min-height: 100%;
	width: 9px;
	}

.content {
	position: absolute;
	left: 140px;
	top: 0px;
	/*width: auto; 660px;*/
	margin-left: 10px;
	margin-top: 10px;
	min-height: 90%;
	height: 90%;
	}

.name {
	color: white;
	font-weight: bold;
	text-align: center;
	width: 120px;
	}

.logoKlein {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	border: none;
	}

.logoW3C {
	position: relative;
	top: 10px;
	}

.knop {
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: none;
	}


.rollOver {
	visibility: hidden;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: none;
	}

.titel {
	color: black;
	font-weight: bold;
	text-decoration: underline overline;
	font-size: 20pt;
	}

#footer {
        position: fixed;
        width: 100%;
        height: 50px;
        top: auto;
        right: 0px;
        bottom: 0px;
        left: 150px;
      	}
