html {
margin:0px;
}

body {
margin:0px;
background-color: #F8F8FF;
background-image: url(img/bg.jpg);
background-repeat: no-repeat;
font-family: arial;
font-size: 15px;
}

#content {
margin-top: 95px;
margin-left: 150px;
width: 500px;
list-style: none;
}

ul#list {
list-style-position: outside;
list-style-type: none;
margin-left: 1.5em;
padding-left: 0;
}

#list li {
margin-left: 0;
padding-left: 15px;
font-weight: none;
background: url('img/check.png') 0px 3px no-repeat;
}

p, h1, h2, h3, h4, h5 {
font-weight: normal;
text-align: left;
color: #000; 
}

p {
margin: .67em 0;
font-size: 15px;
}

h1 {
font-size: 15px;
}

#content a {
color: #006400;
text-decoration: none;
}

#content a:hover {
color: #A2CD5A;
text-decoration: underline;
}

h2 {
font-size: 75px;
letter-spacing: -4px;
color: #006400; 
}

h3 {
font-size: 20px;
color: #1A1A1A;
}

h4 {
font-size: 16px;
color: #1A1A1A;
margin-top: 1.2em;
margin-bottom: 0.5em;
font-weight: 550;
}

p.fotnot {
font-size: 12px;
text-align: justify;
color: #000;
}

h5 {
font-size: 12px;
text-align: right;
color: #006400;
}

h5 a {
color: #006400;
text-decoration: none;
}

h5 a:hover {
color: #A2CD5A;
text-decoration: underline;
}

p.signature {
font-size: 14px;
text-align: right;
color: #606060; 
}

#logo {
position: absolute;
top: 20px;
left: 146px;
font-family: arial;
font-size: 91px;
text-align: left;
letter-spacing: -4px;
color: #006400;
font-weight: bold;

}

#meny {
 width: 500px;
 height: 51px;
 background: url(img/meny.jpg);
 margin: 0px auto; padding: 0;
 position: relative;
 top: 15px;
}

#meny li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#meny a {display: block;}

#meny1 {left: 2px; top: 6px; width: 101px; height: 40px;}
#meny2 {left: 118px; top: 6px; width: 101px; height: 40px;}
#meny3 {left: 224px; top: 6px; width: 101px; height: 40px;}
#meny4 {left: 330px; top: 6px; width: 101px; height: 40px;}
#meny5 {left: 436px; top: 6px; width: 60px; height: 40px;}

#meny1 a {height: 40px;}
#meny2 a {height: 40px;}
#meny3 a {height: 40px;}
#meny4 a {height: 40px;}
#meny5 a {height: 40px;}

#meny1 a:hover {background: url(img/meny.jpg) -2px -57px no-repeat;}
#meny2 a:hover {background: url(img/meny.jpg) -118px -57px no-repeat;}
#meny3 a:hover {background: url(img/meny.jpg) -224px -57px no-repeat;}
#meny4 a:hover {background: url(img/meny.jpg) -330px -57px no-repeat;}
#meny5 a:hover {background: url(img/meny.jpg) -436px -57px no-repeat;}

* html #meny {left: -42px;}
