body		{ background-color: #333333 }
h1, h2, h3, h4	{ font-family: Helvetica, Sans-Serif; color: #FFFFFF; text-align: center }
h5		{ color: #00CC00; text-align: center }
p		{ font-family: Helvetica, Sans-Serif; color: #FFFFFF; text-align: justify }
td		{ font-family: Helvetica, Sans-Serif; color: #FFFFFF }
th		{ font-family: Helvetica, Sans-Serif; color: #FFFFFF }
strong, em	{ color: #CC0000 }
address		{ color: #FFFFFF; font-family: Helvetica, Sans-Serif; font-size: 13px; text-align: center }
a:link		{ color: #00CC00; text-decoration: underline }
a:visited	{ color: #CC0000; text-decoration: underline }
a:hover		{ color: #FFFFFF; text-decoration: none }
a:active	{ color: #CCCCCC; text-decoration: none }
ul		{ color: #FFFFFF; font-family: Helvetica, Sans-Serif }
kbd		{ color: #3399FF; font-family: Courier; font-style: normal }
img		{ border-color: #00CC00 }

.hinweis	{ font-style: italic; margin-left: 5%; margin-right: 5%; text-align: left }
.autor		{ text-align: center; font-style: italic; font-size: 110%; }
.thgrp		{ border-width: 1px; border-color: #FFFFFF; border-style: solid } /* Themengruppe: teilt die unterschiedlichen Themen in der Tabelle */

/* die verschiedenen Listen-Symbole */
li.dok		{ list-style-image: url(bilder/dokument.gif); }
li.html		{ list-style-image: url(../dokumente/bilder/html.png); }
li.extern	{ list-style-image: url(../dokumente/bilder/www.png); }
li.pdf		{ list-style-image: url(bilder/acrobat.png); }
li.latex	{ list-style-image: url(../dokumente/bilder/latex.png); }
li.dot		{ list-style-image: url(bilder/msdot.gif); }
li.xls		{ list-style-image: url(bilder/msexcel.png); }
li.ps		{ list-style-image: url(bilder/postscript.png); }
li.exe		{ list-style-image: url(bilder/programm.gif); }

