﻿body {
    font-family: Verdana;
    font-size: medium;
    margin: 0px;
    background: url(images/lgrey064.jpg);
  margin-left: 100px;
   
}

h1, h2 {
    margin: 0px;
}

#topContent {
    text-align: center;
    width: 920px; 
  
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
     background: url(images/topp3.jpg);
     border-bottom: solid 3px #006600;
}

#topContent a {
    text-decoration: none;
    color: White;
}

#leftContent 
{
   margin-left: 100px;
    width: 190px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 60px;
    margin-top: 10px;
    left: 0px;
}

#leftContent h3 {
    text-transform: uppercase;
    color: #006600;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 2px #006600;
    border-bottom: dotted 2px #006600;
}

#leftContent h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #006600;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#rightContent {
     margin-left: 830px;
    width: 190px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 60px;
    margin-top: 10px;
    left: 0px;
}

#rightContent h3 {
    text-transform: uppercase;
    color: #006600;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 2px #006600;
    border-bottom: dotted 2px #006600;
}

#rightContent h4 {
    text-transform: uppercase;
    color: #006600;
     font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#Veret {
    font-size:10px;
    letter-spacing: 2px;
    text-align: center;
   
   
}

#Nyheter {
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
   
   
}

#mainContent {
    width: 500px;
    text-align: left;
    margin-left: 210px;
    padding: 10px;
}

#footerContent {
    text-align: center;
    margin-left: 210px;
    width: 500px;
    color: #006600;
    font-size: 10px;
    padding: 5px;
}

a:link{   
    color: #009900;
    text-decoration: none;   
}

a:visited{   
    color: #009900;
    text-decoration: none;    
}

a:hover{    
    color: Maroon;
     text-decoration: underline;  
}

#topp{    
    
    background-color: #009900; 
    width: auto;
}

