/* HTML allgemein */

body, table {
    background-color: #eeeeee;
    font-family: verdana, arial, tahoma;
}

body {
    margin: 0px;
    padding: 0px;
}


a {
    color: black;
    border: 1px solid #adacaa;
    padding: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #E3E3E3;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    background-color: #CECECE;
}

.nobox {
    background-color: inherit;
    border: none;
    padding: none;
}

a.nobox:hover {
    background-color: inherit;
    border: none;
    padding: none;
}

.smalllink {
    font-size: 10pt;
    color: #4D7549;
    background-color: #eeeeee;
    border: none;
    padding: none;
}

a.smalllink:hover {
    text-decoration: underline;
    background-color: #eeeeee;
    border: none;
    padding: none;
}

img {
    border: none;
}

/* Klassen */

/*.aussen {
    width: 700px;
    height: 100%;
    border: none;
    vertical-align: center;
}*/

.haupt {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.links {
    width: 150px;
    height: 50px;
}

.mitte {
    border-left: 1px solid #adacaa;
    border-right: 1px solid #adacaa;

    width: 125px;
    background-color: #E3E3E3;
    padding: 0px;
}

.rechts {
}

.streifen {
    background-color: #CECECE;
    border-top: 1px solid #adacaa;
    border-bottom: 1px solid #adacaa;
}

.logo {
    background-color: #d8d8d8;
    border-left: 1px solid #adacaa;
    border-right: 1px solid #adacaa;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
    width: 125px;
    height: 120px;
    padding: 0px;
}

.navigation {
    width: 125px;
    height: 100%;
    background-color: #E3E3E3;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border-left: 1px solid #adacaa;
    background-color: green;
}

.navtabelle {
    background-color: #E3E3E3;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.navoben {
    height: 20px;
    border-right: 1px solid #adacaa;
}

.navtabelle tr td {
    margin: 0px;
    border-bottom: 1px solid #adacaa;
    padding: 2px;
    padding-left: 5px;
    border-right: 1px solid #adacaa;
}

.navunten {
    height: 100%;
    border-right: 1px solid #adacaa;
    border-bottom: none;
    font-size: 7pt;
    padding: 0px;
    vertical-align: bottom;
}

.inhalt {
    padding: 10px;
    padding-top: 20px;
    vertical-align: top;
    height: 100%;
}

.kontakt {
    text-align: center;
    height: 60px;
    font-size: 10pt;
}

/* Versch. Seiten */
.galerie {
    width: 570px;
    height: 570px;
    border: none;
    border-spacing: 15px;
    margin-left: 150px;
}

.galerie tr td {
    vertical-align: top;
    text-align: center;
    font-size: 10pt;
}

.vorschauzelle {
    width: 150px;
    height: 150px;

    border: 1px solid black;
    background-color: #ffffff;
    margin-bottom: 0px;
}

.vorschauzelle tr td {
    text-align: center;
    vertical-align: center;
}

.formular, .box {
    margin-top: 30px;
    margin-left: 50px;
    border: 1px solid #adacaa;
    border-collapse: collapse;
}

.formular tr th, .box tr th {
    border-bottom: 1px solid #adacaa;
    background-color: #E3E3E3;
    font-weight: bold;
}

.formular tr td, .box tr td {
    padding: 4px;
}

.box {
    width: 300px;
}

.intro {
    width: 100%;
    height: 100%;
    text-align: center;
}

