
html {
        position: absolute;
        margin: 0;
        padding: 0;
        }

body {
        background-color: #1c1819;
        text: #FFFFFF;
        text-align: center;
        font-family: arial;
        margin: 0;
        padding: 0;
        font-size: 14px
        }

#box {
        width: 772px;
        margin: 0 auto;
        padding: 0;
        text-align: left;
        }

#kopf {
        margin-top: 16px;
        }

#navi {
        width: 772px;
        float: left;
        }

ul.ul_header {
        list-style-type: none;
        float: right;
        margin: 0;
        padding: 0;
        clear: right;
        }

ul.ul_header li {
        float: left;
        margin-right: 20px;
        display: inline;
        color:#FFFFFF;
        }

a:link {
        font-weight: bold;
        color: #8e735e;
        text-decoration: none;
        }

a:visited {
        font-weight: bold;
        color: #8e735e;
        text-decoration: none;
        }

a:focus {
        font-weight: bold;
        color: #8e735e;
        text-decoration: underline;
        }

a:hover {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        }

a:active {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: underline;
        }

.cur {
        font-weight:bold;
        color:#FFFFFF;
        }

#pic {
        width: 300px;
        height: 400px;
        float: left;
        }

#content {
        padding:0 0 0 25px;
        width: 442px;
        height: 400px;
        text-align: left;
        color: #FFFFFF;
        float: left;
        line-height: 1.3em;
        }

#footer {
        font-size: 12px;
        text-transform:uppercase;
        text-align: right;
        color: #564b47;
        border-width:1px 0 0 0;
        padding:5px;
}

h1 {
        font-size: 30px;
        font-family: Times New Roman;
        text-transform: uppercase;
        text-align: right;
        color: #FFFFFF;
        background-color: #1c1819;
        padding: 5px 15px;
        margin: 0;
        }

h2 {
        font-family:Times New Roman;
        font-size:160%;
        color:#8e735e;
        line-height:1.4em;
        }

h3 {
        font-family:Times;
        font-size:120%;
        color:#FFFFFF;
        }

h4 {
        font-size:110%;
        color:#FFFFFFF;
        }

p {
        padding:0px;
        margin:0px;
        }

.braun { color:#8e735e; }


/* Holly Hack. IE Requirement \*/

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

/* End */

/*#table tr a:hover { display: block; background-color:#FFFF00;} /* The magic */
