/* DATEI: cgw.css */

/* nach Muster aus SELFHTML */

body {font-family:'Times New Roman',Times,serif; background-color:#FFFFFF; }

p {font-family:'Times New Roman',Times,serif; color:#000000; }

h1 {font-family:'Times New Roman',Times,serif; color:#000000; }

h2 {font-family:'Times New Roman',Times,serif; color:#000000; }

h3 {font-family:'Times New Roman',Times,serif; color:#000000; }

td {font-family:'Times New Roman',Times,serif; color:#000000; }

td.inhalt {font-family:'Times New Roman',Times,serif; height:34px; text-align:center; }

a:link { color:#000000; }

a:visited { color:#000000; }

a:active { color:#000000; }

a img { border: 1px solid black; }

/* ***** Dieser Bereich muss bei CGW, CREUTZ und NWO übereinstimmen! ***** */
.terminrahm { /* Rahmentabelle */
 width:90%;
 border-collapse: collapse;
 font-family:Arial, Helvetica, Sans-Serif;
 font-size:small;
 color:green;
 }
.termineinz { /* Einzeltabelle (ein Termin komplett) */
 width:100%;
 border-collapse: collapse;
}
.terminzell { /* Rahmenzelle (eine Terminzeile) */
 border: 1px solid #000000;
}
.spaltli {
 width:20%;
 font-style:italic;
 vertical-align:top;
}
.spaltre {
 width:80%;
 vertical-align:top;
}
.regli {
 width:20%;
 font-weight:bold;
 vertical-align:top;
}
.regre {
 width:80%;
 vertical-align:top;
}
/* ***** Dieser Bereich muss bei CGW, CREUTZ und NWO übereinstimmen! ***** */

.termingrau { /* Graue Zelle (eine, außen) */
 height: 70px;
 vertical-align:middle;
 background-color: #C0C0C0;
 border: 1px solid #000000;
}
.terminpfeil { /* Titelzellen Pfeil */
 width: 15px;
 vertical-align:middle;
}
.termintitel { /* Titelzellen Titel */
 text-align:center;
 vertical-align:middle;
}