html{
    background: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: white;
    height: 100%;
   
   cursor: all-scroll;
   cursor: -webkit-grab;

}

body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: black;

   cursor: all-scroll;
    cursor: -webkit-grab;

}

a{
    text-decoration: underline;
    color:#FFF;
}

.webc a:hover{
    color: #c0c0c0;
}

img{border: none;}

#holder{
    width: 638px;
    background-color: white;
    min-height: 100%;
    position: absolute;
    left: 0;
    height: auto !important;
    height: 100%;
    margin: 0 auto -32px;
    z-index: 3;
}

#bgstripe{
    width: 100%;
    height: 122px;
    background-color: #343434;
    z-index: 2;
    position: absolute;
}

#content{
    padding: 17px;
    margin-bottom: 35px;
}

#content h3 a{
    color: black;
}

#promo{
    padding: 15px;
    margin-bottom: 17px;
    background-color: #313131;
}

#line{
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    margin-top: 12px;
    margin-bottom: 12px;
}

#gradient{
    width: 40px;
    height: 121px;
    background: url(/aerial/aerial/images/gradient.jpg) repeat;
    z-index: 3;
    position: absolute;
    margin-left: 638px;
    overflow: hidden;
}

#logo{
    position: absolute;
    top: 20px;
    left: 201px;
    width: 220px;
    height: 52px;
    background: url(/aerial/images/logo.png) no-repeat left top;
}

#logo:hover{
    background: url(/aerial/images/logo2.png) no-repeat left top;
}

#bgimg{
    position: absolute;
    margin-left: 636px;
    margin-top: 0;
    z-index: 1;

}



/* STILER FOR NAVIGERING */

#top{
    height: 19px;
    background-color: black;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 617px;
    z-index: 4;
    padding: 3px 5px 11px 16px;
}

#top img{
    top: 0;
    position: relative;
}

#top a{
    color: white;
}


#top span{
    margin-right: 27px;
    margin-left: 4px;
    bottom: 5px;
    position: relative;
}

#right{
    width: 188px;
    float: right;
    margin-top: 4px;
}

#facebook{
    background: url('/aerial/images/fb.png') no-repeat left top;
    height: 21px;
    width: 83px;
    position: absolute;
}

#facebook:hover{
    background: url('/aerial/images/fb2.png') no-repeat left top;
}

#twitter{
    background: url('/aerial/images/twitter.png') no-repeat left top;
    height: 46px;
    width: 92px;
    float: right;
}

#twitter:hover{
    background: url('/aerial/images/twitter2.png') no-repeat left top;
}

.topspace{
    margin-right: 7px;
}

.strek{
    margin: -29px 5px -8px;
    position: relative;
}

.strek2{
    margin: -29px 5px -10px;
    position: relative;
}

.t1{
    font-size: 14px;
    color: #dbdbdb;
}

.t2{
    font-size: 14px;
}

.t3{
    font-size: 15px;
    color: #808080;
}

#blue{
    color: #5ac3ff;
}

#navholder{
    background-color: #313131;
    height: 116px;
}

#nav{
    font: 300 18px/20px 'Open Sans', Verdana, Helvetica, sans-serif, Arial;
    margin: 89px 0 0 22px;
    display: inline-block;
    width: 597px;
}

#nav a{
    color: white;
    text-shadow: black 0px 2px 3px;
    margin-right: 17px;
}

#nav :hover{
    color: #d5d5d5;
}

#nav a .it{
    width: 15px;
    height: 10px;
}

#ENflag{
    background: url('/aerial/images/flagEN.png') no-repeat left top;
    width: 23px;
    height: 17px;
    float: right;
}

#ENflag:hover{
    background: url('/aerial/images/flagEN2.png') no-repeat left top;
}

#NOflag{
    background: url('/aerial/images/flagNO.png') no-repeat left top;
    width: 23px;
    height: 17px;
    float: right;
}

#NOflag:hover{
    background: url('/aerial/images/flagNO2.png') no-repeat left top;
}

#sub{
    padding: 3px 18px 4px;
    font-size: 15px;
    background:  black;
}

#sub a{
    color: white;
    text-shadow: 1px 1px 2px #000000;
}

#sub :hover{
    text-decoration: underline;
}

.subdiv{
    margin-right: 5px;
    margin-left: 5px;
    color: #6b6b6b;
}

.it{
    min-height: 28px;
    display: inline-block;
    background: url(/aerial/images/arrow.png) no-repeat center bottom;
}

#here a{
    text-decoration: underline;
}

.white{
    color: white;
}

.offwhite{
    color: #989898;
}

/* BUNN AV NAVIGASJONSSIDEN */

.push{
    height: 32px;
}

#footer{
    width: 638px;
    position: absolute;
    color: #ffffff;
    background-color: #4e4e4e;
    font-size: 12px;
    bottom: 0;
    height: 60px;
    left: 0;
}

#footer a{
    color: #1bb8fe;
}

