/* Template Cascading Style Sheets  GlobalStyles.css*/

/*  StyleSheet-Vorlage fuer alle HTML-Dokumente
    der folgende link im Kopfteil eines HTML-Dokumentes bindet die CSS_Datei ein.

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

   verbal colors: black, white, yellow, olive, green, lime, navy, purple, fuchsia, teal, aqua, silver
   FD-Colors: #e89b49 (orange), #9ab83c (grün), #cbb145 (gold)
*/

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: 11px; font-weight:400; color:navy;}

body {background-image: url(graphic/BgGold1200.png); background-repeat: repeat-x; background-attachment:fixed;}

td, th {text-align:center;}
th {font-size: 13px; color:gray; background-color: #e89b49; font-style:italic; font-variant:small-caps; text-align:center; vertical-align:middle; font-size: 15px; padding-top:5px; padding-bottom:5px;}	/* Tabellen Ueberschrift */

h1 {font-size: 30px; line-height:1em; letter-spacing:1mm; text-align:center; white-space:nowrap; text-decoration: underline; font-variant:small-caps; color:navy;}
h2 {font-size: 25px; color:navy; line-height:1em; text-align:center; text-decoration:underline; font-variant:small-caps;}
h3 {font-size: 16px; color:navy; font-variant:small-caps;}
h4 {font-size: 13px; color:navy; font-variant:small-caps;}
					/* 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:#ccddee;}							/* Schriftfarbe      	*/
.dmlbg {color:#0080FF}							/* Hintergrundfarbe = blau 	*/

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

hr {width:100%; color:#000000; height:3px; text-align:center; background-color:yellow; border:1px solid blue;}

/*
a:link {color:#000060; font-size: 12px; text-decoration: underline; font-weight: normal;}
a:visited {color:#800040; font-size: 12px;}
a:focus {color:yellow; font-size: 12px;}
a:hover{color:#000060; font-size: larger; font-weight: bolder;}
a:active {color:#FF00FF;}
*/
	A:link {color:navy; text-decoration: underline; font-weight: 800;}	
	A:visited {color:navy; text-decoration: underline; font-weight: 800;}
	A:focus {color:yellow;}
	A:hover {color:lime; text-decoration: underline; font-weight: 900;}
	A:active {color:navy; text-decoration: underline;}

