body {
        background-image:url(mainback.jpg);
        background-color:#ffffff;
        background-repeat:repeat-x;
}
a:link {color:#ff0000;}
a:visited {color:#ff0000;}
a:focus {color:#ff0000;}
a:hover {color:#ff0000;}
a:active {color:#ff0000;}

.webseite {
        background-image:url(left_back.jpg);
        background-repeat:repeat-y;
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
}

.header {
        height:189px;
}

.menublock   {
        background-image:url(menu-back.jpg);
        background-color:#717171;
        width:170px;
        min-height:550px;
        float:left;

}

.content {
        width:650px;
        margin-left: 195px;
}

.headline {
        margin-top:5px;
        margin-bottom:5px;
        text-align:left;
        font-family:"Arial", Times, sans-serif;
        font-size:25px;
        color:#000000;
}
.headline_sub {
        margin-top:15px;
        margin-bottom:2px;
        text-align:left;
        font-family:"Arial", Times, sans-serif;
        font-size:18px;
        color:#000000;
}

.table_text_normal {
        text-align:left;
        font-family:"Arial", Times, sans-serif;
        font-size:12px;
        color:#000000;
}

.table_text_header {
        text-align:left;
        font-family:"Arial", Times, sans-serif;
        font-size:12px;
        color:#000000;
}

.fliesstext {
        line-height: 16px;
        text-align:left;
        font-family:"Arial", Times, sans-serif;
        font-size:12px;
        color:#000000;
}

a.menu        {
        display:block;
        margin-top:5px;
        text-align:left;
        width:136px;
        border-style:outset;
        border-width:1px;
        padding:5px;
        text-decoration:none;
        font-size:13px;
        background:#29356f;
        color:white;
        font-family:"Arial", Times, sans-serif;
}

a.menu2        {
        display:block;
        margin-top:5px;
        text-align:left;
        width:136px;
        border-style:outset;
        border-width:1px;
        padding:5px;
        text-decoration:none;
        font-size:13px;
        background:#ff0000;
        color:#ffffff;
        font-family:"Arial", Times, sans-serif;
}

.footer {
        height:118px;
        clear: both;
}