﻿/*
KONSERN-SIDE

BG Site:
#c0c0c0

BG page:
#cfcac9

Toppmeny - txt
#FFFFFF

Toppmeny - active/hover
#cccccc

Pipe til skille mellom menypkt (topp)
#cfcac9
*/
body
{
    font-family: arial,helvetica;
    font-size: 1em;
    margin: 0; 
    padding: 0; 
    padding-top: 10px;
    text-align: center; 
    background-color: #cfcac9;
    background-image: url("/images/Konsern/bgkonsern.jpg");
}

p
{
    margin:0;
    padding:0;    
}

#pagewrapper
{
    width: 972px;
    text-align: left; /* optionally you could use "justified" */
    border: 0px; /* Changing this value will add lines around the centered area */
    padding: 0;  
    margin : 0 auto;
}

#logowrapper
{
    width: 972px;  
    height: 50px;
}

#logo
{
    float: right;
    padding-right: 11px;
    padding-top: 13px;
}

#menuwrapper
{
    height: 34px;
    width: 972px;
    border-bottom: solid 6px black;
}

#menu
{
    float: left;    
    padding-top: 6px;
}

#flagwrapper
{
    height: 28px;
    float: right;   
}

.flagitem
{
    height: 17px;
    float: right;
    padding-top: 11px;
    padding-left: 5px;
}

.menuitem
{
    font-weight: bold;
    font-size: 0.8em;
    height: 20px;    
    background-image: url("/images/Konsern/bgmenu.jpg");
    float: left;
    margin-right: 2px;
    padding: 8px 8px 0px 8px;
}

.menuitem a
{
    color: white;
    text-decoration: none;
}

.menuitem a:hover
{
    color: #dae4ed;
}

#contentwrapper
{
    padding-top: 5px;  
}

#maincontent
{
    font-size: 0.8em;
    min-height: 420px;
    background-color: White;
    background-image: url("/images/Konsern/bgcontent.jpg");
    padding: 10px 5px 10px 5px;
}

#mainleft
{
    width: 451px;
    float: left;
}

#mainright
{
    width: 511px;
    float: right; 
}

#main3colleft
{
    color:  #03498E;
    float: left;    
    width: 176px;
    padding-right: 10px;
}

#main3colright
{
    color: black;
    float: left;
    width: 766px;
}

#footerwrapper
{
    padding-top: 7px;  
}

#footer
{
    height: 32px;
    background-color: White;
    background-image: url("/images/Konsern/bgbtm.jpg");
    color: #666666;
    text-align: center;
    padding-top: 14px;
    font-size: 0.8em;
}

.LeftMenuHeading
{
    padding: 7px 10px 7px 10px;
    margin-bottom: 20px;
    background-color: #03498E;
    color: White;    
    font-weight: bold;
}

.LeftMenuItem
{
    padding-left: 2px;    
}

.LeftMenuItem a:link, .LeftMenuItem a:visited, .LeftMenuItem a:hover
{
    color:  #03498E;
    text-decoration: none;
}

#maincontent3cols
{
    background-image: url("/images/land/bgcontent.jpg");
    background-repeat: no-repeat;
    font-size: 0.8em;
    min-height: 420px;
    background-color: White;
    padding: 10px 0px 10px 5px;
}

.clearboth
{
    clear: both;    
}
