/*Stylesheet für ein neues Projekt */

body
{
        background-color: #5A0000;
        /*background-image: URL(Fussvolk_background.jpg); */
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-family: verdana,arial,helvetica;
        font-size: 10pt;
        color: #FFFFFF;
}

a:link
{
        font-size: 10pt;
        color: #E6E6E6;
        text-decoration: none;
}

a:visited
{
        font-size: 10pt;
        color: #CDCDCD;
        text-decoration: none;
}

a:hover
{
        font-size: 10pt;
        color: #FFBE00;
        text-decoration: none;
}

a:active
{
        font-size: 10pt;
        color: #0000ff;
        text-decoration: none;
}

a:focus
{
        font-size: 10pt;
        color: #ff0000;
        text-decoration: none;
}

table.aussen_1
{

        margin-left: 200;
        margin-right: 200;


}

table.innen
{
        background-color: #831b10;
        font-size: 10pt;

        /*border-style: outset;           alle Seiten */
        /*border-top-style: ;       nur oben */
        /*border-bottom-style: ;    nur unten */
        /*border-left-style: ;      nur links */
        /*border-right-style: ;     nur rechts */


        /*border-color: #007D00;           alle Seiten */
        /*border-top-color: ;       nur oben */
        /*border-bottom-color: ;    nur unten */
        /*border-left-color: ;      nur links */
        /*border-right-color: ;     nur rechts */

        /*border-width: 10px;           alle Seiten */
        /*border-top-width: ;       nur oben */
        /*border-bottom-width: ;    nur unten */
        /*border-left-width: ;      nur links */
        /*border-right-width: ;     nur rechts */
}

tr.1
{
       /* background-color: #831b10;   */

}

#aussen
{
        font-size: 10pt;
        border-width: 0px;          /* alle Seiten */
        border-style: ridge;          /* alle Seiten */
        border-color: #009E00;          /* alle Seiten */
      /*background-color: #831b10; */
        margin: auto;

}