/* Template Cascading Style Sheets  GlobalStyles.css*/

/*  StyleSheet-Vorlage fr alle HTML-Dokumente

    <link rel=stylesheet type="text/css" href="GlobalStyles.css">

    im Kopfteil eines HTML-Dokumentes bindet die CSS_Datei ein.
*/

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: Arial, Helvetica, Times New Roman, sans-serif;}
body,td,div,p,pre,ul {font-size: 13px; font-weight:200;}

body {background-image:url(../jpg/backgr.jpg); background-attachment:fixed;}
table {background-color:#ccddff;}
th {font-size: xx-large; font-style:italic; font-variant:small-caps;}	/* Tabellen�Ueberschrift  	*/

h1 {font-size: 40; line-height:1em; letter-spacing:1mm; text-align:center; white-space:nowrap;}
h2 {font-size: 25; color:#000000; line-height:1em; font-style:italic; text-align:center;text-decoration:underline;}
h3 {font-size: 16; color:#000000; font-style:italic;}
h4 {font-size: 13;}
					/* Format-Unterklassen. Im HTML-Tag ist class=name anzugeben
					   Der Font URW Chancery muss auf den Server gestellt werden,
					   das ist aber mit Kosten verbunden und zu umstaendlich.
.urw_gr {font-family:"Urw Chancery L"; color:#D0D0D0;}			   Urw Chancery, grau
.urw_blk {font-family:"URW Chancery L"; color:#000000;}			   Urw Chancery, schwarz 	*/
.dmlfg {color:#D0D0D0;}							/* DML-Schriftfarbe      	*/
.dmlbg {color:#0080FF}							/* DML-Hintergrundfarbe = blau 	*/




.small {font-size: 0.8em;}
.mini {	font-size: 11px;}
.minimini {font-size: 10px;}

hr style="width:50%; color:#000000; height:5px; text-align:center; border:1px solid blue;"

a {font-size: 14px; color:#00000; text-decoration: underline;}
a:link {color:#0080FF; text-decoration: underline; font-weight: normal;}
a:visited {color:#800040;}
a:active {color:#FF00FF;}
a:hover{color:#003380; font-size: larger; font-weight: bolder;}
