/*
 * Version: $Revision: 25262 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2010 BeSite
 */
 
 html {
     height:100%;
 }
 
 body {
    background-image: url('/img/background-image.png');
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color:#272724;
    height:100%;
 }

DIV#MainContainer {
    width: 950px;
    position:relative;
    margin: 0px auto 0 auto;
}

#Header {
    width:100%;
    height:100px;
}

#Logo {
    background:url('/img/logo.png') no-repeat bottom center;
    width:245px;
    height:81px;
    float:left;
    margin-top:20px;
}

#mainMenu {
    width:705px;
    float:left;
    margin-top:30px;
    
}

#mainMenu ul {
    float:right;
}

#mainMenu ul li{
    font-size:14px;
    height:33px;
    line-height:33px;
    padding:0px 10px 5px 10px;
    float:left;
    list-style:none;
    color:#fff;
    
}

#mainMenu ul li a
{
    color: #fff;    
}

#mainMenu .Selected {
    font-size:14px;
    background:url('/img/menu_bg.png') repeat-x top left;
    height:33px;
    line-height:33px;
    padding:0px 10px 5px 10px;
    float:left;
    list-style:none;
    color:#fff;
}

#content {
    width:950px;
    /*background-color:#fff;*/
    background: url( /img/contentBg.png ) repeat-y top right;
    float:left;
    font-size:12px;
}

h1 {
    margin-top:0px;
}
#contentLeft {
    width:245px;
    height:450px;
    background-color:#74982e;
    position:relative;
    float:left;
}

#contentLeft ul{
    list-style-type:square;
    color:#fff;
    margin:25px 25px 25px 5px !important;
    text-decoration:none;
    line-height:20px;
    display: block;
    padding-left:40px;
}

#contentLeft ul li a
{
    color: #fff;    
}

#contentLeft ul li.Selected a {
    list-style-type:square;
    color:#fff;
    text-decoration:underline !important;
}

#card {
    width:238px;
    height:91px;
    position:absolute;
    bottom:62px;
    left:-20px;
}

#images {
    width:200px;
    height:450px;
    float:left;
    }
    
#images img {
    float:left;
}

#contentRight {
    width:440px;
    float:left;
    padding:20px 20px 20px 30px;
    line-height:20px;
}

INPUT.Submit
{
    background: #74982E;   
    color: #fff; 
}


