body{
      width:100%;
      height:100%;
      margin-left: 0px;
      margin-top: 0px;
}
p {
        font-size: 14px;

        line-height: 20px;
        font-family: "Courier New", Courier, monospace;
        color: #666666;
}
h3 {
        font-size: 20px;

        line-height: 100%;
        font-family: "Courier New", Courier, monospace;
        color: #0066CC;
        font-weight:bold;

}


a {
        font-size: 14px;
        line-height: 16px;
        font-family: "Courier New", Courier, monospace;
        color: #0066CC;
        font-weight:bold;
        text-decoration: none;
}
a.aktiv {
        font-size: 14px;
        line-height: 16px;
        font-family: "Courier New", Courier, monospace;
        color: #808080;
        font-weight:bold;
}

a:hover {
        font-size: 14px;
        line-height: 16px;
        font-family: "Courier New", Courier, monospace;
        color: #808080;
        font-weight:bold;
}

a.sub {
        font-size: 14px;
        line-height: 16px;
        font-family: "Courier New", Courier, monospace;
        background: url(../Bilder/kreis.gif) no-repeat left;
        color: #808080;
        font-weight:bold;
        text-decoration: none;
}

a.sub:hover {
        font-size: 14px;
        line-height: 16px;
        font-family: "Courier New", Courier, monospace;
        background-image:url(../Bilder/kreisover.gif);
        color: #0066CC;
        font-weight:bold;
        text-decoration: none;
}

a.subaktiv {
        font-size: 14px;
        line-height: 16px;
        font-family: "Courier New", Courier, monospace;
        background: url(../Bilder/kreisover.gif) no-repeat left;
        color: #0066CC;
        font-weight:bold;
        text-decoration: none;
}

.feld {
        border: #666666;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        font-family: "Courier New", Courier, monospace;
        font-size: 14px;
        width: 400px;
        color: #666666;
        overflow: hidden;
        }
.feld2 {
        border: #666666;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        font-family: "Courier New", Courier, monospace;
        font-size: 14px;
        width: 400px;
        color: #666666;
        }

button {
       vertical-align:middle;
       text-decoration:none;
       border: none;
       background-color:#FFFFFF;
       font-family:  "Courier New", Courier, monospace;
       font-size: 14px;
       font-weight:bold;
       color: #666666;
       border-color: #FFFFFF;

}