/* Cascade DTP V4 - Style Sheet */

a:link {color: rgb(51,51,102);
     background-color: transparent;
     font-weight: normal;
     font-style: italic;
     text-decoration: underline}

a:visited {color: rgb(51,51,175);
     background-color: transparent;
     font-weight: normal;
     font-style: italic;
     text-decoration: underline}

a:hover, a:active {color: rgb(51,51,102);
     background-color: transparent;
     font-weight: bold;
     font-style: italic;
     text-decoration: underline}


.Logo {position: absolute;
    top: 18px;
    left: 17px;
    height: 127px;
    width: 146px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    letter-spacing: 0em;
    line-height: 120%;
    border-top: 1px;
    border-left: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: rgb(255,255,255);
    overflow: hidden}

.Banner {position: absolute;
    top: 18px;
    left: 167px;
    height: 117px;
    width: 604px;
    z-index: 3;
    font-family: "Comic Sans MS", cursive;
    font-size: 25pt;
    font-weight: bold;
    font-style: italic;
    color: rgb(255,255,204);
    line-height: 120%;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-top: 1px;
    border-left: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: rgb(153,153,0);
    overflow: hidden}

.Navig {position: absolute;
    top: 148px;
    left: 17px;
    height: 429px;
    width: 138px;
    z-index: 3;
    font-family: "Comic Sans MS", cursive;
    font-size: 12pt;
    line-height: 120%;
    padding: 4px;
    border-top: 1px;
    border-left: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: rgb(255,255,144);
    overflow: hidden}

.Inhalt {position: absolute;
    top: 148px;
    left: 167px;
    height: 429px;
    width: 596px;
    z-index: 3;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12pt;
    line-height: 120%;
    padding: 4px;
    border-top: 1px;
    border-left: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: rgb(255,255,204);
    overflow: hidden}

body {background-color: rgb(51,102,51)}


