﻿body
{
    font-family: Verdana,Helvetica,Arial,Sans;
    font-size: 1em;
    margin: 0; 
    padding: 0; 
    text-align: center; 
    background-color: #cfcac9;
    background-image: url("/images/Land/bg3.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;
}

#topwrapper
{
    width: 972px;   
    height: 177px; 
    background-image: url("/images/Land/BG_top.jpg");
}

#menuwrapper
{
    height: 94px;
    width: 972px;
}

#search
{
    float: right; 
    padding-top: 16px;  
    padding-right: 10px;
    
}

.searchbutton
{
    background-color: #00349c;
    color: White;
    font-weight: bold;
    border: none;
    height: 20px;
}

#menu
{
    float: left;       
    padding-top: 66px;
}

.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;
}

#logo
{
    float: right;
    padding-right: 8px;
    padding-top: 28px;
}

#picturemenuwrapper
{
    width: 972px;
    height: 85px;
}

#picturemenuleft
{
    float: left;
    width: 730px;
    padding-left: 10px;
}

.picturewrapper
{
    width: 146px;
    height: 85px;
    float: left; 
    text-align: center;
}

.picturecontainer
{
    width: 146px;
    height: 66px;
    padding-top: 4px;
}

.picturetextcontainer
{
    font-weight: bold;
    font-size: 0.8em;
    height: 15px;
    width: 146px;
    text-align: center;
}

.picturetextcontainer a
{
    text-decoration: none;
    color: #004992;    
}

#picturemenuright
{
    float: right;
    width: 172px;
}

#contentwrapper
{
    padding-top: 10px;  
}

#maincontent
{
    font-size: 0.8em;
    min-height: 420px;
    background-color: White;
    background-image: url("/images/Konsern/bgcontent.jpg");
    padding: 10px 5px 10px 5px;
}

#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;
}

#mainleft
{
    width: 451px;
    float: left;
}

#mainright
{
    width: 511px;
    float: right; 
}

#main3colleft
{
    color:  #03498E;
    float: left;    
    width: 176px;
    padding-right: 10px;
}

#main3colmiddle
{
    color: black;
    float: left;
    width: 595px;
}

#main3colright
{
    color:  #03498E;
    float: left;
    width: 171px;
    padding-left: 10px;
    padding-right: 5px;
}

/* Produkt liste start */

.ProductHeading
{
    padding: 7px 10px 7px 10px;
    margin-bottom: 20px;
    background-color: #03498E;
    color: White;    
    font-weight: bold;
}

.ProductListHead
{
    color: #336699;
    text-decoration: none;    
}

.ProductUnderline
{
    border-bottom: 1px solid black; 
    width: 100%;   
}

.blueback
{
    background-color: #a0c8f0;   
}

/* Produkt liste end */

#bottommenuwrapper
{
    padding-top: 7px;    
}

.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;
}

.NewProductHeading
{
    padding: 7px 10px 7px 10px;
    margin-bottom: 20px;
    background-color: #03498E;
    color: White;    
    font-weight: bold;
}

.NewProductsLink a:link, .NewProductsLink a:visited, .NewProductsLink a:hover
{
    color: #03498E;
    text-decoration: none; 
    font-weight: bold;   
}

.NewProductsSummary
{
    padding-bottom: 10px;    
}

#bottommenu
{
    height: 32px;
    font-weight: bold;
    background-color: White;
    background-image: url("/images/Konsern/bgbtm.jpg");
    color: #b7c3cf;
    text-align: center;
    padding-top: 14px;
    font-size: 1em;
}

.bottommenuitem
{
    float: left;
    padding: 0px 10px 0px 10px;
    border-right: solid 1px grey;
}

.bottommenuitem a
{
    color: #b7c3cf;
    text-decoration: none;
}

#footerwrapper
{
    padding-top: 7px;  
}

#footer
{
    height: 32px;
    color: #666666;
    text-align: center;
    padding-top: 8px;
    font-size: 0.7em;
}

#footer a
{
    text-decoration: none;
    color: #004992;    
}

.clearboth
{
    clear: both;    
}