/* wichtig: allgemein: keine umlaute in den css-dateien! klassen- und id-bezeichnungen: keine unter- oder bindestriche. nur zusammengeschriebene woerter! */ /* ---------- allgemeine definitionen - start ----------*/ * { margin:0px; padding:0px; } body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#4D4D4D; text-align:center; } div { } /* SEITENPOSITION - Start */ div#page { width:100%; text-align:center; clear:both; } div#maincontent { margin:0px auto; width:1024px; } /* SEITENPOSITION - Ende */ a { color:#D90026; font-weight:normal; border:none; text-decoration:underline; } img { border:none; } input, option, select, textarea { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#4D4D4D; font-weight:normal; } form { display:inline; } table { border:none; border-collapse:collapse; border-spacing:0px; } td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#4D4D4D; font-weight:normal; vertical-align:top; } .clearbreak { clear:both; } .spaceunten { margin-bottom:20px; } /* ---------- allgemeine definitionen - ende ----------*/