/* ShowIt Tabelle (Aussen und Icon-Menue)*/
.aussen  {
        background-color: #000000;
        padding: 3px;

        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
        border:1px solid #FFFFFF;
        vertical-align:top;
}

/* ShowIt Tabelle (Bildansicht)*/
.innen  {
        background-color: #000000;
        padding: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #AAAAAA;
        border:2px groove #000000;
        vertical-align:top;
        /*margin:0px;*/
}
#atext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color:#000000



}

a.pagelink  {
        font-weight: bold;
        /*background-color:#000000; */
        text-transform: capitalize;
        text-decoration: none;
        color: #000000;
}
a.pagelink:hover  {
/*        background-color:#000000 ;  */
        text-decoration: none;
        color: #000000;

}
a.link  {
        font-weight: bold;
        text-transform: capitalize;
        text-decoration: none;
        color: #00FF00;
}
a.link:hover  {
        color: #00FF00;
        text-decoration: none;

}
a.link1  {
        font-weight: normal;
        text-transform: capitalize;
        text-decoration: none;
        color: #00FF00;
}
a.link1:hover  {
        color: #00FF00;
        text-decoration: none;

}


#c {        font-weight: normal;}
h1.f_header {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        font-variant: normal;
        color: #000000;
        border: 1px dashed #000000;
        margin: 1px;
        padding: 5px;
        width: auto;
        background-position: center;
        text-transform: uppercase;
        font-size: 14px;
}
h1.f_footer {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-variant: normal;
        color: #000000;
        margin: 1px;
        padding: 2px;
        width: auto;
        background-position: center;
        text-transform: none;
        font-size: 10px;
}
