body {
  margin: 0px;
  padding: 0px;
  background-color: #fde2b9;
  color: #8c3f06;
  font-family: Verdana, Geneva, Arial, Helv, Helvetica, sans-serif;
  font-size: 14px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 16px;
}

sup {
    font-size: 70%;
}

td {
  font-family: Verdana, Geneva, Arial, Helv, Helvetica, sans-serif;
  font-size: 14px;
}

div#header {
    margin: 0px;
    background-repeat: no-repeat;
    background-image: url(./header.jpg);
    height: 120px;
}

div#wholepage {
    width: 100%;
}

div#content {
    width: 800px;
}

div#naviframe {
    text-align: right;
    padding-right: 12px;
    float: left;
    left: 30px;
    top: 200px;
    width: 155px;
    border-right-width: 1px;
    border-right-color: #8c3f06;
    border-right-style: solid;
}

.mainframe {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
}


.moneybg {
    background-image: url(./geld.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

.mapbg {
    background-image: url(./globus.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

div#footer {
    clear: both;
    padding: 5px;
    background-color: #fde2b9;
    text-align: center;
    font-size: 10px;
    color: #8c3f06;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #8c3f06;
    /*
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #8c3f06;
    */
}

.borderpic {
    border: solid 1px #8c3f06;
}

.legende {
/*    color: #ae896f;*/
    font-style: italic;
    font-size: 10px;
}

/* Fuer die Sprachwahl */
.sprache {
    padding-left: 0px;
    padding-bottom: 2px;
}

.flagge {
    padding-right: 3px;
    padding-bottom: 12px;
}

/* Styles fuer die Linktabelle */
.linkfeld {
    font-size: 12px;
    text-align: left;
    color: #8c3f06;
    text-decoration: none;
}

.linkaktiv {
    color: #b81b1b;
    font-size: 12px;
    text-align: left;
}
/* Styles fuer die Linktabelle */

.textlink {
    text-decoration: underline;
    color: #000;
}

/* Die Galerie */

.gallink {
    border: 1px solid #99c;
    background-color: #d0e0ef;
    color: #006;
    width: 20px;
    text-align: center;
}

.galaktuell {
    border: 1px solid #00f;
    background-color: #1b5b89;
    color: #fff;
    width: 20px;
    text-align: center;
}

.thumbnail {
    margin-bottom: 8px;
    border: solid 1px #666;
    cursor: pointer;
}



