body{
    margin: 0;
    padding:140px 100px 20px 220px;
    background-color:#F5FAFF;
    font-family:Arial,Helvetica,"sans serif";
    font-size:11pt;
    text-align:justify;
    color:#000040;
    }
* html body {
    padding-right: 0;
    }
div#header{
    z-index:2;
    position:absolute;
    background-color:#466AA8;
    background-image:url("images/header01.jpg");
    background-repeat:no-repeat;
    top:0;
    left:0;
    right:0;
    width:auto;
    height:140px;
    }
* html div#header{
    width:150%;
    }
div#logo{
    position:absolute;
    background-image:url("images/LogoOsteoLijn03.gif");
    background-repeat:no-repeat;
    top:3px;
    left:180px;
    width:484px;
    height:130px;
    }
.ltekst1{
    color:#FFF;
    font-family:Arial,Helvetica,"sans serif";
    font-size: 19pt;
	font-weight: bold;
    text-indent: 320px;
    margin:30px;
    padding:0;
    }
.ltekst2{
    color:#FFF;
    font-family:Arial,Helvetica,"sans serif";
    font-size: 18pt;
	font-weight: normal;
    text-indent: 340px;
    margin:0;
    padding:0;
    }
div#left-sidebar{
    z-index:1;
    position:absolute;
    top:0;
    left:0;
    width:200px;
    height:100%;
    background-color:#EFF7FF;
    }
.laatst{
    z-index:1;
    margin-top: 20px;
    color:#00C0C0;
    font-family:Arial,Helvetica,"sans serif";
    font-size: 8pt;
    }
ul.navbar {
	list-style-type: none;
	padding: 160px 0 0 0;
	margin: 0 0 0 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 180px;
    }
ul.navbar li {
    list-style-type: none;
	margin: 2px;
	padding: 0;
    }
ul.navbar a {
	text-decoration: none;
	font-family:Arial,Helvetica,"sans serif";
    font-size: 11pt;
	font-weight: bold;
    }
div#footer{
    z-index:0;
    position:absolute;
    background-color:#F5FAFF;
    bottom:0;
    left:200px;
    right: 0;
    width:auto;
    height:20px;
    }
* html div#footer {
    width:100%;
    }
.info{
    font-family:Arial,Helvetica, "sans serif";
    color:#0000C0;
    text-align: center;
    margin-top:2px;
    font-size: 10pt;
	font-weight: bold;
    }
h1{
    font-family:Arial,Helvetica,"sans serif";
    font-size:14pt;
    color: #0000C0;
    font-style: normal;
    font-weight: bold;
    margin: 10px 0;
    }
h2{
    font-family:Arial,Helvetica,"sans serif";
    font-size:11pt;
    color: #0000C0;
    font-weight: bold;
    margin-bottom:0;
    }
.p0{
    margin-top:0;
    }
h3{
    font-family:Arial,Helvetica,"sans serif";
    font-size:10pt;
    color: #000040;
    font-weight: bold;
    }
h4{
    font-family:Arial,Helvetica,"sans serif";
    font-size:8pt;
    color: #000040;
    font-weight: bold;
    }
.groot{
    color:#EFF7FF;
    font-family:Arial,Helvetica,"sans serif";
    font-size: 40pt;
	font-weight: normal;
    text-indent: 300px;
    margin:20px 0;
    }
.left{
    float:left;
    margin: 3px 10px 0 0;
    }
.right{
    float:right;
    margin: 3px 0 0 10px;
    }
.cntr{
    text-align: center;
    }
.rnd{
    border: 1px solid #0000C0;
    }
.menukl{
    color:#FF9000;
    font-family:Arial,Helvetica,"sans serif";
    font-size: 11pt;
	font-weight: bold;
    }
a.menu:link {
	color: #0000C0;
	font-weight: bold;
    }
a.menu:visited {
	color: #0000C0;
	font-weight: bold;
    }
a.menu:hover {
	color: #8080FF;
	font-weight: bold;
    }
a.menu:active {
	color: #FF9000;
	font-weight: bold;
    }
a.tekst:link {
	color:#0000FF;
	font-weight: normal;
    font-family:Arial,Helvetica,"sans serif";
    }
a.tekst:visited {
	color:#0000FF;
	font-weight: normal;
    font-family:Arial,Helvetica,"sans serif";
    }
a.tekst:hover {
	color:#800080;
    font-weight: normal;
    font-family:Arial,Helvetica,"sans serif";
    }
a.tekst:active {
	color:#FF0000;
	font-weight: normal;
    font-family:Arial,Helvetica,"sans serif";
    }
a.ftr:link {
	color:#0000C0;
	font-weight: bold;
    }
a.ftr:visited {
	color:#0000C0;
	font-weight: bold;
    }
a.ftr:hover {
	color:#800080;
    font-weight: bold;
    }
a.ftr:active {
	color:#800080;
	font-weight: bold;
    }
@media screen{
    body>div#header{
    position:fixed;
    }
    body>div#logo{
    position:fixed;
    }
    body>div#laatst{
    position:fixed;
    }
    body>div#left-sidebar{
    position:fixed;
    }
    body>div#footer{
    position:fixed;
    }
    }
* html body{
    overflow:hidden;
    } 
* html div#content{
    padding-right:100px;
    height:100%;
    overflow:auto;
    }
* html div#left-sidebar{
    height:100%;
    overflow:auto;
    }

