html {
  overflow: hidden;
}

body { 
  margin:20px 0px; 
  padding:0px;
  background: rgb(125,110,87);
  text-align:center;
  overflow:visible;
}

#container {
    position: relative;
    background-color: rgb(202,178,142);
    width:780px;
    height: 525px;
    margin:0px auto;
    text-align:left;
    padding:0px;
    border-left:5px solid black;
    border-right:5px solid black;
    z-index: 1;
}

#container_2{
    position: fixed;
    background-color: rgb(202,178,142);
    width:795px;
    height: 525px;
    margin:0;
    text-align:left;
    padding:0px;
    z-index: 1;
    overflow: auto;
}

*html #container_2{
   width: 800px;
   overflow:auto;
}

 a{
    font-weight: 600;
    color: darkred;
    text-decoration: none;
}
 a:hover{
    font-weight: 700;
    color: rgb(54,54,54);
    text-decoration: none;
}
* html #container_2{
    position: absolute;
    width:786px;

}

#container_frontpage {
    position: relative;
    background: no-repeat rgb(202,178,142) url("../img/Bg.jpg");
    background-position: 207px 0;
    width:780px;
    height: 525px;
    margin:0px auto;
    text-align:left;
    padding:0px;
    border-left:5px solid black;
    border-right:5px solid black;
    z-index: 1;
}    

#menu{
    position: fixed;
    margin: 0;
    padding:0;
    width: 110px;
    height: 525px;
    background: rgb(0,0,0);
    line-height: 20px;
    z-index: 2;
}

* html #menu{
    position: absolute;
    left: 0;
}

#menu img{
    border: 0px;
}

#menu a{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: rgb(255,224,96);
    text-decoration: none;
}
#menu a:hover{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: rgb(239,168,40);
    text-decoration: none;
}

.smalltext{
    font-family: Arial;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    color: rgb(255,224,96);
    text-decoration: none;
}
.mail{
    font-family: Arial;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    color: rgb(239,168,40);
    text-decoration: none;
}



#flute, container{
    position: fixed;
    margin-left: 110px;
    padding: 0;
    z-index: 2;
    width: 97px;
    height: 525px;
    background: url("../img/lbar.jpg");
}

* html #flute, container{
    position: absolute;
}
    

#flute2, container{
    position: fixed;
    margin-left: 110px;
    padding: 0;
    z-index: 2;
    width: 97px;
    height: 525px;
    background: url("../img/lbar2.jpg");
}

* html #flute2, container{
    position: absolute;
}
#rbar_frontpage, container{
    position: fixed;
    margin: 0;
    margin-left: 630px;
    padding: 0px;
    z-index: 2;
    width: 150px;
    height: 525px;
    text-align: center;
    background: rgb(0,0,0);

}

* html #rbar_frontpage, container{
    position: absolute;
}
    
#rbar_frontpage img{
/*    padding: 11px;*/
    padding-top: 20px;
}

#rbar {
    position: absolute;
    margin: 0px;
    padding: 0;
    top: 0;
    right: 0;
    z-index: 2;
    width: 145px;
    height: 525px;
    background: url("../img/rbar.jpg");

}

*html #rbar {
    width: 135px;
}

*html #rbar{
   margin-right: 10px;
}

#textfelt {
    position: absolute;
    width: 420px;
    left: 210px;
    z-index: 8;
    
}

#textfelt img{
    border: none;   
}

#textfelt p{
    margin-bottom: 10px;
}

*html #textfelt p{
    margin-bottom: 20px;
}

#textfelt_frontpage {
    position: absolute;
    width: 400px;
    left: 210px;
    z-index: 5;
    
}
#col1{
    float: left;
    text-align: right;
    width: 205px;
   }

#col2{
    float: right;
    text-align: left;
    width: 205px;
}   
.nornerne {
    height: 71px;
    width: 190px;
    font-family: Arial, Verdana;
    maring: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 12px;
    border-bottom: 2px groove rgb(255,224,96);
}

#textfelt h3{
    font-family: Arial;
    margin: 20px;
    text-align: center;
}

#textfelt_frontpage h3{
    font-family: Arial;
/*    float: right;*/
    text-align: center;
    margin: 20px;
}


#col1 img{
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    border: none;
}

#col2 img{
    float: left;
    margin: 0;
    margin-right: 5px;
    border: none;
}

.nornerne a{
    color: black;
    text-decoration: none;
}

.nornerne a:hover{
    color: black;
    text-decoration: none;
    font-weight: bold;

}
