/* Hier kommt der komplette Stylesheet hin. Bei Veränderungen: Der Rest der Datei muss so bleiben nur das hier drunter darf verändert werden. */ body { background-image: url(grafik/background.jpg); } body,table,td { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; } .content { padding-left: 50px; padding-right: 50px; padding-bottom: 10px; } .category { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #fff; font-weight: bold; text-decoration: underline; } input,option,textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; background-color:#990066; border:1px solid #ffffff; } a:link,a:visited,a:active { text-decoration: none; color: #FFFFFF; font-style: bold; } a:hover { text-decoration: none; color: #CCCCCC; font-style: bold; } .navigation { background-image: url(grafik/button_link.jpg); font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; font-weight: bold; } .navigation:hover { display: block; background-image: url(grafik/button_hover.jpg); font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; font-weight: bold; } .footer { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #fff; } /* Stylesheet - Ende */