/* ShowIt Tabelle (Aussen und Icon-Menue)*/
.aussen  {
        background-color: #FFFFFF;
        padding: 3px;
        font-family: Arial, sans-serif;
        font-size: small;
        color: #000000;
        border:0px inherit #000000;
        vertical-align:top;
}

/* ShowIt Tabelle (Bildansicht)*/
.innen  {
        background-color: #FFFFFF;
        padding: 0px;
        font-family: Arial, sans-serif;
        font-size: small;
        color: #000000;
        border:0px inherit #FFFFFF;
        vertical-align:top;
        /*margin:0px;*/
}

a.pagelink  {
        font-weight: bold;
        background-color: #FFFFFF;
        text-transform: capitalize;
        text-decoration: none;
        color: #000000;
}
a.pagelink:hover  {
        background-color: #CEC0B7;
}
a.link  {
        font-weight: bold;
        text-transform: capitalize;
        text-decoration: none;
        color: #0000FF;
}
a.link:hover  {
        color: #800000;
}

a.link1  {
        font-weight: normal;
        text-transform: capitalize;
        text-decoration: none;
        color: #333333;
}
a.link1:hover  {
        color: #EEEEEE;
        text-decoration: none;

}



#c {        font-weight: normal;}
h1.f_header {
        font-family: arial, sans-serif;
        font-weight: bold;
        font-variant: normal;
        color: #D2E6F1;
        border: 1px dashed #FFFFFF;
        margin: 1px;
        padding: 10px;
        width: auto;
        background-position: center;
        text-transform: uppercase;
        font-size: small;
}
h1.f_footer {
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-variant: normal;
        color: #FF0000;
        margin: 1px;
        padding: 2px;
        width: auto;
        background-position: center;
        text-transform: none;
        font-size: small;
        border-top: 1px dashed #FF0000;
        border-right: 1px none #FFFFFF;
        border-bottom: 1px none #FFFFFF;
        border-left: 1px none #FFFFFF;
}