/* CSS Document */

body{
  margin:0;
  padding:header-<length> 0 0 left-sidebar-<length>;
 }
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:header-<length>;
  z-index:11;
 }
 div#sidebar{
  position:absolute;
  top:header-<length>;
  left:0;
  width:left-sidebar-<length>;
  height:100%;
  width:100%;
  z-index:10;
 }
 @media screen{
  body>div#header{
   position:fixed;
  z-index:11;
  }
  body>div#left-sidebar{
   position:fixed;
   width:100%;
   height:100%;
   overflow:hidden;
   z-index:10;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  width:100%;
  overflow:auto;
  x-overflow:hidden;
 }

a:link {
	color:#CC3399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#CC3399;
}
a:hover {
	text-decoration: underline;
	color:#CC3399;
}
a:active {
	text-decoration: none;
	color:#CC3399;
}
a.linkopacity img {
	filter:alpha(opacity=20);
-moz-opacity: 1.0; 
	opacity: 1.0;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 0.6;   
opacity: 0.6;

}

#others_div{
width:100px;
height:250px;
float:left;
}
#witvlak_div{
position:absolute; 
right:0px; 
top:0px;
width:250px;
height:100%;
background-color:#FFFFFF;
visibility:hidden;
}
#mouseover_div{
position:absolute;
right:0px; 
top:0px;
bottom:0px;
width:250px;
height:100%;
visibility:hidden;
}
#text_div{
position:absolute;
height:100%;
right:0px;
top:50px;
bottom:0px;
width:230px;
}

.blue{
	color: #44C7F4;
}
.gray{
color:#999999;
}
.linkstyle{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}
.text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:16px;
padding-right:20px;
}
.bijschr{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
line-height:16px;
padding-right:20px;
}
.title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:40px;
line-height:50px;
padding-right:20px;
text-decoration:underline;
}

.title a:link {
	color: #000000;
	text-decoration: underline;
}
.title a:visited {
	color: #000000;
	text-decoration: underline;
}
.title a:hover {
	color: #000000;
	text-decoration: underline;
}
.title a:active {
	color: #000000;
	text-decoration: underline;
}

#embed{
position:relative;
width:100px;
height:50px;
background-color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:16px;
padding-right:20px;
float:left;
padding:5px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height:25px;
	font-style: normal;
	font-weight: bolder;
	align: left;
	padding:0px;
	margin:0px;
}

h1 {
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
}