/* 
    Document   : looydijk
    Created on : Apr 7, 2013, 9:26:41 AM
    Author     : putto_000
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
	font-family: "Lucida Fax", Verdana, Arial;
        color: #245A7D;
        background-color: #FBFBFB; 
        background-image:url('../img/front3.jpg');
}
div.transbox
  {
  width:800px;
  height:700px;
  margin:30px 50px;
  background-color:#FBFBFB;
  border: 2px solid #C0C0C0;
  opacity:0.7;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  }
div.transbox2
  {
  width:1000px;
  height:3500px;
  margin:30px 50px;
  background-color:#FBFBFB;
  border: 2px solid #C0C0C0;
  opacity:0.9;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  }
  
.floatingmenutable {
    position:relative;
    left:1px;
    top:100px;
    border-collapse: collapse;
}

.menuItem{
     font-family: "Helvetica","Arial","sans-serif";
     font-size: 12pt;
     color: #000000;
     font-weight: normal;
     text-decoration:none;
     background-color: #CFCFCF;
 }
 
 
 .menuItem a:link{      
     color: #000000;
     font-weight: normal;
     font-style: normal;
     text-decoration:none;
 }
 .menuItem a:hover{     
    
     font-weight: normal;
     text-decoration:none;
 }
 
 .menuItem a:visited{      
     color: #000000;
     font-weight: normal;
     font-style: normal;
     text-decoration:none;
 }
 
 .menuItemActive
 {
     font-family: "Helvetica","Arial","sans-serif";
     font-size: 12pt;
     color:gray !important;
     font-weight: normal;
     font-style: italic;
     background-color: #EFAE21;
     text-decoration:none;
 } 
 .menuItemActive a:link{      
     text-decoration:none;
     color: #000000;
 }
 .menuItemActive a:visited{      
     color: #000000;
     text-decoration:none;
 }