/* ----------------------------------
   CSS-Definitionen
   
   verwendete Farben: #000000 allgemeine Schriften
                      #99CCFF  #F4A460 body background
                      #000066  #8B4513 link, visited, navi, box, current thumbnail
                      #0033CC  #CD853F hover, active
   
   Erstellung: 01.01.2005, pk
   History:    07.01.2006, mk
   ---------------------------------- */

body {
    background-color : #99CCFF;
    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 : #000066;
}

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;
}

ul {
    list-style-type : square;
}

li {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
}

hr {
    color : #000066;
    noshade;
}

.navi {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000066;
}

.copy {
    font-size : 10px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    vertical-align : bottom;
}

a:link {
    color : #000066;
    text-decoration : none;
}

a:hover {
    color : #0033CC;
    text-decoration : none;
}

a:visited {
    color : #000066;
    text-decoration : none;
}

a:active {
    color : #0033CC;
    text-decoration : none;
}
