/* CSS Workshop 'Tabellen' */ /* http://barrierefrei.e-workers.de/ */ /* Stand: Maerz 2003 */ /* Weiterfuehrende Definitionen */ /* ================================= */ /* Brotschrift */ body { font-family: Verdana,Helvetica, Arial, sans-serif; } /* Das Text-Logo in der Header-Box */ #head h1 { font-size: 160%; background: #09c; color: #036; 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; } /* Gefaktes Fieldset */ #fieldset { border: 1px dotted #006; padding: 10px 10px; } #legend { border: 1px dotted #ccc; padding: 4px 10px; background-color: #006; color: #fff; font-size: 70%; font-weight: bold; letter-spacing: 1px; margin: 0 0 0 12px; } /* Die Formatierungen der Tabelle */ table { width: 100%; border: 1px solid #666; padding: 0; margin-top: 0px; background-color: #fff; } th.head_zero { border-top: solid 1px #000; border-right: solid 1px #fff; border-bottom: solid 1px #fff; border-left: solid 1px #000; color: #ffcc66; background-color: #006; padding: 0; } th.head_one { border-top: solid 1px #000; border-right: solid 1px #fff; border-bottom: solid 1px #fff; border-left: solid 1px #000; color: #ffcc33; background-color: #036; letter-spacing: 2px; padding: 0; } td { padding: 0; } td.null1,td.null2,td.null3,td.null4 { width: 160px; color: #fff; border-top: solid 1px #000; border-right: solid 1px #fff; border-bottom: solid 1px #fff; border-left: solid 1px #000; text-align: center; font-weight: bold; } td.null1 { background-color: #c63; } td.null2 { background-color: #c00; } td.null3 { background-color: #939; } td.null4 { background-color: #036; } td.one, td.two, td.three { color: #000; border: dashed 1px #999; } td.one { background-color: #ccc; } 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: #c0f; 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; }