﻿
body
{
    background: url(../images/body-bg.jpg) no-repeat center 27px;
}

html, body
{
    height: 100%;
}

body
{
    background: none;
}

body > form
{
}

a img:hover
{
    border: 0;
}

#maincontainer
{
    width: 950px;
}

#header
{
    clear: both;
    width: 100%;
    height: 78px;
    position: relative;
    background: url(../images/header-bg.png) repeat-x;
}
    #header a.logo img
    {
        margin-top: 11px;
        width: 101px;
        height: 51px;
    }

    #header img.christmas-campaign
    {
        position: absolute;
        top: -7px;
        right: -2px;
        width: 334px;
        height: 85px;
    }

#contentarea
{
    width: 950px;
    padding-left: 0;
    
    min-height: 460px;
    height: auto !important;
    height: 460px;
}

#footer
{
    color: #fff;
    height: 28px;
    background: #000;
}
    #footer div
    {
        text-align: left;
        line-height: 28px;
    }
    
    #footer ul
    {
        margin-left: 25px;
    }
        #footer li
        {
        }
        #footer span
        {
            margin: 0 10px;
        }
        #footer li a
        {
            margin: 0;
            padding: 0;
            display: inline;
            color: #fff;
        }
/*
    Frontpage Elements
*/
 h4 
 {
 	font-size:15px;
 }
.our-phonenumber img
{
    margin: -10px -10px -13px -10px;
}

/*
    Download material
    fieldset#download-form
*/

/* for ie7 */
#download-material-container
{
    border: 1px solid #EEE;
}

#download-material
{
}
    #download-material p
    {
        margin-bottom: 10px;
    }
    #download-material legend
    {
        /*display: none;*/
    }
    #download-material label
    {
        display: block;
        margin-bottom: 3px;
    }
        #download-material label span
        {
            float: left;
        }
        #download-material span.error
        {
            font-size: 11px;
            float: right;
        }
    #download-material input
    {
        width: 165px;
        padding: 2px;
        border: 1px solid #c2c2c2;
    }
    #download-material textarea
    {
    border: 1px solid #c2c2c2
    }
    #download-material a.submit
    {
        float: right;
        margin-right: 3px;
    }
    


.split
{
}
    .split .left
    {
        width: 49%;
        float: left;
    }
    .split .right
    {
         width: 49%;
         float: right;
    }

/*
    Banners
*/

.banner-full
{
    width: 100%;
    min-height: 220px;
    height: auto !important;
    height: 220px;
    position: relative;
    clear: both;
    background: #000;
    float: left;
    color: #fff;
}
    .banner-full .bg
    {
        position: absolute;
        top: 0;
        right: -6px;
    }
    .banner-full .contents
    {
        padding: 20px 10px 10px 10px;
        position: relative;
        z-index: 100;
        float: left;
    }
        .banner-full .banner-logo
        {
            float: left;
            margin-right: 15px;
        }
        .banner-full .description
        {
        }
        .banner-full .contents h2
        {
            margin-bottom: 10px;
            color: #fff;
        }
        
.banner-medium
{
    float: left;
}

.banner-medium-last
{
    float: right;
    width: 294px;
}
 

.last
{
    margin-right: 0;
}

.richtext_right 
{
    margin-right:5px; 
 
}

.richtext element p
{
   font-size:12px; 
}

.white
{
	color:White;
}