body
{
    color : #000000;
    font-family : Verdana, Arial, Helvetica;
    font-size : 12px;
    background-color:#142579;
}

#over
{
    width:980px;
    margin:auto;
}
#over-rahmen
{
    width:978px;
    float:left;
    border:1px solid #5D61A9;
}

#header
{
    float:left;
    width:978px;
    height:150px;
    background-image:url(../img/header.jpg);
    border-bottom:1px solid #5D61A9;

}

#menu1
{
    float:left;
    width:978px;
    height:30px;
    background-color:#FFFFFF;
}

.menu1-button
{
    float:left;
    height:30px;
    width:195px;
    border-right:1px solid #5D61A9;
    text-align:center;
}

#menu1-buttonx
{
    float:left;
    height:30px;
    width:194px;
    text-align:center;
}

#content-over
{
    float:left;
    width:978px;
    background-color:#F57238;
}


#menu2
{
    float:left;
    width:175px;
    background-color:#F57238;
    border-top: 1px solid #5D61A9;
    padding:15px 0px 0px 20px;
}

#content-content
{
    float:left;
    width:771px;
}
#content
{
    float:left;
    width:772px;
    border-top: 1px solid #5D61A9;
    border-left: 1px solid #5D61A9;
    padding:15px 0px 10px 10px;
    background-image:url(../img/hintergrund.jpg);
    background-repeat:no-repeat;
    background-color:#e0ddef;
}

#content-height
{
    float:left;
    width:1px;
    height:335px;
}

#footer1
{
    float:left;
    width:978px;
    height:27px;
    border-top:1px solid #5D61A9;
    background-color:#60B551;
    text-align:center;
    padding-top:13px;
}

#footer2
{
    float:left;
    width:978px;
    height:30px;
    padding-top:10px;
}

a.bottomlink
{
color: #5D61A9;
text-decoration: none;
}

a.bottomlink:hover
{
    color: #F57238;
    text-decoration: underline;
}


a.menu1
{
    color: #5D61A9;
    text-decoration: none;
}

a.menu1:hover
{
    color: #60B551;
    text-decoration: none;
}

a.menu2
{
    color: #ffffff;
    text-decoration: none;
    font-weight:bold;
}

a.menu2:hover
{
    color: #5D61A9;
    text-decoration: none;
    font-weight:bold;
}

