
/*  Formatierung body Bildlaufleiste + Hintergrundgrafik*/

body {
scrollbar-arrow-color: #9c4606;
scrollbarBaseColor: #ffffe9;
scrollbar-track-color: #ffffe9;
scrollbar-face-color: #fdebc7;
scrollbar-highlight-color: #ffffe9;
scrollbar-3dlight-color: #9c4606;
scrollbar-darkshadow-color: #9c4606;
scrollbar-shadow-color: #9c4606;

font-family : Arial;
font-size:11pt;
color: #000000;

margin:0px;
padding:0px;
background-color: #fffdf9;
text-align:left
}

/*  Links allgemein */
a {
font-family:Arial;
font-size:11pt;
font-weight:normal;
text-decoration:none;
color: #9c4606
}

a:visited  { color: #000000; font-style: italic; font-size: 11pt; font-family: Arial }

a:hover {
color:#000000;
font-family:Arial;
font-size:11pt
}

/*  eigene klasse links */

a.linkmini {
font-family:Arial;
font-size:10pt;
font-weight:normal;
text-decoration:none;
color: #9c4606;
}
/*  tabelle und tabellenzellen*/

table {
font-family:Arial;
font-size:11pt;
color: #000000;
}

tr {
font-family:Arial;
font-size:11pt;
color:#000000
}

td {
font-family:Arial;
font-size:11px;
font-weight:normal;
text-decoration:none;
color: #000000;
}

/*  Absätze Blockformatierung  */
p {
font-family:Arial;
font-size:11pt;
text-decoration:none;
color: #000000
}

/*  aufzählungen */
ul {
font-family:Arial;
font-size:11pt;
text-decoration:none;
color: #000000
}

li {
font-family:Arial;
font-size:11pt;
text-decoration:none;
color: #000000
}

h1 {
font-family:Arial;
font-size:12pt;
text-decoration:none;
color: #9c4606
}

h2 {
font-family:Arial;
font-size:11pt;
text-decoration:bold;
color: #000000
}
