/* CSS Definitionen fuer die Website der Schutzstation Wattenmeer */ /* Fasssung vom 17.11.2001 - Silvan Kindt, http://youngbrain.com/ */ /* Das CSS wird dynamisch anhand des USER_AGENT zugewiesen, damit */ /* eine nach Moeglichkeit sinnvolle Darstellung ermoeglicht wird. */ /* -------------------------------------------------------------- */ /* -------------------------------------------------------------- */ /* -- CSS-Definition der Schriften fuer Texte ------------------- */ /* -------------------------------------------------------------- */ span.klein { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size:8pt; font-weight:normal; color:#444444; line-height: 14pt; } span.text,p,ul,li,td,th,br,dl,dt,dd { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size:10pt; font-weight:normal; color:#505050; line-height: 14pt; } span.dark { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size:10pt; font-weight:normal; color:#333333; line-height: 13pt; } h2 { font-family: Arial,Helvetica,Sans Serif; font-size:11pt; color:#33538D;} b { font-family: Verdana,Arial,Helvetica,Sans Serif; font-weight:bold; color:#505050; } strong { font-weight:bold; } /* -------------------------------------------------------------- */ /* -- CSS-Definition der Schriften fuer Formulare --------------- */ /* -------------------------------------------------------------- */ .formtext { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size:8pt; color:#000000; } .submittext { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size:8pt; color:#000000; } /* -------------------------------------------------------------- */ /* -- CSS-Definition der Schriften fuer Links ------------------- */ /* -------------------------------------------------------------- */ a { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size:10pt; } a.bild { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size:10pt; } a.klein { font-family: Verdana,Arial,Helvetica,Sans Serif; font-size:8pt; line-height: 14pt; } a:link, a.klein:link { color:#003366; } a:active, a.klein:active { color:#003366; } a:visited, a.klein:visited { color:#003366; } a:hover, a.klein:hover { background-color:#003366; color:#FFFFFF; text-decoration:none; } a.bild:hover { color:#003366; text-decoration:none; } a.bild:link { color:#003366; text-decoration:none; } a.bild:active { color:#003366; text-decoration:none; } a.bild:visited { color:#003366; text-decoration:none; }