/* ----------------------------------
   CSS-Definitionen
   
   verwendete Farben: #F5E7BB allgemeine Schriften
                      #855C2E body background
                      #BE903B link, visited, navi, box, current thumbnail
                      #48382B hover, active
   
   Erstellung: 01.01.2005, pk
   History:    07.01.2006, mk
               04.08.2007, mk: angepasst für Australien
   ---------------------------------- */

body {
    background-color : #855C2E;
    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 : #BE903B;
}

h1 {
    font-size : 25px;
    font-family : Arial, Helvetica, sans-serif;
    color : #F5E7BB;
    font-weight : bold;
    font-height : 100px;
}

h2 {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #F5E7BB;
    font-weight : bold;
}

h3 {
    font-size : 16px;
    font-family : Arial, Helvetica, sans-serif;
    color : #F5E7BB;
    font-weight : normal;
}

p {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #F5E7BB;
}

td {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #F5E7BB;
    vertical-align : top;
}

box {
    width : 200px;
    float : right;
    font-size : 11px;
    font-family : Arial, Helvetica, sans-serif;
    color : #BE903B;
    border-color : #BE903B;
    border-width : 1px;
    border-style : solid;
    padding : 5px;
}

ul {
    list-style-type : square;
}

li {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #F5E7BB;
}

hr {
    color : #BE903B;
    noshade;
}

.navi {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #BE903B;
}

.leer {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #BE903B;
}

.copy {
    font-size : 10px;
    font-family : Arial, Helvetica, sans-serif;
    color : #F5E7BB;
    vertical-align : bottom;
}

a:link {
    color : #BE903B;
    text-decoration : none;
}

a:hover {
    color : #48382B;
    text-decoration : none;
}

a:visited {
    color : #BE903B;
    text-decoration : none;
}

a:active {
    color : #48382B;
    text-decoration : none;
}
