


*.* {

  padding: 0px;

  margin: 0px;

}



body {

  text-align: center;

  font-family: Arial, sans-serif;

  font-size: 12px;

  color: #2f2e2e;

}



a, a:link, a:visited, a:active {

  color: #23a808;

}

a:hover {

  color: #79e363;

}



h2 {

  font-size: 24px;

  font-weight: normal;

  padding: 15px 0 5px 0;

  margin: 0px;

  color: #23a808;

}



h3 {

  font-size: 16px;

  color: #23a808;

}



p { 

  margin:7px 0 7px 0; 

}







img {

  border: none;

}





/* LAYOUT */



#wrapper {

  margin: 0px auto;

  width: 742px;

  text-align: center;

}



#topp {

  height: 120px;

}



#header {

  background: url('img/header.jpg') no-repeat top left;

  width: 742px;

  height: 280px;

  color: #326929;

  font-size: 15px;

}



#header h2 {

  color: #326929;

  font-size: 15px;

  font-weight: bold;

}

#header div {

  text-align: left;

  padding: 90px 40px 30px 380px;

}



#meny {

  float: left;

  width: 742px;

  position: absolute;

  margin-top: 15px;

}



#meny ul {

  margin:0 auto; 

  width: 742px;

  display: block;

  font-size: 15px;

  font-weight: bold;

}



#meny li{

  float:left;

  display: inline;

}



#meny li a {

  text-decoration: none;

  color: black;

  display:block;

  padding: 16px 10px 15px 50px;

}



#meny li a:hover {

  color: white;

  display:block;

  background: #5ab647;

}



#hoved {

  width: 450px;

  padding: 10px 20px 20px 20px;

  float:left;

  background: white;

  text-align: left;

}



#hoyre {

  width: 160px;

  margin-top: 20px;

  padding-top: 20px;

  background: #5ab647 url('img/boks_topp.jpg') no-repeat top right;

  color: white;

  float:right;

  font-size: 14px;

  text-align: left;

  padding-left: 10px;

}



#sidemeny ul {

    padding: 0px;

    list-style-type:none;

    margin: 0px;

}



#sidemeny ul li a {

  text-decoration: none;

  font-size: 15px;

  color: white;

  font-weight: bold;

  display:block;

  width: 162px;

  margin: 0px;

  padding-bottom: 3px;

}



#sidemeny ul li a:hover {

  color: #79e363;

}



.clear {

  clear:both;

}



#bunn {

  text-align: center;

}