#footer>div{
    margin: 5px;
}

#foothold{
    display: block;
}

#copyright{
    display: inline-block;
    padding-left: 12px;
}

#fb{
    display: inline-block;
    margin-right: 90px;
}

#dev{
    float: right;
    position: relative;
    right: 25px;
}

#dev :hover{
    text-decoration: underline;
}

/* 	SKRIFTFORMATERING  */

h1, h2, h3, h4, h5 {
    margin: 0;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-weight: 300;
}

h1{
    font-size: 50px;
    margin-top: 12px;
}

h2{
    font-size: 32px;
    margin: 0 0 9px;
}

h3{
    font-size: 25px;
    margin-bottom: -5px;
    margin-top: 15px;
}

h4{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 8px;
}

p{
    margin: 0;
    color: #383838;
    font: 15px/20px Georgia, "Times New Roman", Times, serif;
}

p a{
    color: #6dc1f9;
}

p a:hover{
    color: #0890eb;
}

time{
    color: #999999;
    font: 14px/17px Georgia, "Times New Roman", Times, serif;
}

/* 	KARTSIDEN */

.behindMAP{
    background: url(/aerial/images/patt6.jpg) #555555;
}

#home a{
    text-decoration: none;
    color: white;
    font-size: 13px;

    -moz-border-radius: 5px;
    border-radius: 5px;

    position: fixed;
    right: 5px;
    top: 5px;
    padding: 3px 8px 2px 7px;
    background-image: url(/aerial/images/tbbg.png);
}


#home a:hover{
    background: black;
}

#mapline{
    background-image: url(/aerial/images/tbbg.png);
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: fixed;
    right: 65px;
    top: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    min-width: 104px;

}

#mapline a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

#mapline li > ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mapline li:hover ul{
    display: block;
}

#mapline li:hover ul li :hover{
    background: black;
}


#mapbg{
    width: 3381px;
    height: 740px;
    background: url(/aerial/images/map.jpg) no-repeat;
    margin-left: 0;
    margin-top: 0;

}

#submap{

}



.mapclass{
    position: absolute;
}


.mapclass > div{
    min-width: 82px;
    position: absolute;
    border: 1px solid black;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background-image: url(/aerial/images/40.png);
    font-size: 13px;
    text-align: center;
}

div > .XO{
    display: none;
}

div:hover > .XO{
    display: block;
}


#Litjmoen{margin-left: 71px; margin-top: 127px;}

#Igdholen{margin-left: 250px; margin-top: 115px;}

#Bruholtoya{margin-left: 520px; margin-top: 266px;}

#Gorsetholen{margin-left: 667px; margin-top: 233px;}

#Strupen{margin-left: 993px; margin-top: 279px;}

#Gamsholen{margin-left: 1064px; margin-top: 382px;}

#Pollen{margin-left: 1191px; margin-top: 383px;}

#Kottholen{margin-left: 1303px; margin-top: 471px;}

#Strauman{margin-left: 1547px; margin-top: 381px;}

#Langholen{margin-left: 1976px; margin-top: 474px;}

#AunanLodge{margin-left: 2097px; margin-top: 593px;}

#Aunholen{margin-left: 2202px; margin-top: 558px;}

#Korsholen{margin-left: 2364px; margin-top: 621px;}

#Utstuggu{margin-left: 2569px; margin-top: 625px;}

#myroya{margin-left: 2702px; margin-top: 557px;}

#Oppstuggu{margin-left: 2678px; margin-top: 570px;}

#Hoset{margin-left: 2922px; margin-top: 457px;}

#Frona{margin-left: 3012px; margin-top: 332px;}

#Skjelsengholen{margin-left: 3119px; margin-top: 112px;}


.XD{
    width: 22px;
    height: 13px;
    position: absolute;
    z-index: 3;
    margin-top: -40px;
    margin-left: 109px;
    background-image: url(/aerial/images/XD.png);
}

.XO{
    background-image: url(/aerial/images/tbbg.png);
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 250px;
    position: absolute;
    margin-top: 24px;
    margin-left: -77px;
    padding: 5px;
    z-index: 2;
}

.Xhead{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-shadow: 0 0 #000000;
    display: block;
}

#Aunholen div.XO {

}

.Xbody{
    margin: 0;
    font-size: 13px;
}

#weathericon {
    height: 24px;
}

.summary {
    color:#444;
}

.pagination a:link, .pagination a:visited {
    color: black;
    margin-top: 10px;
    padding: 3px 10px;
}

.pagination li {
    border: 0;
}

#article {
    padding: 17px;
    padding-bottom: 40px;
}

#chart {
    margin: 20px auto;
}

#chartbox h1 {
    text-align: center;
    color: #949494;
}

#cboxContent {
    background-color: #313131;
    color: #fff;
}

#cboxClose {
    font-weight: bold;
    background: none;
    text-indent: 8px;
    font-size: 18px;
    bottom: 2px;
}