﻿body, h1, h2, h3, h4, h5, h6, p, a, a:link, a:visited, a:active, a:hover, div, form, input, table, tr, td, th {
	padding: 0;
    margin: 0;
	text-align: left;
}

body, p, div, input, textarea, table, td, th, a:link, a:visited, a:active, a:hover {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
	line-height: 15px;
	font-size: 11px;
}

body {
    text-align: center;
    background: #FFFFFF url('images/body_bg.jpg') repeat;
}

table {
    border-collapse: collapse;
}

td {
	vertical-align: top;
}

img a, a img, img, input[type=text], input[type=password], input[type=file], select, textarea  {
    border: 0;
}

img {
    border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

h1 a:link, h1 a:active, h1 a:visited {
    font-size: 20px;
}

h1, h1 a:link, h1 a:active, h1 a:visited, h2, h3, h4, h5, h6 {
	/* font-family: 'Trebuchet MS', Tahoma, Verdana; */
	font-weight: normal;
	text-transform: uppercase;
	line-height: 120%;
} 

iframe {
    border: 0;
}

a:active {
    outline: none;
} 

a:link, a:active, a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }
    
/* #### LAYOUT #### */

#construct {
    width: 950px;
    margin: 15px auto 0 auto;
    background-color: #FFFFFF;
}

    .banner {
        width: 950px;
        height: 103px;
        margin: 0 0 3px 0;
    }
    
        .bergen {
            background: transparent url('images/banner_bergen.jpg') no-repeat;
        }
        
        .oslo {
            background: transparent url('images/banner_oslo.jpg') no-repeat;
        }
        
        .stavanger {
            background: transparent url('images/banner_stavanger.jpg') no-repeat;
        }
        
        .tromso {
            background: transparent url('images/banner_tromso.jpg') no-repeat;
        }
        
        .trondheim {
            background: transparent url('images/banner_trondheim.jpg') no-repeat;
        }
    
    #header {
        width: 950px;
        height: 93px;
        margin: 0 0 3px 0;
        background: transparent url('images/bg_header.jpg') no-repeat;
        position: relative;
    }
    
        #homelink {
            position: absolute;
            width: 266px;
            height: 32px;
            left: 195px;
            top: 24px;
        }
        
            #homelink a:link, #homelink a:visited, #homelink a:active, #homelink a:hover {
                display: block;
                width: 266px;
                height: 32px;
            }
    
        #menu {
            position: absolute;
            height: 20px;
            bottom: 0;
            left: 200px;
        }
        
            #menu a:link, #menu a:active, #menu a:visited {
                font-size: 14px;
                text-transform: uppercase;
                color: #25408f;
                margin: 0 25px 0 0;
                padding: 0;
            }
            
        .arrow {
            position: absolute;
            top: 4px;
            left: 100px;
            width: 15px;
            height: 11px;
            background: none;
        }
        
        .bergen { left: 215px; }
        .oslo { left: 290px; }
        .stavanger { left: 375px; }
        .tromso { left: 475px; }
    
    #container {
        width: 950px;
    }
    
        .toolbar {
            position: relative;
            height: 90px;
        }
        
            .toolbar a:link, .toolbar a:active, .toolbar a:visited {
                color: #25408f;
            }
    
        #key {
            float: left;
            width: 181px;
            height: 399px;
            /* background: transparent url('images/key.jpg') no-repeat; */
        }
