/* ----------------------------------
   CSS-Definitionen
   
   verwendete Farben: #000000 allgemeine Schriften
                      #7D7D7D body background
                      #6F4A39 link, visited, navi, box, current thumbnail
                      #BD947E hover, active
   
   Erstellung: 01.01.2005, pk
   History:    07.01.2006, mk
               18.09.2007, pk: angepasst für Korsika
   ---------------------------------- */

body {
    background-color : #7D7D7D;
    margin-left : 0px;
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
}

table {
    border-width : 0px;
}

/* Rahmenfarbe für aktuelles Vorschaubild */
.current_img {
    border-width : 0px;
    padding : 1px;
    background-color : #6F4A39;
}

h1 {
    font-size : 25px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    font-weight : bold;
    font-height : 100px;
}

h2 {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    font-weight : bold;
}

h3 {
    font-size : 16px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    font-weight : normal;
}

p {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
}

td {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    vertical-align : top;
}

box {
    width : 200px;
    float : right;
    font-size : 11px;
    font-family : Arial, Helvetica, sans-serif;
    color : #6F4A39;
    border-color : #6F4A39;
    border-width : 1px;
    border-style : solid;
    padding : 5px;
}

ul {
    list-style-type : square;
}

li {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
}

hr {
    color : #6F4A39;
    noshade;
}

.navi {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #6F4A39;
}

.leer {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #6F4A39;
}

.copy {
    font-size : 10px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    vertical-align : bottom;
}

a:link {
    color : #6F4A39;
    text-decoration : none;
}

a:hover {
    color : #BD947E;
    text-decoration : none;
}

a:visited {
    color : #6F4A39;
    text-decoration : none;
}

a:active {
    color : #BD947E;
    text-decoration : none;
}
