/* CSS Workshop 'Tabellen' */ /* http://barrierefrei.e-workers.de/ */ /* Stand: Maerz 2003 */ /* Weiterfuehrende Definitionen */ /* ================================= */ /* Brotschrift */ body { font-family: Verdana, sans-serif; } /* Das Text-Logo in der Header-Box */ #head h1 { font-size: 160%; background: #09c; color: #003366; font-weight: bold; letter-spacing: 2px; text-indent: 5px; padding: 0; margin: 10px; } /* Das Menue */ #menue { background: #fc9; overflow: visible; margin-top: 5px; text-align: center; padding:2px; } /* Die Formatierungen der Tabelle */ table { width: 100%; border: 1px solid #666; padding: 0; margin-top: 20px; } th { border: 1px solid #aaa; color: #000; background-color: #e0e0e0; text-align: right; font-weight: bold; padding: 0; } td { padding: 0; } td.nullz, td.nullp, td.nullr { width: 160px; color: #000; border: solid 1px #000; } td.nullz { background-color: #f96; } td.nullp { background-color: #c03; } td.nullr { background-color: #39c; } td.one, td.two, td.three { color: #000; border: dashed 1px #999; text-align: center; } td.one { background-color: #ccc; font-style: italic; } td.two { background-color: #ddd; } td.three { background-color: #eee; } th p, td p { margin: 0; padding: 5px; } td img { margin: 0; padding: 5px 0 1px 10px; } /* Der Copyright-Block */ #copyright, #wdreic { margin: 25px 0 0 0; } /* Die Hyperlinks im Text u. Menues, Fussleiste */ a { font-weight: bold; text-decoration: underline; } a:link { color: #0066ff; } a:visited { color: #006699; } a:hover { color: #000066; } a:active { color: #ff9900; } #foot a { font-weight: bold; text-decoration: underline; } #foot a:link { color: #fff; } #foot a:visited { color: #ffc; } #foot a:hover { color: #fc0; } #foot a:active { color: #f90; } /* ======================= */ /* Sonstige Formatierungen */ h1, h2, h3, h4 { color: #666; letter-spacing: 1px; } h1 { font-size: 140%; } h2 { font-size: 120%; } h3 { font-size: 110%; } h4 { font-size: 105%; } p { font-size: 80%; line-height: 140%; } code { color: #cc00ff; font-size: 10pt; } .stil { color: #600; } hr { height: 4px; border: solid 1px #bbb; width: 90%; } img { border: none; } .liste { font-size: 80%; line-height: 140%; } .copy { font-size: 70%; text-align: center; }