html,body      { margin                : 0px;
                 width                 : 100%;
                 height                : 100%;pt;
	             }

body,p,td,th   { font-family           : 'verdana','arial';
	               font-size             : 10pt;
	               color                 : #000000;
	               line-height           : 200%;
	             }

A              { text-decoration       : none;
                 font-size             : 10pt;
               }
	
A:hover        { text-decoration       : underline; }
A:link         { color                 : #000000;   }
A:visited      { color                 : #000000;   }
A:active       { color                 : #000000;   }

td             { vertical-align        : top;
	               text-align            : left;
	             }

.max           { border-collapse       : collapse;
                 border-spacing        : 0px;
                 width                 : 100%;
                 height                : 100%;
               }

.left_side     { background-image      : url('../image/sides/shadow_left.png');
                 background-position   : top right;
                 background-repeat     : repeat-y;
                 background-color      : #DDDDDD;
                 width                 : 7%;
               }

.right_side    { background-image      : url('../image/sides/shadow_right.png');
                 background-position   : top left;
                 background-repeat     : repeat-y;
                 background-color      : #DDDDDD;
                 width                 : 7%;
               }

.header_left   { height                : 139px;
                 width                 : 270px;
                 background-image      : url('../image/headers/header_left.png');
                 background-position   : left top;
                 background-repeat     : no-repeat;
                 background-color      : #FFFFFF;
                 padding-top           : 0px;
                 padding-left          : 0px;
                 padding-right         : 0px;
                 padding-bottom        : 0px;
               }

.header_right  { height                : 139px;
                 width                 : 574px;
                 background-image      : url('../image/headers/header_3.png');
                 background-position   : right top;
                 background-repeat     : no-repeat;
                 background-color      : #FFFFFF;
                 padding-top           : 0px;
                 padding-left          : 0px;
                 padding-right         : 0px;
                 padding-bottom        : 0px;
               }

.color_border  { height                : 4px;
                 width                 : auto;
                 background-image      : url('../image/headers/header_colors.png');
                 background-repeat     : repeat;
                 background-position   : left top;
               }

.menu_bar      { height                : 30px;
                 width                 : auto;
                 background-color      : #96BB38;
                 text-align            : right;
               }

.left          { background-color      : #FFFFFF;
                 background-image      : url('../image/sides/logo.png');
                 background-position   : left bottom;
                 background-repeat     : no-repeat;
                 height                : auto;
                 width                 : 15%;
                 padding-top           : 30px;
                 padding-left          : 0px;
                 padding-right         : 0px;
                 padding-bottom        : 50px;
               }

.center        { background-color      : #FFFFFF;
                 height                : auto;
                 width                 : 60%;
                 padding-top           : 0px;
                 padding-left          : 0px;
                 padding-right         : 0px;
                 padding-bottom        : 0px;
               }

.right         { background-color      : #F2F7E7;
                 height                : auto;
                 width                 : 25%;
                 padding-top           : 0px;
                 padding-left          : 0px;
                 padding-right         : 0px;
                 padding-bottom        : 0px;
               }

.content       { height                : auto;
                 width                 : auto;
                 padding-top           : 30px;
                 padding-left          : 25px;
                 padding-right         : 25px;
                 padding-bottom        : 0px;
               }

.menu          { height                : auto;
                 width                 : auto;
                 text-align            : right;
                 padding-top           : 0px;
                 padding-left          : 30px;
                 padding-right         : 30px;
                 padding-bottom        : 0px;
                 border-right          : 1px solid #96BB38;
               }

.adress        { height                : auto;
                 width                 : auto;
                 padding-top           : 10px;
                 padding-left          : 25px;
                 padding-right         : 25px;
                 padding-bottom        : 25px;
                 vertical-align        : bottom;
               }

.itemOff       { background-color      : transparent;
                 color                 : #FFFFFF;
                 font-size             : 13pt;
                 cursor                : pointer;
                 vertical-align        : middle;
                 padding               : 0px;
                 padding-left          : 10px;
               }

.itemOn        { background-color      : #F2F7E7;
                 color                 : #96BB38;
                 font-size             : 13pt;
                 cursor                : pointer;
                 vertical-align        : middle;
                 padding               : 0px;
                 padding-left          : 10px;
               }

.subMenu       { background-color      : #F2F7E7;
                 border                : 1px solid #96BB38;
                 position              : absolute;
                 top                   : 0px;
                 left                  : 0px;
                 width                 : 150px;
                 visibility            : hidden;
               }

.subItemOff    { background-color      : transparent;
                 cursor                : pointer;
               }

.subItemOn     { background-color      : #FFFFFF;
                 cursor                : pointer;
               }

.tekstveld     { background-color      : #ffffff;
                 font-size             : 10pt;
                 border                : 1px solid #96BB38;
                 color                 : #000000;
                 font-family           : verdana, arial;
               }

.button        { background-color      : #F2F7E7;
                 font-size             : 10pt;
                 border                : 1px solid #96BB38;
                 color                 : #000000;
                 font-family           : verdana, arial;
                 cursor                : pointer;
               }