body {
        background:#214192;         /*  #e1e8e8; */
        margin : 0px;
        margin-bottom: 20px;
        padding: 0px;
        font-family: Verdana, Geneva, Arial;
        font-size: 1em; }

#container {
        width: 1000px;
        background: #fff;
        border: 1px solid black;    /* gray */
        margin: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        background: white url(../grafi/backfuss.gif) repeat; }

#banner {
        height: 120px;
        padding: 0px;
        margin-bottom: 0px;
        /* wird in inlocalhost nicht angezeigt */
        background: white url(../grafi/banner.gif) repeat; }

#kopf2 {
        margin: 0px;
        padding: 0px;
        border-bottom: 2px solid #9f9f9f;
        background: white url(../grafi/kopf2.gif) repeat;
        height: 20px; }

#kopf3 {
        margin: 0px;
        line-height: 1.1em;
        background: white url(../grafi/backfuss.gif) repeat; }

#content {
        min-height: 400px;
        margin: 0px 70px 20px 212px;
        padding: 0px 20px 20px 20px;
        /* border: 1px solid #9f9f9f; */ }

a { text-decoration: none; }

#navi {
        float: left;
        width: 200px;
        margin: 0px 5px 0px 5px;
        padding: 0px;
        height: auto;
        /* border: 1px solid #9f9f9f; */
        /* background-color: rgb(235, 235, 235); */ }

#navi a {
        display: block;
        font: 1em;
        font-weight: bold;
        color: #000;        /*   Schriftfarbe   */
        text-indent: 10px;
        padding: 5px 0px;
        margin: 0px;
        border-left: 3px solid #fff;
        text-decoration: none; }

a.aktiv {
        font-size: 1em;
        font-weight: bold;
        color:   #ffffff;
        background: rgb(178, 216, 156) url(../grafi/navi_aktiv.gif) repeat-x;
        width: 200px; }

#navi a:hover {
        background-color: lightyellow;
        border-left: 3px solid #E60003; }
        
.navihead, h1, h2 {
        margin: 0px;
        padding-left: 20px;
        padding-top: 5px;
        padding: 5px 5px 5px 0px;
        font-weight: bold;
        font-size: 1.2em;
        color: #fff;
        text-indent: 20px;
        border: 0px solid black;
        /* height: 10px; */
        /* background: white url(../grafi/navihead11.gif) repeat-x; */
        height: 30px;
        background: url(../grafi/navihead11.gif) repeat-x; }

h1, h2 {
        width: 660px;
        letter-spacing: 0em;
        background: url(../grafi/back_h660.gif) no-repeat; }

p            { width: 660px; }
.bildhinweis { font-size: 0.7em; }

.bigpic {
        margin: 50px 0 0px 0;
        border: 1px solid black; }

#logos {
        float: right;
        width: 60px;
        height: auto;
        margin: 0px 0px 0px 0px; }

#logos img { padding-top: 20px; }

#footer {
        font-size: 10px;
        text-align: right;
        clear: both;
        padding: 5px 30px 5px 5px;
        margin-top: 0px;
        /* background: white url(../grafi/backfuss.gif) repeat; */
        background: white; }

#footerprint{ display: none; }

ul {
        padding-left: 170px;
        list-style: circle;
        list-style-image: url(../grafi/roter_haken.gif) }

/*  http://www.psd-tutorials.de/modules/Forum/46_x-html-css/29923-2-ul-listen-nebeneinander-problem-im-ie.html  */
.ul-holder ul {
        margin: 0;
        padding: 0; }

/* wird derzeit nicht benutzt */
.gallerycontainer {
        position: relative;
        /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img       { border: 1px solid black; margin: 0px 0px 5px 0px; }
.thumbnail:hover     { background-color: transparent; }
.thumbnail:hover img { border: 1px solid black; padding: 0px; }

.thumbnail span      {      /*CSS für großes Bild*/
    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    left: -1000px;
    border: 1px solid black;
    visibility: hidden;
    color: black;
    text-decoration: none;
    text-align: center; }

.thumbnail span img {       /*CSS für großes Bild*/
    border: 10px solid red;
    padding: 2px; }

.thumbnail:hover span {     /*CSS für großes Bild*/
    visibility: visible;
    top: 10px;              /*Position großes Bild */
    left: 10px;
    z-index: 50; }
