@charset "iso-8859-1";
body
{
background-color: black;
background-repeat: no-repeat;
font-family: arial;
}

#logo {
  background-color: #EDEDED;
  background-image: url("http://myspace-983.vo.llnwd.net/01242/38/90/1242640983_m.png");
  position: absolute;
  top: 8px;
  left: 0px;
  width: 143px;
  height: 145px;
  margin: 30px;
  padding: 15px;
  background-repeat: no-repeat;
}

#index {
  position: absolute;
  top: 205px;
  left: 0px;
  width: 143px;
  background-color: #EDEDED;
  margin: 30px;
  padding: 15px;
}

#rightcol {
  position: absolute;
  left: 200px;
  margin: 15px;
  width: 70%;
  padding: 0px;
}
  

#header {
  margin-right: 65px;
  margin-left: 65px;
  padding: 0px;
  text-align: right;
  font-weight: bold;
  background-color: #EDEDED;
}

#footer {
  margin-right: 65px;
  margin-left: 65px;
  padding: 0px;
  font-weight: bold;
  background-color: #EDEDED;
}

IMG 
{
  border-style: none;
  
}

div.content {
  margin: 65px;
  padding: 15px;
  background-color: #EDEDED;
}

h1 {margin-top: 5px}

p {margin-left: 25px}
p.logo {margin-left: 0px; text-align: center}
p.footer {margin-left: 0px; text-align: left}
p.meny {font-size: 80%; margin-left: 0px}


a:link  {color: blue} 
a:visited  {color: purple} 
a:hover {background: #e0e0e0}



a.meny:link {color: black; text-decoration: none}
a.meny:visited {color: black; text-decoration: none}
a.meny:hover {background: #c0c0c0; font-weight: bold; text-decoration: none}


