﻿body
{
    margin: 0;
    padding: 0;
    font-family: verdana;
    font-size: 0.8em;
    background-color: #2f2c33;
}

#mainContainer 
{
    width: 750px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #ffffff;
}

#navi 
{
    width: 750px;
    height: 35px;
    background-color: #2f2c33;
}

#navi a
{
    color: #ffffff;
    font-size: 0.8em;
    font-family: Arial;
    font-weight: bold;  
    text-decoration: none;
}
#navi div
{
    width: 125px;
    height: 24px;
    float: left;
    padding-top: 11px;
    text-align: center;
    border: 0;
    cursor: pointer;
}
#navi div:hover
{
    color: #ffffcc;
    background-color: #3e3b44;
}
#navi div.active
{
    color: #ffffcc;
    background-color: #3e3b44;
}

#header
{
    width: 750px;
}

#content 
{
    width: 730px;
    height: 410px;
    margin-top: 5px;
    padding: 10px;
    font-family: Calibri;
    font-size: 1.1em;
    background-color: #dcdcdc;
}
#content #right
{
    width: 300px;
    height: 400px;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

#content img 
{
     border: 2px solid white;
}

#spacerFooder 
{
    width: 100%;
    height: 20px;
}

h1 
{
    margin: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 2.2em;
    font-family: verdana; 
    font-weight: normal;   
}

a 
{
    text-decoration: none;
    color: #2b4a7e;
}

.bilderShow 
{
    width: 710px;
    height: 154px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    padding-bottom: 0;
    border: 1px solid gray;   
    border-bottom: 0;
    background-color: #ececec;
}
.bilderShow img 
{
    float: left;
    width: 230px;
    margin-right: 10px;
    border: 0;
}
