/* CSS File */
*
{
        margin:0;
        padding:0;
}
body
{
        color:black;
        font-weight:normal;
        font: 13px arial, hevetica, sans-serif;
        background-image:url(images/background_body.jpg);
        background-repeat:repeat-x;
        background-color:#ffad64;
}
#container
{
        margin:auto;
        width:955px;
}
#background
{
        float:left;
        width:946px;
        background-image:url(images/background_container.jpg);
        background-repeat:repeat-y;
        padding:0 5px 10px 4px;
}
#header_oben
{
        float:left;
        width:955px;
        height:27px;
        background-image:url(images/header_oben.jpg);
        background-repeat:no-repeat;
        line-height:27px;
        color:white;
        text-align:center;
}
#header_mitte
{
        float:left;
        width:955px;
        height:138px;
        background-image:url(images/header_mitte.gif);
        background-repeat:no-repeat;
}
#header_unten
{
        float:left;
        width:955px;
        height:30px;
        background-image:url(images/header_unten.jpg);
        background-repeat:no-repeat;
}
.menu
{
        float:left;
        width:226px;
        margin-left:1px;
}
.menu_oben
{
        height:11px;
        background-image:url(images/menu_oben.jpg);
        background-repeat:no-repeat;
        font-size:0;
}
.menu_mitte
{
        background-image:url(images/menu_mitte.jpg);
        background-repeat:repeat-y;
}
.menu li
{
        list-style-type:none;
        margin-left:12px;
}
.menu li a
{
        display:block;
        width:179px;
        padding-left:25px;
        line-height:25px;
        color:#545255;
        font-weight:bolder;
        font-size:13px;
        text-align:left;
        background-image:url(images/punkt.gif);
        background-repeat:no-repeat;
        background-position:left;
        text-decoration:underline;
}
.menu_unten
{
        height:14px;
        background-image:url(images/menu_unten.jpg);
        background-repeat:no-repeat;
        font-size:0;
}
#content
{
        float:left;
        margin-left:1px;
        width:490px;
}
.content_oben
{
        height:11px;
        background-image:url(images/content_oben.jpg);
        background-repeat:no-repeat;
        font-size:0;
}
.content_mitte
{
        background-image:url(images/content_mitte.jpg);
        background-repeat:repeat-y;
        padding:0 10px 0 10px;
}
.content_unten
{
        height:14px;
        background-image:url(images/content_unten.jpg);
        background-repeat:no-repeat;
        font-size:0;
}
#rechte_spalte
{
        float:left;
        width:227px;
        margin-left:1px;
}
#karte
{
        float:left;
        width:227px;
}
.karte_oben
{
        height:16px;
        background-image:url(images/karte_oben.jpg);
        background-repeat:no-repeat;
        font-size:0;
}
.karte_mitte
{
        background-image:url(images/karte_mitte.jpg);
        background-repeat:repeat-y;
}
.karte_unten
{
        height:16px;
        background-image:url(images/karte_unten.jpg);
        background-repeat:no-repeat;
        font-size:0;
}
#footer
{
        float:left;
        width:955px;
        height:23px;
        background-image:url(images/footer.jpg);
        background-repeat:no-repeat;
        text-align:center;
        line-height:23px;
        color:white;
        font-weight:bold;
}
h1{
        color:#F0770F;
        font-size:20px;
}
h2{
        color:#F0770F;
        font-size:15px;
}