body {
    margin: 0;
    background-color: #000000;
    color: #ffcc33;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image : url('images/michel_achtergrond.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
  }


div#header {
    position: absolute;
    top:0;
    right:0;
    width:100%;
    height:130px;
    text-align: right;
    border-bottom: 1px solid #be593a;
    background-image: url('images/hoofdbalk2.jpg');
    background-repeat: repeat-x;
  }


div#sidebar {
    position:absolute;
    top:130px;
    left:0;
    width:180px;
    height:100%;
    border-right: 1px solid #be593a;  
  }

@media screen{
  body>div#header {
   position:fixed;
  }

body>div#sidebar{
   position:fixed;
  }
}

* html body {
    overflow:hidden;
}


* html div#content {
    padding: 130px 0px 0px 190px;
    height: 100%;
    overflow: auto;
    top: 130px;
}

#content {
    padding: 130px 0px 0px 190px;
    height: 100%;
    overflow: auto;
    top: 130px;
}

#wrapper {
    margin-right: 85px;
}

a {
    color: #ffcc33;
}

a:hover {
   color: #ffcc33;
   text-decoration: none;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li {      
	background-image: url(images/michel_tong.gif);
	background-repeat: no-repeat;
	line-height: 82px;
	text-align: right;
	font-size: 14px; 
	font-weight: bold; 
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#sidebar li a {
 	color: #ffcc33;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
        display: block;
}


#sidebar li a:hover {
	background-image: url(images/michel_zondertong.gif);
	background-repeat: no-repeat;
	text-decoration: none;
        display: block;
}

.kop {
    font-size: 16px;
   font-weight: bold;
}

p {
   font-weight: bold;
   line-height: 1.5em;
   margin-right: 30px;
}
