body {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: black;
    background-color: #205020;
}

body,html {
    height: 100%;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 16pt;
    margin: 0px 0px 5px 0px;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 13pt;
    margin: 0px 0px 5px 0px;
}

#mitte a:link, #mitte a:active {
    color: black;
    text-decoration: underline;
}

#mitte a:visited
{
    color: black;
    text-decoration: underline;
}

#mitte a:hover {
    color: maroon;
    text-decoration: none;
}

/* Eingabefelder */

input {
         border: 1px solid black;
         background: white;
         font-size: 10pt;

}

select {
         border: 1px solid black;
         background: white;
         font-size: 10pt;

}


textarea {
         border: 1px solid black;
         background: white;
         font-size: 10pt;
         font-family: Arial, Helvetica, Sans-Serif;
}

/* Bildergallerie */

dd {
        font-weight: bold;
}

.gallery {
        width: 100%;
}

.gallery a:link, a:active, a:visited, .downloadImg a:link, a:active, a:visited {
    color: black;
    text-decoration: none;
}

.gallery a:hover, .downloadImg a:hover {
    color: maroon;
    text-decoration: none;
}

.gallery_image img {
        border: 2px solid black;
}

.gallery_navi img, .downloadImg img {
        border: none;
}

.gallery_navi {
        font-weight: bold;
}

.gallery_navi a {
        font-weight: normal;
}

.bottom_links {
        margin-bottom: 5px;
}

.link img {
        border: none;
}

.gallery-detail {
        width: 100%;
        text-align: center;
}

.gallery-detail img {
        border: 2px solid black;
}

/* Tabellen */

table {
         border: none;
}

td {
         font-size: 10pt;
}

td p {
         margin-top: 0px;
         padding-top: 0px;
}

/* Container */
#box {
    width: 898px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: transparent url('../upload/layout/unten.jpg') no-repeat bottom left;    
}

#oben {
    width: 898px;
    height: 209px;
    background: transparent url('../upload/layout/oben.jpg') no-repeat;
}

#subnavi {
    height: 34px;
    width: 230px;
    position: relative;
    left: 663px;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 8pt;
}

#subnavi ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#subnavi li {
    float: left;
    line-height: 34px;
    margin: 0px 5px 0px 5px;
    vertical-align: middle;
    text-align: center;
}

#subnavi img {
    margin-top: 7px;
    border: none;
}

#subnavi[id] img {
    margin-top: 7px;
    *margin-top: 2px;
    border: none;
}

#subnavi a:link, #subnavi a:active, #subnavi a:visited {
    color: black;
    text-decoration: none;
}

#subnavi a:hover {
    color: black;
    text-decoration: underline;
}

#links {
    width: 182px;
    min-height: 166px;
    *height: 166px;
    float: left;
    background: transparent url('../upload/layout/links.jpg') no-repeat;
}

#mainnavi {
    width: 178px;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 12pt;
    color: white;
    text-align: right;
    margin-top: 29px;
    margin-left: 2px;
}

#mainnavi ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#mainnavi li {
    width: 168px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 10px;
    background: transparent url('../upload/layout/linie.gif') no-repeat bottom left;
}

#mainnavi a:link, #mainnavi a:active, #mainnavi a:visited {
    color: white;
    text-decoration: none;
}

#mainnavi a:hover {
    color: #f3e77c;
    text-decoration: none;
}


#mitte {
    width: 522px;
    min-height: 365px;
    float: left;
    padding-top: 80px;
    padding-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
    background: url('../upload/layout/mitte.jpg') no-repeat;
}

#rechtsoben {
    width: 174px;
    height: 166px;
    float: left;
    background: transparent url('../upload/layout/rechts-oben.jpg') no-repeat;
}

/* Klassen */

.zentrieren {
    text-align: center;
}

.links { text-align: left; }
.rechts { text-align: right; }

.v-oben { vertical-align: top; }
.v-mitte { vertical-align: middle; }

.hervorheben {
    font-weight: bold;
    color: #606060;
}

.erforderlich {
         color: #CC9933;
}

.kursiv {
    font-style: italic;
}

.nonfloat {
    clear: both;
}

.umflusslinks{
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
}

.umflussrechts {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
}

.bildrahmen {
        border: 2px solid black;
}

.kleinzentrieren
{
    font-size: 8pt;
    text-align: center;
    font-weight: bold;
}