#hoved {
    width: 1000px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(image/);
    background-position: center;
    background-repeat: no-repeat;
     
 }
 #top {
 
    width: 600px;
    height: 225px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

  }       
 #menu {
    width: 940px;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
    background-image: url(image/menu.png);
    text-align: center;
        
 } 
#ulnavi {

    list-style-type: none;
    width: 1000px;
    
}
#linavi {
      float: left;
      
}
a.navi:link, a.navi:visited{
    
    display: block;
    width: 175px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    color: #3399FF;
    
   
}

 a.navi:hover{
              background-color: #999;
              border-radius: 20px 20px 20px 20px;    
                  
             
            
  }
  


    
   

#indhold {
    width: 500px;
    height: 370px;
    margin-left: 50px;
    float: left;
    background-color: #ffffff;

 }
 #indhold2 {
    width: 300px;
    height: 200px;
    margin-right: 100px;
    float: right;
    background-color: #ffffff;
    
    
     
 }

 
 h1.style{
     margin-left: 75px;
     font-family: fantasy;
    
     
    
         
 }
 p {
     margin-left: 75px;
     font-size: 20px; 
     font-family: fantasy;
     
 }    
 
         
         