
body {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
        }

#frame {
        width: 980px;
        margin: auto;
        padding: 10px;
        text-align: center;
        BORDER-COLOR: #0;
        border-style: none;
        border-width: 1px;
        }

#content {

        text-align: left;
        height: auto;
        min-height:425px;
        padding: 30px;
        BORDER-COLOR: #0;
        border-style: solid;
        border-width: 1px;
        BORDER-TOP-STYLE: none;
        }

#box { position: relative;
       height: auto; width: 300px;
       left: 0px; top: 5px;
       align: left;
       }

.sliste tr{
         height: 110px;
         vertical-align: middle;
         }

.sliste img{
         max-height: 100px;
         max-width: 250px;
         }

/************* Texte ***************/
p {
        padding-top: 0px;
        text-align: justify;
        }
.gross {
        font-size: 150%;
        font-weight: bold;
        }


/************** DIVs ***************/
div      {
         margin: auto;
         vertical-align: top;
         }
div.logo {
  background:url(../pics/rb.jpg) no-repeat;
  background-size:100% auto;
}

div.right {
         float: right;
         }

div.left {
         float: left;
         }

div.block {
        text-align: left;
        height: auto;

        padding-top: 30px;
        }
/************* Grafiken ************/
img {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 20px;
        border: none;
        background-color: transparent;

       }

img.logo {
        margin: 0px;
        }

img.left {
        margin: 0px;
        float: left;
        }
img.right {

        float: right;
        }

img.list {
         margin: 0px;
         padding: 0px;
         vertical-align: bottom;
         }
/************** LINKs **************/
a {
        text-decoration: none;
        color: #009a42;
        font-style: italic;
        }

a:link {
        color: #009a42;

        }

a:visited {
        color: #009a42;
        }

a:hover {
        color: #0000FF;
        }

a.linkintern {
        color: #A02000;
        }

a.linkextern {
        color: #FF0000;
        }

/************* Listen ************/
ul {
        text-align: left;
        min-height: 30px;
        }

ul.wichtig {
         display: none;
         }

li {
        text-align: left;
        }
li.mid1 {
        margin-left: -10px;
        font-size: 12px;
        align: left;
        }