img, div { behavior: url(iepngfix.htc) }
* {
  margin: 0;
  padding: 0;
}
html {
	/*background-image:url(../afbeeldingen/bg/standaard.jpg);*/
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center; 
	/*background-position:center top;*/
	background-color:#1B3742;
}
body {
  	height: 100%; 
}
html, body {
height: 100%; /* heel belangrijk */
}
.print {
	display: none;
}
#top{
	height:96px;
	width:100%;
	background-image:url(../afbeeldingen/top.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:12px;
	  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;

}
#top-content{
	margin: 0 auto;
	width: 850px;
	min-height: 100%;
}
#top-left{
	float:left;
	width:350px;
	min-height:100%;
}
#top-right {
	float:right;
	height:20px;
	width:480px;
	margin-top:20px;
	text-align:right;
}
#top-right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top-right li {
	float: left;
}
#top-right a {
	display: block;
	/*width: 150px;*/
	text-decoration: none;
/*	height: 20px;*/
	border-right: 0px solid #FFFFFF;
	padding-right:22px;
	color:#FFFFFF;
}
#top-right a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#container{
	margin: 0 auto;
	margin-top:100px;
	width: 850px;
	min-height: 880px;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	position: relative;
	background-image:url(../afbeeldingen/bg/content.png);
	background-repeat:repeat-y;
	background-position:right;
	font-family:Verdana;
	font-size:12px;
}
#left{
	float:left;
	width:225px;
	height:200px;
}
h2{
	color:#000000;
	font-size: 14px;
	margin-bottom:12px;
	/*position: relative;
	height: 30px;*/
}
#left-top{
	width:225px;
	height:23px;
	margin-top:43px;
	background-image:url(../afbeeldingen/left-top.png);
	background-repeat:no-repeat;
}
#left-content{
	width:215px;
	padding-left:10px;
	background-image:url(../afbeeldingen/left-content.png);
	background-repeat:repeat-y;
}
#left-content ul{
	list-style-type: none;
}
#left-content li{
	height:30px;
}
#left-content a{
	color:#000000;
	text-decoration:none;
}
#left-content a:hover{
	color:#D81A23;
	text-decoration:underline;
}
#text-left{
	float:left;
	width:350px;
	height:90px;
}
#text-right{
	float:right;
	width:230px;
	height:90px;
	text-align:right;
}
#text-left li{
	margin-left:15px;
}
#left-bottom{
	width:225px;
	height:28px;
	background-image:url(../afbeeldingen/left-bottom.png);
	background-repeat:no-repeat;
}
#right{
	float:right;
	width:585px;
	padding:20px;
	height:200px;
	line-height:18px;
}
h1{
	color:#000000;
	font-size: 18px;
	margin-bottom:12px;
	/*position: relative;
	height: 30px;*/
}
#tabel{
}
#tabel-left-hoog{
	float:left;
	width:270px;
	height:165px;
}
#tabel-right-hoog{
	float:right;
	width:300px;
	height:165px;
	font-size:10px;	
}
#tabel-left{
	float:left;
	width:270px;
	height:25px;
}
#tabel-right{
	float:right;
	width:300px;
	height:25px;	
}
#footer {
	width:585px;
	height:20px;
	bottom:0;
	position:absolute;
	text-align:right;
	font-size:10px;
}
#clear {
	clear: both;
}

/*			Links			*/

#footer a, #right a{
	color:#D81A23;
	text-decoration:none;
}
#footer a:hover, #right a:hover{
	color:#D81A23;
	text-decoration:underline;
}

