html {
	margin: 0;
	padding: 0;
	}
body {
	font-family :Arial;
	background : white ; 
	position: absolute;  
	width: 920px; /* Hoe breed je je totale block wilt hebben */  
	height:100%;
	margin: 0 auto;  
	padding: 0;  
}
#adres{
	background: #EEF;
	position:absolute;
	color: #66D;
	top: 5px ;
	left:705px;
	width:160px;
	padding-left: 5px;
	border: solid 0px #AA99AA;
	font-family:Verdana;
	font-size:8pt;
	text-decoration:none;
	z-index:5;
	}
#logo{
	background-color:White;
	position:absolute ;
	left: 20px;
	top: 43px;
	}
#titel {
	font-weight: normal;
	font-size: 30pt;
	margin-bottom: 0px;
	color: #555555;
	font-family: Arial;
	letter-spacing: 1px;
	position :absolute;
	top:50px;
	left:135px;
}
#print{
left : 450px;
width : 40px;
position : absolute;
top : 495px;
height : 20px;
cursor : hand;
}
#subtitel {
	font-size:22pt;
	margin-left : 20px;
	color: #006699 ;
	font-family:Arial;
	font-weight:normal;
	position :absolute;
	top:85px;
	left:320px;
	z-index:11;
}
#datum{
	color:Purple;
	font-size:8pt;
	position:absolute ;
	top:5px;
	left:60%;
} 
/*/--  --/*/
#news{
	/*background:  transparent url("images/news.png") no-repeat 0 0; */
	color:#224477  ;
	position:absolute;
	padding-top: 5px;
	top : 150px;
	left : 700px;
	width:150px;
	height: 320px;	
	font-size : 8pt;

}
#news #nieuwstitel{
	font-weight : normal;
}

#main {
	position:absolute ;
	padding : 5px 2px 1px 5px;
	top:150px;
	left: 185px;
	height:360px ;
	width: 490px; 
	background : #DCF0F0;
	color: #003366;
	font-size : 9pt;
	z-index:10;
	border:  solid 1px #003366;
	list-style-type:none;
}
#main #table1{
	background-color:#DDDEEE;
}

#abbsol{
	background-color:white;
	position:absolute ;
	top:95px;
	left:700px;
	cursor:help;
}
#isogif{
	background-color:White;
	position:absolute ;
	top:105px;
	left:730px;
	cursor:pointer;
	z-index:5;
}
#plaatje_onder_menu
{
	position:absolute ;
	top :350px;
	left:10px;
	height: 115px;
	width: 160px;
	font-family: Verdana ;
	font-size: 9pt;
	color: Blue;
} 
#main_menu ul {
 position: absolute;
 top:150px;
 left:10px;
 list-style: none;
 margin: 0;
 padding: 0;
}
#produkt_menu ul {
 position: absolute;
 top:220px;
 left:185px;
 list-style: none;
 margin: 0;
 padding: 0;
 font-size:8pt;
}
.is{
 font-size: 12px;
 font-weight: bold;
 width: 164px;
 padding: 0;
 margin-bottom: 2px;
 background-color:#DCF0F0;
 color:Red;
 text-align: left;
}

.wannabe{
 font-size: 11px;
 font-weight: normal ;
 width: 160px;
 padding: 0;
 margin-bottom: 2px;
 background-color: white;
 text-align: left;
}

#main #sitemap{
	list-style-type:none ;
}
#main #sitemap ul{
	list-style-type:none ;
}
#main #sitemap ul a:link{
	color:Blue;
}
#main #sitemap ul a:hover{
	color:gray;
}
#main #sitemap ul a:visited{
	color:Blue;
}
#main #sitemap #produktsub ul li a:link{
	font-variant:small-caps ;
	color:Teal;
}
#main #sitemap #produktsub ul li a:visited{
	font-variant:small-caps ;
	color:Teal;
}
#main #sitemap #produktsub ul li a:hover{
	font-variant:small-caps ;
	color:#44AA33;
}
#main_plaatjes{
position:absolute;
top:425px;
left:370px;	
z-index:11;

}
#main_support{
	position:relative;
	top:10px;
	left:-5px;

}
#ManualTable{
	background-color:#EFEFEF;
	font-size:8pt;
	color:Blue;
	position:absolute ;
	top:195px;
	left: 180px;
}
fieldset{
width: 500px;
background-color:Transparent;
border-width : 3px;
display:block;
text-align:left;
}

legend{
color: #999;
font-weight: bold;
font-size: 8pt;
}

label{
width: 80px;
padding-left:5px;
}

input{
border: 1px solid teal;
background-color: transparent;
}
.button
{
	background-color:Fuchsia;
	color:aqua;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: darkblue;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: darkblue;
}
a:active { 
	text-decoration: none; 
	color: blue;
}
a:hover 
{
	text-decoration: none; 
	color: #3355FF;
}