﻿body
{
    text-align: inherit;
    background-color: #000;
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 1.1;
    border: solid 0px #fff;
}

.master
{
    margin: 0px auto;
/*    width: 980px;
    height: 672px; */
    width: 810px;
    height: 555px;
    margin-top: 10px;
    text-align: inherit;
    border: solid 1px #fff;
}


#skip
{
    font-size: 0.7em;
    color: #0CF;
    text-align: center;
    text-decoration: none;
}

/* Left side */
#left
{
    float: left;
    height: 555px;
    border: solid 0px #00f;
}

#logo
{
    background-color: Transparent;
    margin: 35px 0px 0px 35px;
    width: 250px;
    height: 45px;
    border: solid 0px #fff;
}

#logo a
{
    font-size: 0.8em;
    display: block;
    width: 100%;
    height: 100%;
    background-color: Transparent;
    color: #FFF;
    border-color: #000;
    border: solid 0px #f00;
}

#logo img
{
    border: none 0px Transparent;
}

#logotext
{
    font-size: 0.7em;
    background-color: Transparent;
    color: #FFF;
    font-weight: bold;
    text-align: justify;
    margin: 5px 0px 0px 35px;
    border: solid 0px #fff;
}

#logotext p
{
    width: 250px;
    letter-spacing: normal;
    word-spacing: 1px;
    letter-spacing: 1px;
    border: solid 0px #f00;
}

#IERoot #logotext p
{
    margin-top: 10px;
}

#menu
{
    background-color: Transparent;
    color: #FFF;
    font-style: normal;
    width: 150px;
    margin-left: 35px;
    margin-top: 35px;
    text-align: left;
    border: solid 0px #f00;
}

#IERoot #menu
{
    line-height: 1;
}

a.menuitem
{
    font-size: 0.8em;
    background-color: Transparent;
    color: #FFF;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin: 4px 0px 0px 0px;
    padding: 2px 0px 4px 0px;
    text-align: left;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #0CF;
    width: auto;
    display: block;
}

#menu a
{
    text-decoration: none;
}

.menuitem:hover
{
    color: #777;
    border-color: #FFF;
}

#address
{
    font-size: 0.7em;
    background-color: Transparent;
    color: #FFF;
    text-align: left;
    margin: 70px 0px 0px 35px;
    line-height: 1.1;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: bold;
    border: solid 0px #fff;
}



/* Right side */
#right
{
    float: right;
    margin-left: 0px;
/*    height: 672px;
    width: 620px; */
    height: 555px;
    width: 500px;
    border: solid 0px #00f;
}

#bilde
{
    float: left;
    margin: 35px 5px 0px 10px;
    border: solid 0px #fff;
}

#content
{
    float: left;
    font-size: 0.7em;
    background-color: Transparent;
    color: #000;
    margin-top: 32px;
    padding: 0px 10px 15px 15px;
    text-align: left;
    width: 335px;
    display: inline;
    border: solid 0px #f0f;
}

#content p
{
    margin-bottom: -15px;
    margin-top: -15px;
}

#IERoot #content p
{
    margin-bottom: -6px;
    margin-top: -6px;
    line-height: 1.1;
}

.right
{
    text-align: right;
}

#content a
{
    color: #FFF;
    text-decoration: underline;
}

#content a:hover, #content a:active
{
    background-color: Transparent;
    color: #000;
}

.leftspan
{
    text-align: left;
    font-size: 1.3em;
    border: solid 0px #000;
}

.rightspan
{
    text-align: right;
    font-size: 1.1em;
/*    position: relative;
    left: 145px;
*/
    float: right;
    border: solid 0px #000;
}


/* Header Styles */
h1, h2, h3, h4, h5, h6
{
    font-family: Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
}

h1
{
    font-size: 1.6em;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.2em;
    margin-bottom: 30px;
}

h4
{
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

#IERoot h4
{
    margin-bottom: 22px;
    margin-top: 12px;
}

h5
{
    font-size: 1.2em;
}

h6
{
    font-size: 1.1em;
    font-weight: bold;
}

hr
{
    color: #000; /* color for IE */
    background-color: #000; /* color for Opera and Mozilla */
    height: 1px;
    width: 100%;
    border: 1px; /* for Opera? */
    text-align: center;
}

@media print
{
    #menu
    {
        display: none;
    }
    
    #content
    {
        padding: 0px;
    }
    
    #content a
    {
        text-decoration: underline;
    }
}
