/* General layout */

BODY          { font-family: Times, Serif;
                color: #441B1A; margin-top: 15; padding-top: 0; padding-left: 10;
                padding-right: 0; background-color: #FAEFD4; }
P             { font-family: Times, Serif; font-size: 11pt; }
TD            { font-family: Times, Serif; color: #441B1A; font-size: 11pt; }

A:link        { text-decoration: none; color: #441B1A; font-weight: normal; }
A:visited     { text-decoration: none; color: #441B1A; font-weight: normal; }
A:hover       { text-decoration: none; color: #000000; font-weight: bold;}

/* Überschriften */
H1				{ font-family: Times, Serif; font-size: 13pt; margin-bottom: 0; color: #441B1A; }
H2				{ font-family: Times, Serif; font-size: 12pt; font-weight: bold; margin-bottom: 0; color: #441B1A; }
H3				{ font-family: Times, Serif; font-size: 11pt; font-weight: bold; margin-bottom: 0; color: #441B1A; }
H4				{ font-family: Times, Serif; font-size: 11pt; font-weight: bold; margin-bottom: 0; color: #441B1A; }

hr {
 color : black;
 height : 2px;
}

P.tabelle     { font-family: Times, Serif; font-size: 11pt; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; }


/* Sub-Menu */
.button {
display: block;
font-family: Times, Serif;
font-weight: normal;
font-size: 9pt;
text-decoration: none;
color: #441B1A;
padding: 3px;
}
.button:hover {
font-family: Times, Serif;
font-weight: bold;
font-size: 9pt;
text-decoration: none;
color: #000000;

}
.button:active {
background-color: #441B1A;
font-family: Times, Serif;
font-weight: bold;
font-size: 9pt;
text-decoration: none;
color: #ffffff;
}
.button:focus {
background-color: #441B1A;
font-family: Times, Serif;
font-weight: normal;
font-size: 9pt;
text-decoration: none;
color: #ffffff;
}
