/* ----------------------------------
   CSS-Definitionen
   
   verwendete Farben: #000000 allgemeine Schriften
                      #FC7C2F body background
                      #5059F9 link, visited, navi, box, current thumbnail
                      #969BF9 hover, active
   
   Erstellung: 01.01.2005, pk
   History:    07.01.2006, mk
   ---------------------------------- */

body {
    background-color : #FC7C2F;
    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 : #5059F9;
}

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 : 12px;
    font-family : Arial, Helvetica, sans-serif;
    /* color : #5059F9; */
    color : #000000;
    /* border-color : #5059F9; */
    border-color : #000000;
    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 : #5059F9;
    noshade;
}

.navi {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #5059F9;
}

.leer {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #FC7C2F;
}

.copy {
    font-size : 10px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    vertical-align : bottom;
}

a:link {
    color : #5059F9;
    text-decoration : none;
}

a:hover {
    color : #969BF9;
    text-decoration : none;
}

a:visited {
    color : #5059F9;
    text-decoration : none;
}

a:active {
    color : #969BF9;
    text-decoration : none;
}

