/* normal.css */

<!-- allgmeiner body -->

body background-color: #FFFFFF}


<!-- Schriftart definieren -->
body,p,ul,ol,li,div,td,th,h1,h2,h3,h4,h5,h6,nobr,b,i {font-family:verdana,arial,helvetica,sans-serif}

<!-- Beginn und Ende eines absatzes (align= left, middle, right, justify) -->
p        { font-size:8pt; }
p.vsmall  { font-size:5pt; }
p.small  { font-size:6pt; }
p.normal { font-size:9pt; }
p.gross  { font-size:11pt; }
p.klein  { font-size:7pt; }
p.shadow { font-size:9pt; color: green; font-weight: bold; text-shadow: 6px 6px red }
p.intend { font-size:9pt; text-indent: 6.5 mm}
p.transform { font-size:9pt; text-transform: capitalize}
p.initial:first-letter {font-size:18pt; color: red; float:left}

			<!-- ?????? -->
div        { font-size:8pt; }
div.small  { font-size:6pt; }
div.normal { font-size:8pt; }
div.gross  { font-size:9pt; }
div.klein  { font-size:7pt; }
 
			<!-- Tabellen -->
td        { font-size:8pt; }
td.small  { font-size:6pt; }
td.normal { font-size:8pt; }
td.normal_l { font-size:8pt; text-align: left}
td.normal_r { font-size:8pt; text-align: right}
td.normal_m { font-size:8pt; text-align: center}
td.normal_b{ font-size:8pt; text-align: justify}
td.gross  { font-size:9pt; }
td.klein  { font-size:7pt; }

			<!-- ?????? -->
th        { font-size:8pt; }
th.small  { font-size:6pt; }
th.normal { font-size:8pt; }
th.gross  { font-size:9pt; }
th.klein  { font-size:7pt; }

			<!-- Überschriften -->
h1 {font-size:12pt}
h2 {font-size:14pt}
h3 {font-size:16pt}
h4 {font-size:18pt}
h5 {font-size:20pt}
h6 {font-size:22pt; color:#000000}

			<!-- ?????? -->
nobr {font-size:10pt}

			<!-- Formatierung des eingeschlossenen text in einer fetten Schriftart -->

b.small  { font-size:6pt; }
b.normal { font-size:8pt; }
b.gross  { font-size:11pt; }
b.klein  { font-size:7pt; }	

		<!-- Formatierung des text in kursivschhrift -->
i {font-size:8pt; letter-spacing:6px;color:#00FF00;background-color:#F0F0F0;}
i.small  { font-size:6pt; }
i.normal { font-size:8pt; }
i.gross  { font-size:9pt; }
i.klein  { font-size:7pt; }	


<!-- Listen -->
ul        { font-size:8pt; }
ul.small  { font-size:6pt; }
ul.normal { font-size:8pt; }
ul.gross  { font-size:9pt; }
ul.klein  { font-size:7pt; }
ul.type01 { font-size:12pt; list-style-image: url("hcs-hcs/in%20aufzaehlung%20dotsetzen/pfeil.gif") }
ul.type02 { font-size:12pt; list-style-image: url("hcs-hcs/in%20aufzaehlung%20dotsetzen/dot01.jpg") }

<!--Trennlinien-->
hr {align:center; }


<!-- Links -->
a:link { color:#000000; text-decoration:none;  }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#333333; text-decoration:none; }



<!-- Farbdefinition Scrollbar -->