BODY
{
  background-color: gray;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: small;
  background: url(../images/bg.gif) 0 0 repeat;

}
H1
{
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
  font-weight: bolder;
  margin-top: 0;
}
H2
{
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bolder;
  
}
H3
{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: lighter;
  margin-top: 0;
  margin-bottom: 0;
}

#mainFrame {
    width: 770px;
    margin: auto;
    padding: 0;

}

#main {
    width: 770px;
    padding:0;
    margin: 0;
    float: left;
    /*height: 650px;*/
    background: url(../images/bottom_19.gif) 0 0 repeat-y;
}

#banner {
    width: 0;
    padding:0;
    margin: 0;
    float: right;
}

#header {
   background: url(../images/top_02.gif) 0 0 repeat-x;
   height: 186px;
   clear: both;
}

#meny {
    width: 181px;
    padding:0;
    margin: 0;
    background: url(../images/meny_04.gif) 0 0 no-repeat;

    float: left;
}

#bottom {
   background: url(../images/bottom.gif) 0 0 repeat-x;
   height: 25px;
   clear: both;
   margin-bottom:0;
}


#page {
    width: 550px;
    padding:0;
    margin: 0;
    margin-right: 20px;
    background-color: white;
    float: right;
}

#tools {
    width: 80px;
    margin: auto;
    margin-top: 20px;

}

.imgtools {
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
    
}

a:link {
	color: #F16237;
	text-decoration: underline;
        margin-top: 0;
}
a:visited {
	text-decoration: underline;
	color: #F16237;
        margin-top: 0;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
        margin-top: 0;
}
a:active {
	text-decoration: underline;
	color: #F16237;
        margin-top: 0;
}

#levreg {
    
    width: 538px;
    margin-left: 0;
}

.text {
    width: 538px;
    margin-left: 0;
}

.levrubrik {
    background-color: rgb(198,198,198);
    height: 25px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
    
}

.levrubbe {
    font-size: large;
    font-weight: bold;
    color: black;
}

.customerBorder {
    width: 100%;
    border: 1px solid silver;
    margin-bottom: 5px;

}

.customerBorder {
    width: 100%;
    border: none solid silver;
    margin-bottom: 5px;
 
}

.Info, Extra { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: x-small; 
    color: rgb(0, 0, 0); 
    text-decoration: none;
    margin-bottom: 0; 
    margin-top: 0 
}

.p10      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: rgb(0, 0, 0); 

               text-decoration: none; text-align: left; margin-bottom: 0; margin-top: 0 }

.p20      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; color: rgb(0, 0, 0); 

               text-decoration: none; text-align: left; margin-bottom: 0 }

.p30      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; color: rgb(255, 0, 0); 

               text-decoration: none; text-align: left; margin-bottom: 0 }

.p40      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; color: rgb(13, 120, 50); 

               text-decoration: none; text-align: left; margin-bottom: 0 }

.p50      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; color: rgb(0, 0, 255); 

               text-decoration: none; text-align: left; margin-bottom: 0 }

.p60      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; color: rgb(255, 255, 0); 

               text-decoration: none; text-align: left; margin-bottom: 0 }

.p70      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; color: rgb(255, 99, 0); 

               text-decoration: none; text-align: left; margin-bottom: 0 }
               
.leftInfo {
    width: 140px;
    margin-left: 23px;
    
}

#mainLeft {
    width: 330px;
    float: left;
}

#news {
    width: 200px;
    float: right;
    border: 2px solid silver;
    margin-top: 5px;
}

.newsHeader {
    font-size: small;
    color: navy;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3px;
}

.newsHeaderNext {
    font-size: small;
    color: navy;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 3px;
}

.newsDate {
    color: gray;
    font-size: xx-small;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3px;
}

.newsText {
    font-size: x-small;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3px;
}

.newsMore {
    font-size: xx-small;
    margin-right: 3px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3px;
    text-align: right;
}

.newsAll {
    font-size: xx-small;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 3px;
    text-align: right;
}

.clear {
    float:none;
    clear: both;
    
}