﻿* 
{
    margin: 0;
    padding:0;
}
body
{
    font-family: Verdana;
    font-size: 12px;
    background-color: #ECE7CF;    
    line-height: 16px;
}
/*********** Page items ****************/
h1
{
    padding-bottom: 20px;
    font-size: 18px;
    color: #23613c; 
}
h2
{
    padding-bottom: 10px;
    font-size: 15px;
    color: #23613c;
}
p
{
    padding: 10px 0;
}
ul
{
    margin-left: 50px;
}
#clear
{
    clear: both;
}
/************** Header **************/
#headerback
{
    background-color: #DADBCB;
    background-image: url(../images/bgtitel.jpg);
    width: 100%;
}
#header
{
    background-image: url(../images/titel.jpg);
    height: 180px;
    background-repeat: no-repeat;
}
/**************** Menu ***************/
#menu
{
    width: 220px;
    float:left;
    position: absolute;
    _margin-left: -400px;
}
#menu ul
{
    margin: 0;
    list-style-type: none;  
    text-transform:uppercase;
}
#menu ul a
{
    display:block;
    padding: 5px 0 5px 20px;
    width: 200px;
    background-color: #286641;
    margin-bottom: 1px;
    color: #fff;
    text-decoration: none;
    font-weight:bold;
    text-transform:capitalize;
    }
#menu ul a.selecteditem
{
    display:block;
    padding: 5px 0 5px 20px;
    width: 200px;
    background-color: #232347;
    margin-bottom: 1px;
    color: #fff;
    text-decoration: none;
    font-weight:bold;
    text-transform:capitalize;
    }
#menu ul ul 
{
    
    list-style-image: none;
    width: 220px;
}
#menu ul ul li a
{
    background-color: #dadbcb;
    width: 180px;
    font-weight: normal;
    color: #1d2041;
    border-bottom: 1px solid #286641;
    padding-left:40px;
}
#menu ul ul li a.selecteditem2
{
    background-color: #dadbcb;
    width: 180px;
    font-weight: bold;
    color: #1d2041;
    border-bottom: 1px solid #286641;
    padding-left:40px;
}


/**************** Container *************/
#container
{

    background-image: url(../images/bgimage.jpg);
    background-repeat:repeat-y;
    max-width: 1280px;
    min-height: 550px;
}
/********** Content **********/
#containermain
{
    margin: 0 20px 0 0px;
}
.content
{
    clear:both;
    padding-top: 20px;
    margin-left: 240px;
}
.content img
{
    padding-bottom:10px;
}
.content table
{
    padding-top: 30px;
    width: 220px;
}
.smallLeft
{
    float: left;
    width: 300px;
}
.smallRight
{
    float: right;
    width: 300px;
}
.right
{
    margin-left: 310px
}   
.left
{
    margin-right: 310px;
}  
/*************** Roadmap ************/
.roadleft
{
    float: left;
    margin-top: 20px;
}
    
/**************** Footer *************/
#footer
{
    clear: both;
    background-color: #23613c;
    color: #fff; 
    padding: 10px 0;
    text-align: center;
}
