body {
margin: 0;
padding: 0;
background-image: url("img/bg2.jpg");
background-repeat: no-repeat;
background-color: #8fc3ea;

font-family:  Times New Roman, Georgia,  serif;
}

/** LAYOUT ELEMENTS */

#container {
margin-top: 50px;
margin-bottom: 20px;
background: url("img/introboks_bg2.png") no-repeat #fff;
padding: 20px;
}

.logolink {
	display: block;
	width: 100%;
	height: 150px;
	visibility: visible;
}

#img1 {
width: 250px;
float: right;
background: #ccc;
margin-top: 5px;
margin-left: 20px;
}

.img-right {
	float: right;
}

#header {
background: url("img/ny_logo.jpg") no-repeat;
height: 233px;
border-bottom: 4px solid #fff;
display: block;
text-align: right;
}

#header #top-menu {
height: 20px;
font-size: 12px;
color: #777;
margin: 203px 0 0 0;

}

#header #top-menu #lang {
width: 28px;
height: 35px;
background: #fff;
margin: 260px 0 0 630px;
}

#header #float-right {
float: right;
margin-right: 20px;
width: 200px;
}

#front_left {
height: inherit;
}

#front_left-top {
/*background: url("img/introboks_bg.png") no-repeat #173568;*/
background: #173568;
height: 170px;
padding: 30px 0 0 20px;
}

#front_left-bottom {
height: 230px;
background: #c2e0f6;

}

#front_flash {
height: 430px;
background: #eee;
}

#front_leftcol {
margin: 30px 0 10px 0;
}

#front_rightcol {
margin: 30px 0 0 0;
padding: 0;
text-align: right;
}

#footer {
margin: 25px 0 0 0;
text-align: center;
color: #666;
font-size: 12px;
border-top: 1px solid #e2e2e2;
}

#footer a, a:visited {
color: #666;
text-decoration: underline;
}

#footer a:hover {
color: #999;
text-decoration: underline;
}

#content-area {
}

#content-img {
background: #ccc;
height: 200px;
}

#content-text {
margin: 10px 0 0 30px;
}


/** TEXTFORMATTING */

/** Generell formatering */
h1 {
font-size: 26px;
color: #173568;
margin-bottom: 6px;
margin-top: 30px;
}

h2 {
}

h3 {
font-size: 14px;
line-height: 16px;
color: #777;
margin-bottom: 6px;
}

h4 {
font-size: 14px;
color: #777;
margin: 0 0 25px 0;
}

h5 {
font-size:  14px;
border-bottom: 1px solid #aaa;
color: #797979;
padding-right: 25px; 
margin-bottom: 5px;
margin-top: 5px;
width: 200px;
font-weight: normal;
}

.current h4 {
color: #555;
}

p {
font-size: 12px;
line-height: 16px;
color: #000;
}

a:link, a:visited {
color: #ff8816;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: #797979;
}

/** Blå frontboks */
#front_left-top h1 {
font-size: 30px;
font-weight: normal;
color: #c2e0f6;
margin-bottom: 4px;
}

#front_left-top h2 {
font-size: 14px;
font-weight: normal;
color: #fff;
margin-bottom: 4px;
}

#front_left-top p {
font-size: 14px;
font-weight: normal;
color: #c2e0f6;
margin-bottom: 2px;
}



/** SLIDESHOW **/
#slideshow {
    position:relative;
    height:430px;
    width: 710px;
    
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}




/** NAVIGATION */


/* Primær nav */
#front_left-bottom ul {
list-style: none;
padding: 8px 0 0 0px;
}

#front_left-bottom li {
font-size: 16px;
}

#front_left-bottom li a {
color: #546b94;
display: block;
text-decoration: none;
padding-left: 6px;
}

#front_left-bottom li a:hover {
color: #173568;
/*background: url("img/primnav_hover.png") no-repeat;*/
display: block;
text-decoration: none;
}

#front_left-bottom .active {
color: #173568;
background: url("img/primnav_hover.png") no-repeat;
display: block;
text-decoration: none;
padding-left: 6px;
}

/* Sekundær nav */

#top-menu ul {
list-style: none;
padding: 0;
margin: 0 0 0 600px;
}

#top-menu li {
float: left;
}

.lang {
border-bottom: 15px solid #fff;
border-top: 5px solid #fff;
}
.langpic {
	padding: 5px 0 0 0;
}

#top-menu .active {
background: #e7e7e7;
color: #222;
}

#top-menu li a {
color: #666;
text-decoration: none;
display: block;
background: #fff;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin: 0 1px 0 0;
padding: 4px;
font-size: 14px;
font-weight: bold;
}

#top-menu li a:hover {
color: #222;
background: #e7e7e7;
font-weight: bold;
}


/* DIVERSE */
#logoboks {
float: left;
border-right: 1px solid #666;
margin-right: 20px;
padding-right: 10px;
width: 192px;
}

.logoboks {
border-right: 1px solid #ccc;
float: left;
margin-right: 20px;
margin-bottom: 20px;
padding-right: 10px;
width: 150px;
height: 100px;
}

.logoboks2 {
float: left;
margin-right: 20px;
margin-bottom: 20px;
padding-right: 10px;
width: 150px;
height: 100px;
}

.img {
border: 0;}
