@charset "utf-8"; /* Für gute Browser. */

html, body {
        
        line-height:    1.45;
}
body {
        /* Nur hier, sonst gibt es
         * eventuell Vererbungsprobleme.
         */
        font-size:      100.01%;
}
p {
	margin: 2em;
	padding: 0.5em;
	border: none;
}

/* Links */
	A:link { font-size:8pt;color:#FFFFFF;text-Decoration:none }
	A:visited { font-size:8pt;color:#FFFFFF;text-Decoration:none }
	A:hover { font-size:8pt;color:#F19B2D;text-Decoration:none }
    A:active { font-size:8pt;color:#FFFFFF;text-Decoration:none }
	
/* Allgemein */
    all { font-size:9pt;font-family:Verdana, Arial;color:#000000 }
	td { font-size:9pt;font-family:Verdana, Arial;color:#000000 }
    th { font-size:9pt;font-family:Verdana, Arial;color:#000000;text-Decoration:none ; bold}
    foto { font-size:8pt;font-family:Verdana, Arial;color:#1E4976 }
	
/* Infobox */
	a.infobox { border-bottom: 1px dashed #c30; text-decoration:none; }
  	a.infobox:hover { cursor:help; color:#c30; background:white; }
  	a.infobox span { visibility:hidden; position:absolute; left:16em;margin-top:1.5em; padding:1em; text-decoration:none; }
  	a.infobox:hover span { visibility:visible; border:1px solid #1E4976;color:black; background:white; }
	
	

