*
{
  margin: 0;
  padding: 0;
}

body
{
  font-family: arial, sans-serif;
  background:url(http://www.testwebben.se/3882/Images/html_bg.png) repeat-x bottom fixed;
  font-size: 0.9em;
  color: #eee;
  background-color:#333;
}

h1, h2, h3, p
{
  margin: 0 0 0.5em 0;
}

a
{
  color: #eee;
  text-decoration: none;
}

a img
{
  border: 0;
}

a:hover
{
  text-decoration: underline;
}

#head
{
  width: 100%;
  background: #89b45f url(http://www.testwebben.se/3882/Images/head_bg.png) repeat-x bottom;
  border: 0px solid #000;
  max-height: 250px;
  padding: 50px 0;
}


#logo
{
  width: 810px;
  margin: 0 auto;
  max-height: 150px;
}

#logo h1
{
  font-size: 2.5em;
}


#main
{
  position:relative;
  top:-31px;
  display:block;
  background: #333;
  margin: 0 auto;
  width: 810px;
  padding: 5px 20px;
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}


#footer
{
  position: fixed; 
  bottom: 5px;
  background: #89b45f url(http://www.testwebben.se/3882/Images/footer_bg.png) repeat-x;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}

#footertext
{
  padding: 0 20px;
  margin: 0 auto; 
  width: 840px;
}
#footer #footertext #smelinkbox a img {
  border:0;
}
#footer #footertext #smelinkbox a{
  font-size:10px;
  color:#888888;
}
/*MENYN*/
#nav
{
  position:relative;
  top:-31px;
  display:block;
  width:840px;
  height:20px;
  overflow:hidden;
  padding: 5px;
  border-top: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  margin:0 auto;
  background-color:#333;
}

#nav ul
{
  list-style-type:none;
}

#nav ul li
{
  height:20px;
  float:left;
}

#nav ul li a
{
  display:block;
  height:20px;
  padding:0 40px 0 0;
  font-weight:bold;
  font-size:14px;
  text-decoration:none;
  color:#eee;
}

#nav ul li:first-child
{
  border:0;
}

#nav ul li a:hover
{
  text-decoration: underline;
}

  /* --- autogenererad css från EBC --- */
  
    #head {
      background-color: #008844;
      border-color: #c0c0c0;
    }
    #logo {
      
      text-shadow: #6374AB 2px 2px 2px;
      
      font-size: 3.0em;
      color: #000000;

      display: block;
      padding: 10px;
    }
    
    body {
      background-color: #ffffff;
      font-family: Verdana, Arial, Trebuchet, Geneva, Helvetica, sans-serif;
    }
    #main {
      color: #000000;
      background-color: #ffffff;
      border-color: c0c0c0;
    }
    #footer {
      color: #000000;
      background-color: #008844;
      border-color: #c0c0c0;
    }
    #nav {
      background-color: #008844;
      border-color: #c0c0c0;
    }

    #nav ul li a{
      color: #000000;
    }
    
    #nav ul li a:hover{
      color: #000000;
    }
    
