
/* farbige Überschriften mit farbigem Hintergrund */
h1 {
background-color: silver;
color: #E00060;
padding: 2px;
}

body {
 font-family: arial, helvetica, sans-serif,;
 font-style: italic;
 font-size: larger;
 text-align: left;
 background: ;
 line-height: 1.5;
 text-indent: 15px;
}

div.rand {
font-family: Arial, Helvetica, sans-serif;
width: auto;
padding: 10px;
border-style: solid;
border-width: 10px;
border-color: #FFCC66;
}
h2 {
border-left-style: solid;
border-left-width: 10px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #0066cc;
width: 400px;
padding-left: 2px;
}

.dotbox {
border-style: dotted;
border-width: 2px;
border-color: #ff9900;
padding: 5px;
}

span.aktiv {
background-color: #ffcc66;
color: white;
}

b {
color: #ff9900;
}

A {
text-decoration: none;
color: black;
}

A:hover {
background-color: #ffcc33;
color: white;
}

A:visited {
color: gray;
}

ul {
list-style-image: url(kreis.gif);
}

/* Tabelle Update */
table.update {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Zellen für Tabelle Update */
table.update td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
text-align: left;
border-style: solid;
border-width: 1px;
border-color: silver;
}

/* Neue Mitteilung */
.nm {
color: #000033;
background-color: silver;
}

/* Datum */
.d {
color: #000033;
background-color: silver;
}



