/* CSS Document */
.style1 {color: #FF0000}

a {  color:#74afcf; text-decoration:none; }
a:hover { text-decoration:underline;}
td {font-family:Arial, Helvetica, sans-serif;
  font-size: 12px; color:#646464; }
 
h1 {color:#74afcf; font-size:18px;}
h2 {color:#0082B5; font-size:18px;}
h4 {color:#74afcf; font-size:14px;}
h5 {color:#646464; font-size:14px;}
h6 {color:#646464; font-size:10px;}
strong{color:#000000;}
  
td.links a{ color:#000000; font-size:9px; text-decoration:none; background-color:#FFFFFF;}
td.midden a{ color:#646464; font-weight:bold; text-decoration:none; background-color:#FFFFFF;}
td.rechts a{color:#74afcf; font-weight:bold; text-decoration:none; background-color:#FFFFFF;}

td.links a:hover{ text-decoration:underline;}
td.midden a:hover{text-decoration:underline;}
td.rechts a:hover{text-decoration:underline;}
td.main p{line-height:140%;}

td.activiteit {line-height:140%;}
td.activiteit a{text-decoration:none;}
td.activiteit a:hover{text-decoration:underline;}

p.bottom a{font-weight:normal; color:#74afcf; text-decoration:none;}
p.bottom a:hover{ text-decoration:underline;}

 div#header{
  background:#FFFFFF url('images/achtergrond_body_main.gif') repeat-y fixed center 50%; position:absolute;
  top:0;
  left:0;
  width:100%;
  height:130px;
  
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:28px;
 }



#mark {}
 
#footer td { background-color:#ec7225;}


 
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	overflow: scroll;
	overflow-x: hidden;

 }