body.theme-pagebg 
    {
    background-color: rgb(0,0,51);
    background-image: url("/graphics/bakgrund02.jpg");
    margin: 0px;
    padding: 0px;
    }

#wrap {
    width: auto;
    margin:20px left;
    background: rgb(0,0,51);
    }

#header {
    background: rgb(0,0,51);
    }

#footer {
    clear:both;
    background: rgb(0,0,51);
    }

#menu {
    width:290px;
    background: rgb(0,0,51);
    }

#main {
    float:left;
    margin-top: -162px;
    margin-left: 280px;
    margin-right: 80px;
    width:auto;
    background: rgb(0,0,51);
    font-size: 14pt;
    font-family: "Garamond", "LinLibertine", "Plantin", "Palatino", "Times New Roman", serif;
    color: #ffa;
    }

#lessthan6 {
    float:left;
    margin-top: -20px;
    margin-left: 180px;
    width:auto;
    background: rgb(0,0,51);
    font-size: 14pt;
    font-family: "Garamond", "LinLibertine", "Plantin", "Palatino", "Times New Roman", serif;
    color: #ffa;
    }

#tekst {
    float:left;
    margin-top: -300px;
    margin-left: 320px;
    margin-right: 340px;
    width:auto;
    background: rgb(0,0,51);
    font-size: 14pt;
    font-family: "Garamond", "LinLibertine", "Plantin", "Palatino", "Times New Roman", serif;
    color: #ffa;
    }

.smText {
    position: relative;
    font-family: 'Arial Narrow', 'Helvetica Narrow', 'Sans-serif'; 
    font-size: 9pt; 
    font-weight: auto;
    letter-spacing: -0.2pt; 
}


#contact {
    float:left;
    margin-top: -40px;
    margin-left: 440px;
    margin-right: 340px;
    width:auto;
    background: rgb(0,0,51);
    font-size: 14pt;
    font-family: "Garamond", "LinLibertine", "Plantin", "Palatino", "Times New Roman", serif;
    color: #ffa;
    }


li {
  font-family: "Garamond", "LinLibertine", "Plantin", "Palatino", "Times New Roman", serif;
  font-size: 14pt;
  line-height: 2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}



div.spacer {
  clear: both;
  }

div.float {
    float: right;
    width: 180px;
    height: 170px;
    padding: 10px;
}

a:link {
	color: #ffa;
	text-decoration:none;
}
a:visited {
	color: #ffa;
	text-decoration:none;
}
a:active {
	color: #ffa;
	text-decoration:none;
}
a:hover {
	color: #ffa;
	text-decoration:none;
}


ul.makeMenu, ul.makeMenu ul {
width : 240px;
background-color: rgb(0,0,51);
padding-left : 20px;
/*cursor : default;*/
margin-left : 0px;
}
ul.makeMenu li {
list-style-type : none;
margin : 0px;
position : relative;
color : #ffa;
}

ul.makeMenu li > ul {
display : none;
position : absolute;
top : 0;
left : 240px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
background-color : rgb(0,0,51);
}
ul.makeMenu ul.CSStoShow {
display : block;
}
ul.makeMenu li:hover > ul {
display : block;
}
ul.makeMenu li a {
color : #ffa;
display : block;
width : 100%;
text-decoration : none;
}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink {
background-color : rgb(0,0,51);
}
ul.makeMenu ul {
display : none;
position : absolute;
top : 2px;
left : 78px;
}
.menu2link {
color : #c13832;
}



div.spacer {
  clear: both;
  }

div.float {
    float: left;
    width: 160px;
    padding: 10px;
}


