#wrap { 
       max-width: 1024px;
	   min-width: 800px;
       width:90%;
       }

	  
#top  {
       position :absolute;
       left     :104px; 
       width    :915px;
      }

#menu {
       position :absolute;
       left     :5px;
       top      :100px; 
       width    :95px;

      }

#main {
       position :relative;
       max-width:880px;
	   min-width:600px;
       left     :100px;
       top      :100px;
      }
	  
.maintekst
            {
	   position : relative;
	   margin: 5px 5px;
	   }
	  
.resetdiv
           {
	   clear: both;
      }
  
a.menu {display:block;padding:2px;text-decoration:none;width:5em;margin:2px; color:white;font-family:"Trebuchet MS", Verdana, Arial, sans-serif} /*remove the underlining, set the color to darkish brown, and display as block elements to make them go down the left side of the page */
a:link.menu, a:visited.menu {background:#6699FF;border:2px outset #6699FF; } /* give unvisited and visited links a light orange background and an outset border of the same color to make it look like a button */
a:focus.menu, a:hover.menu {background: #33FFFF;border:2px outset #33FFFF; color:black} /* give buttons that are hovered over or that have focus a darker background and border, as well as black text; bold formatting makes the text jump around to much */
a:active.menu {background:#0000FF;border:2px outset #0000FF; color:white} /*give buttons when they are clicked ("active"), an even darker background */

.kladblok{
		  position :absolute;
		  left: 10px;
		  width:300px;
	      border-style: solid ;
          border-width: 2px;
		  border-color:blue;
		  padding:5px;
          }
.kladblok0{
		  position :relative;
		  left: 10px;
		  top:350px;
		  width:300px;
	      border-style: solid ;
          border-width: 2px;
		  border-color:blue;
		  padding:5px;
          }		  
.kladblok1{
		  position:absolute;
		  left: 340px;
		  width:300px;
	      border-style: solid ;
          border-width: 2px;
		  border-color:blue;
		  padding:5px;
		  }
.kladblok2{
		  position:absolute;
		  left: 680px;
		  width:300px;
	      border-style: solid ;
          border-width: 2px;
		  border-color:blue;
		  padding:5px;
		  }
		  
#footer {
		clear:both;}
          
#adv {
       position :absolute;
       right    :50px;
       top      :200px;
       height   :600px
     }
img
      { 
     margin-left: 5px;
     margin-right: 5px;
	}
body { 
      background-color: #99CCFF ; 
      color : #000000;
      font-size:11pt; 
      font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
     }
