
/* ... dateiübergreifende css - Format-Definitionen ...
   ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ... Text-Formatierung ... */

 p { font-size:10pt;
     font-family:"Lucida Sans Unicode", Arial, sans-serif;

       /*line-height:140%;
        letter-spacing:0.1em;
        word-spacing:0.3em;
        color:blue; */
   }
 .haupt { font-size:28px; }
 .htext { font-size:20px; margin:10px 20px 10px; }
 .menue { font-size:16px; color:#3F3F65; }
 .hmenue { font-size:18px; font:600; }
 .text { font-size:13px; margin:0px 20px; }
 .info { font-size:12px; }
 .info2 { font-size:11px; margin:7px 0px 7px; vertical-align:bottom; align:right; color:#3F3F65; }

/* ... Link-Formatierung ... */

 a:link { text-decoration:none; border:none; padding:0px; margin:0px; background-color:transparent; color:#3F3F65}
 a:visited { text-decoration:none; border:none; padding:0px; margin:0px; background-color:transparent; color:#3F3F65}
 a:hover { text-decoration:underline; background-color:#FFFF99; color:#800080}
 a:active { text-decoration:underline; color:#8B0000}
 a:focus { text-decoration:underline; color:#0000FF}
 
 a.an { text-decoration:none; }
 
/* ... Tabellen ... */

 table {  background:#DFDEE3; border-collapse:collapse; width:100%;}
 td { border:solid #93A0B9 1px; padding:0 }
 td.menue { height:150px;
            border-top:none; border-left:#3F3F65 2px; border-right:#3F3F65 2px;
            background-image:url(../abbildungen/html-stuff/leerfliese.jpg);
            background-repeat:no-repeat;
            background-position:0px 0px; }
 td.fliese { height:150px;
            border-top:none; border-left:none; border-right:none;
            background-image:url(../abbildungen/html-stuff/leerfliese.jpg);
            background-repeat:no-repeat;
            background-position:0px 0px; }
 td.ufliese { height:150px; width:150px;
            border-top:none;
            background-image:url(../abbildungen/html-stuff/leerfliese.jpg);
            background-repeat:no-repeat;
            background-position:0px 0px; }
 td.obilder { height:1px; width:150px;
            border:none;
            }
 td.hbilder { height:149px; width:100%;
            border-top:none; border-left:none; border-right:none;
            }
 td.bilder { height:299px; width:50%;
            border-top:none; border-left:none;
            }
 td.bilder1 { height:149px; width:50%;
            border-top:none; border-left:none;
            }
 td.ubilder { height:300px; width:50%;
            border-top:none; border-left:none; border-bottom:none;
            }
 td.bthema { height:215px; width:100%; vertical-align:middle;
            border:none;
            padding:6px 0px 3px;}
 td.tthema { height:38px; width:100%; vertical-align:top;
            border:none;
            padding:2px 0px 0px;}
 td.lthema { height:30px; width:100%;
            border:none;
            padding:0px 10px 0px;}
 td.spintro { height:115px; width:100%; vertical-align:top;
            border:none;
            }
 td.lspintro { height:30px; width:100%; vertical-align:middle;
            border:none;
            }
 td.specbild1 { height:449px; width:100%;
            border-top:none; border-left:none; border-right:none;
            }
 td.tspecbild3 { height:422px; width:100%; vertical-align:middle;
            border:none;
            padding:7px 0px 0px}
 td.ttspecbild { height:20px; width:100%; vertical-align:top;
            border:none;
            padding:0px 20px}
 td.tspecbild2 { height:272px; width:100%; vertical-align:middle;
            border:none;
            padding:7px 0px 0px}
 td.tspecbild2a { height:255px; width:100%; vertical-align:middle;
            border:none;
            padding:7px 0px 0px}
 td.tspecbild1 { height:122px; width:100%; vertical-align:middle;
            border:none;
            padding:7px 0px 0px}



/* ++++++++++++++++++++++++++++++++++++++++++++++
    ... Ende css - Format-Definitionen ...     */


