body {  background-image:url("../gfx/bg.jpg");
	margin-top:15px;
     }

body, tr, td, li {
	font-family: arial;
	font-size: 14px;
	color: #000000;
}

tr  { border: 0px solid black; }   /* for development:  border: 1px  */

td  { border: 0px solid red;  }    /* for development:  border: 1px  */

.main { width:779px;   /* 779px;  */
        border-style:solid;
        border-width:2px;
	border-color: black;
        border-collapse: collapse;
	margin-left: auto;
	margin-right:auto;
        height:100%;
        padding:0px; 
}

.column1 { width:45px;
           background-image:url("../gfx/plank.jpg");
         }

.column2 { width: 120px;
           vertical-align:top;
         }

.column3 { width: 35px;
           vertical-align:top;
         }

.column4 { width: 579px;                     /* width: de rest */
           vertical-align:top;
         }

.menutabel { width:120px;
             border:1px;
             padding:0px;
            }

.menuvlak { width:120px;
             height:157px;
             border:0px solid blue;     /* for development: border 1px */
           } 

.menuitem  { width:120px;
             height:59px;
             border:0px solid blue;     /* for development: border 1px */
             padding: 5px 5px 5px 10px;
             text-align:center;
           } 

p {
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
        color: #000000;
}

p.center {text-align:center;}

a.one:link { text-decoration: none;
             font-family: arial;
	     font-size: 16px;
             font-weight: bold;
             color: #FF6600;
           }   

a.one:visited { text-decoration: none;
                font-family: arial;
	        font-size: 16px;
                font-weight: bold;
                color: #FF6600;
              }

a.one:hover   { text-decoration: none;
	        font-family: arial;
	        font-size: 16px;
                font-weight: bold;
                color: #0000FF;
              }

a.one:active  { text-decoration: none;
	        font-family: arial;
	        font-size: 16px;
                font-weight: bold;
                color: #0000FF;
              }

a.two:link { text-decoration: none;
             font-family: arial;
	     font-size: 14px;
             color: #000000;
           }   

a.two:visited { text-decoration: none;
                font-family: arial;
	        font-size: 14px;
                color: #000000;
              }

a.two:hover   { text-decoration: none;
	        font-family: arial;
	        font-size: 14px;
                color: #0000FF;
              }

a.two:active  { text-decoration: none;
	        font-family: arial;
	        font-size: 14px;
                color: #0000FF;
              }

h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

img {border: 0;}

