body{
    margin: 0;
    padding:120px 110px 30px 260px;
    font-family:Arial,Helvetica,"sans serif";
    font-size:11pt;
    font-weight: normal;
    color:#000000;
    background-color:#FFFFEB; /*FFF5F5*/
    }
* html body {
    padding-right: 0;
    }
.bg-hm{
    background-image:url("images/achterg011.jpg");
    background-repeat: no-repeat;
    background-attachment:fixed ;
    background-position:center 120px;
    }
div#header{
    z-index:1;
    position:absolute;
    padding:0;
    background-image:url("images/bghd01.gif");
    background-repeat: repeat-x;
    top:0;
    left:0;
    right:0;
    width:auto;
    height:120px;
    }
* html div#header {
    width:145%;
    }
.logo{
    text-align:center;
    margin-top:10px;
    }
div#left-sidebar{
    position:absolute;
    top:0;
    left:0;
    width:240px;
    height:100%;
    }
ul.navbar {
	list-style-type: none;
	padding: 140px 0 0 20px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 240px;
    }
ul.navbar li {
    list-style-type: none;
	margin: 5px 0;
	padding: 0;
    }
ul.navbar a {
	text-decoration: none;
	font-family:"Times New Roman",serif;
    font-size: 12pt;
	font-weight: bold;
    }
div#footer{
    z-index:5;
    position:absolute;
    padding:0;
    bottom:0;
    left:0;
    right:0;
    width:auto;
    height:30px;
    }
* html div#footer {
    width:145%;
    }
img{
    border: 1px solid #9A0033;
    }
table.color{
    border:1px solid #9A0033;
    }
td{
    font-size: 11pt;
    }
th{
    font-size: 10.5pt;
    font-weight: bold;
    text-align: left;
    }
.info{
    color:#9A0033;
    font-family:"Times New Roman",serif;
    text-align: center;
    margin-top:4px;
    font-size: 12pt;
	font-weight: bold;
    }
.p0{
    margin-top: 0;
    }
h1{
    font-family:"Times New Roman",serif;
    font-size:16pt;
    font-weight: bold;
    color:#9A0033;
    margin: 10px 0;
    }
h2{
    font-family:"Times New Roman",serif;
    font-size:14pt;
    font-weight: bold;
    color:#9A0033;
    }
h3{
    font-family:"Times New Roman",serif;
    font-size:12pt;
    font-weight: bold;
    color:#9A0033;
    margin: 0;
    }
h4{
    font-size:10.5pt;
    font-weight: bold;
    color:#000000;
    margin: 0;
    }
h5{
    font-family:"Times New Roman",serif;
    font-size:10pt;
    font-weight: bold;
    color:#9A0033;
    }
h6{
    font-family:"Times New Roman",serif;
    font-size:8pt;
    font-weight: bold;
    color:#9A0033;
    }
.left{
    float:left;
    margin: 3px 10px 0 0;
    }
.right{
    float:right;
    margin: 3px 0 0 10px;
    }
.cntr{
    text-align: center;
    }
.klr{
    color:#9A0033;
    }
.klein{
    font-size: 8pt;
    }
.laatst{
    color:#FFC0C0;
    font-family:Arial,Helvetica, "sans serif";
    font-size: 8pt;
	font-weight: bold;
    }
.menukl{
    color:#9A0033;
    border-bottom:2px solid #9A0033;
    font-family:"Times New Roman",serif;
    font-size: 12pt;
	font-weight: bold;
    }
.rul{
    margin-left:-10px; /*FF tov std 40px*/
    }
* html .rul {
    margin-left:30px; /*IE tov 0px*/
    }
a.menu:link {
	color: #9A0033;
    font-weight: bold;
    }
a.menu:visited {
	color: #9A0033;
	font-weight: bold;
    }
a.menu:hover {
	color: #9A0033;
    border-bottom:2px solid #9A0034;
	font-weight: bold;
    }
a.menu:active {
	color: #000;
	font-weight: bold;
    }
a.tekst:link {
	color:#9A0033;
	font-weight: normal;
    font-family:Arial,Helvetica, "sans serif";
    }
a.tekst:visited {
	color:#9A0033;
	font-weight: normal;
    font-family:Arial,Helvetica, "sans serif";
    }
a.tekst:hover {
	color:#000080;
    font-weight: normal;
    font-family:Arial,Helvetica, "sans serif";
    }
a.tekst:active {
	color:#000080;
	font-weight: normal;
    font-family:Arial,Helvetica, "sans serif";
    }
a.ftr:link {
	color:#9A0033;
	font-weight: bold;
    font-family:"Times New Roman",serif;
    }
a.ftr:visited {
	color:#9A0033;
	font-weight: bold;
    font-family:"Times New Roman",serif;
    }
a.ftr:hover {
	color:#000080;
    font-weight: bold;
    font-family:"Times New Roman",serif;
    }
a.ftr:active {
	color:#000080;
	font-weight: bold;
    font-family:"Times New Roman",serif;
    }
@media screen{
    body>div#header{
    position:fixed;
    }
    body>div#left-sidebar{
    position:fixed;
    }
    body>div#footer{
    position:fixed;
    }
    }
* html body{
    overflow:hidden;
    } 
* html div#content{
    padding-right:110px;
    height:100%;
    overflow:auto;
    }
* html div#left-sidebar{
    height:100%;
    overflow:auto;
    }
