/* Main Setup */

@import url("css/dropdown.css");

body
{
    background-image: url(grafiken/background_CCCFD6.jpg);
    font-family: Arial, Verdana, Times;
    font-size: 10pt;
    color: #000000;
}

p
{
    font-family: Arial;
    font-size: 8pt;
    margin-top: 0px;
    color: #000000;
}

a
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
                       

/* Container Setup */

#root-site
{
    background-color: #CCCFD6;
    width: 1000px;
    height: 100%;
}

#header-container
{
    background-color: #CCCFD6;
    width: 100%;
    height: 125px;
    float: left;
}
    
#navigation-left-container
{
    background-color: #CCCFD6;
    background-image: url(grafiken/navigation_left.jpg);
    background-size: 160px;
    background-repeat: no-repeat;
    width: 160px;
    height: 520px;
    float: left;
}

#navigation-top-container
{
    background-color: #CCCFD6;
    width: 840px;
    height: 50px;
    float: left;
}
 
#content-container
{
    background-color: #CCCFD6;
    width: 835px;
    height: auto;
    float: left;
}


#footer-container
{
    background-color: #CCCFD6;
    width: 100%;
    height: 40px;
    float: left;
    padding-top: 20px;
}
