html, body, textarea {
    scrollbar-base-color:        #DC8411;
    scrollbar-3d-light-color:    #DC8411;
    scrollbar-arrow-color:       #DC8411;
    scrollbar-dark-shadow-color: #DC8411;
    scrollbar-face-color:        #FDFFD8;
    scrollbar-highlight-color:   #FFFFFF;
    scrollbar-shadow-color:      #FFFFFF;
    scrollbar-track-color:       #FDFFD8;
    }

body {
    color: #A20808; background-color: #FDFEEF;
    font-size: 100.01%;
    font-family: verdana, arial, sans-serif;
    margin: 0; padding: 0;
    text-align: center;
    border: 0;
}

img {
    margin: 0; padding: 0;
    border: 0;
    }
h1 {
	font-size: 1.4em;
    }

h2 {
	font-size: 1.2em
    }

h3 {
	font-size: 1em
    }

h4 {
	font-size: 0.8em
	}

a {
    color: #DC8411;
    text-decoration: none;
    }

a:hover {
    color:#990806;
    text-decoration: underline;
    }

div#page {
    margin: 14px auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0;
    border: 0;
    text-align: left;
    }

table#navigation {
    width: 800px; height: 130px;
    background-image:url(../images/navi_bg.jpg); background-attachment:scroll; background-position: center top; background-repeat:no-repeat;
    margin: 0; padding: 0;
    text-align: left;
    }

table#navigation td {
	vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 10pt;
    line-height: 10pt;
    font-weight: bold;
	}

table#navigation a {
    margin: 0; padding: 0;
    color: #80130E;
    text-decoration: none;
    font-size: 10pt;
    line-height: 10pt;
    }

table#navigation a:hover {
    margin: 0; padding: 0;
    color: #A20808;
    text-decoration: underline;
    font-size: 10pt;
    line-height: 10pt;
    font-style: normal;
    }

table#content {
    width: 800px;
    background-image:url(../images/content_bg.gif); background-attachment:scroll; background-position: center top; background-repeat:y-repeat;
    margin: 0; padding: 0;
    text-align: left;
    }

table#content td {
	vertical-align: top;
    padding: 24px 30px 18px 30px;
	font-size: 0.8em;
    font-weight: normal;
	color: #A20808;
	}

table#content hr {
	height: 1px;
    color: #000;
    }

table#content li {
	margin: 8px 0;
    }

table#foot {
    width: 800px; height: 28px;
    background-image:url(../images/footer_bg.gif); background-attachment:scroll; background-position: center top; background-repeat:no-repeat;
    margin: 0; padding: 0;
    text-align: center;
    }

table#foot a {
	margin: 0 16px;
    color: #dc8411;
    text-decoration: none;
    font-size: 7pt;
    line-height: 8px;
    font-weight: medium;
    }

table#foot a:hover {
    color: #dc8411;
    text-decoration: underline;
    font-size: 7pt;
    line-height: 8px;
    font-weight: medium;
    font-style: normal;
    }

.copyright {
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    font-weight: normal;
    color: #F7DC95;
    text-decoration: none;
    }


.txtrot {
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    font-weight: normal;
    color: #a20808;
    text-decoration: none;
    }

.txtorange {
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    font-weight: normal;
    color: #dc8411;
    text-decoration: none;
    }

.txtschwarz {
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    }
