@charset "utf-8";
/* CSS Document */

html, body {
height: 100.1%;
}
body,td,th,a {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFF;
}
body {
        color: white;
        background-color: #000;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 100%;
        font-family: Helvetica,Arial,sans-serif;
        min-width: 41em;
}
.klein {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFF;
                }

.normal {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFF;
                }
.gross {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #FFF;
                }
.TopBar {
        height: 110px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFF;
        background-color: #666;
        visibility: visible;
        z-index: 10;
        width: 100%;
        left: 0px;
        top: 0px;
}
.wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -60px;
}
.footer {
        clear:left;
        margin-top:1em;
        background:black;
        text-align:center;
        padding:5px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #FFF;
                }
.content {
        width: 1000px;
        margin: 0 auto;
}
.contentjustified {
        width: 800px;
        margin: 0 auto;
        text-align: justify;
        text-justify: newspaper;
}
.logo {
        position: relative;
        right: 10px;
        float: right;
        margin: 0 auto;
        visibility: inherit;
        z-index: 999;
}
.wrapper .content table tr td p {
        color: #E21A28;
        font-size: 16px;
        font-weight: bold;
}
ul#Navigation {
    float: left;
    margin: 0 0 1.2em;
    padding: 0;
}
ul#Navigation li {
    list-style: none;
    margin: 0; padding: 6px;
}
ul#Navigation a {
    display: block;
    font-weight: bold;
        text-decoration: none;
}

ul#Navigation a:link {
       color: white;
       

}
ul#Navigation a:visited {
       color: white;

  }
  ul#Navigation a:hover {
       color: white;
       background: black;

            background-image: url(../bilder/full.gif);
            background-position:center;
            background-repeat: no-repeat;
      }
  ul#Navigation a:active {
       color: white;

  }


.aktuell {

            background-image: url(../bilder/full.gif);
            background-position:center;
            background-repeat: no-repeat;
}
.ziel {

            background-image: url(../bilder/frame.gif);
            background-position:center;
            background-repeat: no-repeat;
}


a:link { color: white; }
a:visited { color: white; }
a:hover { background: white; color: black;  }
a:focus { background: white; color: black; }
a:active { background: white; color: black; }
a {padding: 0.25em;}

a.nohover, a.nohover:hover {
                text-decoration: none;
				background: none;
}

.keinedeko {
                text-decoration: none;
           }