/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body { color:#000000;
      background:#4F4F4F;
     
   
   
    
    font: 90%/1 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif; }
     
     H1{color:#FFFFFF; }
    

/* -----------------------------------
	   header
	----------------------------------- */

header
 { background:blu;
   height:80px;
   width:100%;
   margin-top:40px;
 }
 
 #top
 { 
   background:green;
   height:40px;
   width:400px;
       -moz-border-radius-topright: 55px;
        -webkit-border-top-right-radius: 55px;
        border-top-right-radius: 55px;
        
 }
 
 #bund
 { float:left;
   background:green;
   height:40px;
   width:100%;
   border-bottom-color:#FFFFFF;
   border-bottom-style:solid;
   border-bottom-width:medium;
    -moz-border-radius-topright:10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
        
  
 }
 
 /*-------------------------------------------------
 
            Section
  -------------------------------------------------*/
 
 section 
 
 {
 background:url('baggrundorance.jpg');
 background-size:cover;
 width:100%;
 height:800px;
 border-color:#FFFFFF;
 border-style:solid; 
 border-width:medium;
}

/* -----------------------------------
	  ul
	----------------------------------- */
    
   section li { display: block;
        color: #fff;}
     
   section ul
   
   {   float:left;
       list-style-type:none;
       margin:5px;
       padding:2px;
       font-size:large;
       
   }
   
   section H2{color:#000000;
              margin:50px; }
              
   section figure {float:left; }
 
 
 /*-------------------------------------------------
 
            footer
  -------------------------------------------------*/
  
  footer
  
  { background:#FFFFFF;
   height:100px;
   width:100%;
   -moz-border-radius-bottomright:10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
  
   }
    footer figure
    {float:right; }
   
/*----------------------------------------------------

          Nav
 -----------------------------------------------------*/           
   
   
   nav ul {
	clear: left;
	list-style: none;
	width: 800px;
    margin-left:350px;
	height: 40px;
   	text-align: left;
	border: none;
    
}
   
   nav ul li {
	display: inline;
	border: none;
}
   
   nav ul li a {
		color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 2px 15px 2px 0px;
	text-transform: uppercase;
	border: none;
}

nav ul li a:hover {
	
	color: #FFFF00;
	text-decoration: none;
}


 
    
     