body {
    background-color: #ffffff;
    margin: 0 0 0 0;
    padding: 0;
    color: #000000;
    font-size: 10pt;
    font-family: tahoma, verdana;
    overflow: auto;
    
}

td,p,textarea {
    font-family: tahoma, verdana;
    font-size: 9pt;
  	color: #000000;
    padding-left:3px;
 
}


.button {
	BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 11px; BORDER-LEFT: 1px solid; COLOR: #000000; BORDER-BOTTOM: 1px solid; border-color:#A86300; FONT-FAMILY: verdana; BACKGROUND-COLOR: #CAE1EC; width:100px; height:20px;
}

h1 {
    display: block;
    font-family: tahoma, verdana;
    font-size: 12pt;
    background-color: #cae1ec;
    padding: 5px;
    margin: 1px;
    text-align: center;

}
a {
    color: #336c97;
    font-size: 10pt;
    text-decoration: none;
}

li {
    font-family: verdana, tahoma;
  	font-size: 8pt;
  	color: #000000;
}

#header {
    position:absolute;
    top: 0;    
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
}
#header img {
    margin-right: 0px;
}

#menu {
    position: absolute;
    left: 0px;
    top: 175px;
    padding: 2px;
    width: 150px;
}

#menu a {
    display: block;
    background-color: #eee;
    margin: 5px 0 5px 0;
    padding: 5px;
}

#menu a:hover {
    text-decoration: underline;
}

#menu_beheer {
    position: absolute;
    left: 0px;
    top: 178px;
    padding: 2px;
    width: 150px;
    font-size: 10pt;
    font-weight:bold;
    display: block;
  
    
}

#menu_beheer span
{
    display: block;
    background-color: #f6f6f6;
    margin: 2px 0 2px 0px;
    padding: 2px;
}
#menu_beheer a {
    
    display: block;
    background-color: #eee;
    margin: 2px 0 2px 8px;
    padding: 2px;
    font-size: 8pt;
    font-weight:normal;
    
}

#menu_beheer a:hover {
    text-decoration: underline;
}

#menu p {
    display: block;
    margin: 5px 0 5px 0;
    padding: 5px;
}

#content {
    position:absolute;
    left: 150px;
    top: 175px;
    padding: 10px 10px 10px 10px;
    
}

#logoff {
    color:#000;
    background-color: #5aa2c6;
    text-align:right;
    vertical-align:bottom;
    font-weight: bold;
    height: 25px;
    line-height: 23px;
    position: absolute;
    top: 150px;
    width:100%;
}
#logoff a {
    color:#000;
    padding-right: 20px;
    text-decoration: none;
}
#logoff a:hover {
    text-decoration: underline;
}