body {
    background-color: #f0f8ff; 
    font-family: arial; 
    margin-top: 0; 
    margin-left: 0; 
    margin-right: 0; 
	margin-bottom: 0;
      }

li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.li-rot {
	color: #cc0000;
	font-size: smaller;
}

.li-rot-pfeil {
	list-style-image: url(bilder/pfeile/rot-10-10.gif);
}

.li-blau-pfeil {
	list-style-image: url(bilder/pfeile/blau-10-10.gif);
}

.li-mittelblau-pfeil {
	list-style-image: url(bilder/pfeile/mittelblau-10-10.gif);
}

.li-gruen-pfeil {
	list-style-image: url(bilder/pfeile/tuerkis-10-10.gif);
}

.li-blau-pfeil-gedreht {
	list-style-image: url(bilder/pfeile/blau-10-10-gedreht.gif);
}

.li-blau {
	color: #4682b4;
	font-size: smaller;
}

.li-rot {
	color: #cc0000;
	font-size: smaller;
}

.li-gruen {
	color: #006600;
	font-size: smaller;	
}

.li-square {
	font-size: smaller;
	list-style-type: square;	
}

table {
    font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.td-hintergrund-hellblau {
    font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
    background-color: #f0f8ff; 	
}

.td-hintergrund-weiss {
    background-color: #ffffff; 	
}

.td-rahmen-blau {
    border-width: 1px;
	border-color: #4682b4;
	border-style: solid;
}

.td-rahmen-blau-gestrichelt {
    border-width: 1px;
	border-color: #4682b4;
	border-style: dotted;
}

a:link {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
}

a:active {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
}

p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;	
}

.p-zentrieren-strecken {
    text-align: center;
	letter-spacing: 1px;
	color: 000099;
}

h1, h2, h3, h4, h5, h6 {
   font-family: arial, Helvetica, sans-serif;
}

.text-mittelblau {
	color: #4682b4;
}

.text-blau {
	color: #000099;
}

.text-weiss {
	color: #ffffff;
}

.text-rot {
	color: #CC0000;
}
	
.text-klein-fett {
	font-weight: bold;
}

.text-klein-fett-italic {
	font-weight: bold;
	font-style: italic;	
}

.text-klein-fett-weiss {
	font-weight: bold;
	color: #ffffff;	
}

.text-10 {
	font-size: 10px;
}

.text-11 {
	font-size: 11px;
}

.text-12 {
	font-size: 12px;
}

.text-klein {
	font-size: smaller;
}

.text-klein-rot {
	font-size: smaller;
	color: #CC0000;
}

.text-kleinstens {
	font-size: xx-small;
}

.text-italic {
	font-style: italic;
}

.text-italic-mittelblau {
	font-style: italic;
	color: #4682b4;
}

.text-italic-blau {
	font-style: italic;
	color: #000099;
}

.text-mittig {
	text-align: center;
}

.text-rechts {
	text-align: right;
}

.text-decoration-blink {
	text-decoration: blink;
}

.text-mittel {
	font-size: small;
}

.text-groesser {
	font-size: medium;
}

.text-groesser-weiss {
	font-size: medium;
	color: #ffffff;
}

.text-groesser-blau {
	font-size: medium;
	color: #000099;
}

.text-gross {
	font-size: large;
}

.text-times {
	font-family: Times New Roman, Times, serif;
	font-size: small;
}

.text-gross-rot {
	font-size: large;
	color: #CC0000;
}
