/* DATEI: ttstyle1.css */

body { 
	margin-top:10px;     /* Abstand Fensterrand - Inhalt oben */
	margin-bottom:10px;  /* Abstand Fensterrand - Inhalt unten */
	background: #006666
     }
     
body.hell { 
	margin-top:10px;     /* Abstand Fensterrand - Inhalt oben */
	margin-bottom:10px;  /* Abstand Fensterrand - Inhalt unten */
	background: navajowhite;
     }

table.t1 
     {
       border-width:thick;
       border-style:solid;
       border-color:red;
       background-color:yellow;
      }
      
p,h1,h2,h3,h4,ul,td,th,ol,li,div,address,blockquote,nobr,b,i
     { font-family:Times New Roman;}
     
h1 { font-size:18pt; color:yellow;}
h1.hell { font-size:18pt; color:#004080;} 

h2 { font-size:16pt; color:yellow;}
h2.hell { font-size:16pt; color:#6666ff;}

pre {background-color:#FFFFCC;}

.pos1    {font-size:12pt;
          font-family: Times New Roman; 
          font-style:italic;
          font-weight:bold;
          background-color:#FFCC99; 
          font-color:red;
          }
          
.gelb    {font-size:11pt; font-weight:bold; font-family: "Times New Roman"; color:#FFFFCC;}
.gelb1   {font-size:12pt; font-weight:bold; font-family: "Times New Roman"; color:#FFFFCC;}
.rot     {font-size:12pt; font-weight:bold; font-family: "Times New Roman"; color:#FF6666; background-color: #33FF99}
.header1 {font-size:16pt; font-weight:bold; font-family: "Comic Sans MS"; color:#CCCC00;}
.header2 {font-size:14pt; font-weight:bold; font-family: "Comic Sans MS"; color:#CCFFCC;}
.welcome {font-size:18pt; font-weight:bold; font-family: "Comic Sans MS"; color:#FF3300;}
.info    {font-size:9pt; font-weight:solid; font-family: "Arial"; color:#FFFFFF;}
.personen {
           font-size:12pt;
           font-family: "Times New Roman"; 
           font-style:italic;
           font-weight:bold;
           color:#CC0033;
          }

h2.sh2 { font-size:16pt; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

h4 { font-size:12pt; }
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

tr.ju {color:blue} 
tr.scha {color:red}
tr.sen {color:#006600}

.ju {color:blue}
.scha {color:red}
.sen {color:#006600;}

td.ttv-logo {color:#FFFFCC; 
             background-color:#004080;
             border-style:solid;
             border-color:#004080;
             font-family:Comic Sans MS;
             font-size:16pt;
             font-weight:bold;
             text-align:center;
             }

th {background-color:#FFCC66; border-color:red;}

p,ul,ol,li,div,td,address,nobr,b,i { font-size:12pt; }

th {font-size:14pt;}

a:link { color:#FFFF00; text-decoration:underline;}
a:visited { color:#FFFF99; text-decoration:underline; }
a:active { color:#FF6600; text-decoration:none; }

/* ENDE ttstyle1.css */