/*=============================================*/ /*=== Idee, Design und Programmierung: ===*/ /*=== siebterkontinent interaktive medien ===*/ /*=== http://www.siebterkontinent.de ===*/ /*=== © 2001 siebterkontinent - MD ===*/ /*=============================================*/ /* =============================================================================================================================*/ /* allgemeingueltige angaben */ /* =============================================================================================================================*/ body, td, div { font-family:Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:13px; } input, select, textarea { font-family:Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:12px; } a { text-decoration:none; font-weight:bold; } a:hover { color:#000000; } .klein { font-size:11px; } .norm { font-size:13px; } .gruen { color:#00683F; } .kleingruen { font-size:11px; color:#00683F; } .rot { color:#8B222D; } .kleinrot { font-size:11px; color:#8B222D; } .error { font-weight:bold; color:#8B222D; }