body 
{
    background-color: rgb(228,245,191);
    color: Black;
    font-family: Verdana;
    font-size: 14px;
    line-height: 135%;
}
a
{
    color: rgb(0,51,153);
}
#outerContainer {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
#innerContainer {
	margin: 0 auto;
	text-align: left;
	width: 822px;
}
#mainHeader
{
    margin-top: 10px;
}
#mainMiddle
{
    background-image: url(img/mainbg.png);
    position: relative;
}
#mainMenu
{
    position: absolute;
    top: 0;
    width: 175px;
    background-image: url(img/menu.png);
    background-repeat: no-repeat;
}
#mainMenuItems 
{
    text-align:center;
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 2px;
}
.mainMenuItem, .mainMenuItemActive
{
        margin-bottom: 10px;
}
.mainMenuItem a
{
    color: White;
    font-family: Arial;
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.mainMenuItem a:hover 
{
    color: #ff0;
}
.mainMenuItemActive a
{
    color: rgb(255,204,204);
    font-family: Arial;
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

#mainContent
{
    position: relative;
    left: 175px;
    background-image: url(img/ecke.png);
    background-repeat: no-repeat;
    width: 647px;
    padding: 1px;
}
#mainContentText 
{
    padding: 2px 30px;
}
h1 
{
    font-family: Times New Roman;
    font-size: 28px;
    font-weight: bold;
    color: rgb(0,51,153);
}
#mainFooter
{
    padding: 1px;
    margin-bottom: 10px;
    background-image: url(img/unten.png);
    background-repeat: no-repeat;
    width: 822px;
    height: 76px;
}
#mainCopyright {
    margin-top: 20px;
    margin-left: 206px;
    font-family: Verdana;
    font-size: 10px;
    color: #777;
}

