
/* Layout Stylesheet */ 


body{
 padding:0;
 margin: 0; font-family: Arial; font-size:9pt;
  }
 
#l-kolom{
 background: #e6e6e6;
 color: black;
  }
#l-kolom a, #kopmenu a{
 font-size: 8pt;
  }
#l-kolom p {
 font-size: 8pt;
  }

#r-kolom{
 position: absolute;
 margin-top: 8px;
 background: #e6e6e6;
 color: black;
 font-size: 8pt;
 }
#r-kolom td, #r-kolom th {
 font-size: 8pt;
 }
#kop {
 background:#dfdfdf;
 color:black;
  } 
#kopmenu{
 background:#ffff99;
 color:black;
  } 
  
#popup{
 background: #eb3d3d;
 color: white;}

#c-kolom{
 background: white;
 color: black;
  }
  
#c-kolom td, #c-kolom th {
font-size: 10pt;
} 
 
#c-kolom h1 {
 color:#cc0000;
 font-size: 12pt;
 font-weight: bold;
 }
a:visited {color: #cc0000; }
a:active {color: #cc0000;}
a:hover {color: black;background: #ffff99;}
a:link{color: #cc0000;}

ul#navlist
{
margin: 0px;
margin-left: 4px;
padding: 0px;
list-style-type: none;
float: left;
 }