body,
html {
    margin:0;
    padding:0;
    background:white;
    color:#000;
    }
    
body {
    min-width:750px;
    }
    
    a, a:visited {
    text-decoration: none;
    color: gray;
    }
    
  	a:hover, {
    text-decoration: underline;
    color: gray;
    }
    
    
    #footer a, a:visited {
    text-decoration: none;
    color: grey;
    }
    
    #footer a:hover {
    text-decoration: underline;
    color: grey;
    }
    
    
    
#wrap {
    background:white;
    margin:0 auto;
    width:750px;
    }
    
    #header {
    text-align: center;
    }

#koptekst {
  	text-align: center;
  	letter-spacing: 2px;
  	font-weight: bold;
  	color: #006666;
  	font-size: 16px;
  	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  }
  
#contentcentered {
  	text-align: center;
  	color: black;
  	font-size: 12px;
  	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  }

#contentlinks {
    float:left;
    width: 350px;
    text-align: right;
  	color: black;
  	font-size: 12px;
  	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    }
    
    
#contentrechts {   
    float:right;
    width: 350px;
    text-align: left;
  	color: black;
  	font-size: 12px;
  	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  	clear:none;
    }
    
#footer {
     width: 750px;    
     clear:both;
     text-align: center;
     font-size: 10px;
     font-family: "Lucida Grande", Verdana, Arial, sans-serif;
     color: gray;

    }


