@charset "ISO-8859-15";

/*
   Immer dran denken, es gibt nur diese! Kommentarzeichen,
   ein '//' oder '#' oder was auch immer gibt es nicht!
*/

   body      {
               background-image:      url("/graphik/gruenrand.png");
               background-repeat:     repeat-y;
               background-attachment: fixed;
               font-size:             10pt;
             }

   * { font-family:"DejaVu Sans Mono",Helvetica,Arial,sans-serif; }
       /* font-size: 10pt; } */
   *.bemerkung { font-size:   9pt;
                 font-weight: bold;
                 color:       #000050; }
   *.sprache {   background-color: #e0e0e0;
                 color:          : #90e0e0;
                 font-style      : italic;
             }

   *.notiz {     font-size:        8pt;
                 color:            #080808;
                 background-color: #c7dcba;
                 border-with:      1px;
                 border-style:     solid;
                 border-color:     #0004aa;
                 text-align:       center;
                 width:            500px;
                 margin:           2px;
                 padding:          3px;
               }

   *.notiz_80 {  font-size:        8pt;
                 color:            #080808;
                 background-color: #c7dcba;
                 border-with:      1px;
                 border-style:     solid;
                 border-color:     #0004aa;
                 text-align:       center;
                 width:            80%;
                 margin:           2px;
                 padding:          3px;
               }

   *.baustelle { font-size:        8pt;
                 font-weight:      bold;
                 color:            #e03030;
                 background-color: #000040;
                 border-with:      1px;
                 border-style:     solid;
                 border-color:     #a00000;
                 text-align:       center;
                 width:            500px;
                 margin:           2px;
                 padding:          3px;
               }

   /*

    *.menu  { font-family:"DejaVu Sans Mono"; }
    *.menul { font-family:"DejaVu Sans Mono"; }
    *.menur { font-family:"DejaVu Sans Mono"; }

   */

   img        { border-width:0px; }
 
   a:link     { color:#000000; text-decoration:none }
   a:visited  { color:#000000; text-decoration:none }
   a:hover    { color:#E00000; text-decoration:none }
   a:active   { color:#ff0000; text-decoration:none }
   a:focus    { color:#00E000; text-decoration:none }

   h1         { font-size:  20pt;
                font-weight: bold; }
   h1.titel   { color:#000080; }

/*
   td {
                border-width: 1px;
                border-style: solid;
                border-color: red;
      }
*/

   table.mit { 
                border-collapse: collapse;
                border-width: 1px;
                font-size: 9pt;
                border-style: solid;
                border-color: red;
                border-spacing: 0px;
                margin: 0px;
              }
 
   table.ohne { 
                border-collapse: collapse;
                /* border-width: 1px;
                font-size: 9pt;
                border-style: solid;
                border-color: red; */
                border-spacing: 0px;
                margin: 0px;
              }
 
   td.randlinks { text-align:  left;
                  vertical-align: top; }
   td.menutop { text-align:  center;
                vertical-align: top; }
   td.menu    { text-align:  center;
                font-size:   9pt; }
   td.menul   { text-align:  left;
                font-size:   9pt; }
   td.menur   { text-align:  right;
                font-size:   9pt; }
   td.menurk  { text-align:  right;
                font-size:   8pt;
                font-weitht: bold; }
   td.fussl   { text-align:  left;
                vertical-align: bottom;
                font-size:   8pt; }
   td.fussr   { text-align:  right;
                vertical-align: bottom;
                font-size:   8pt; }

   th.menuhead{ text-align:  center;
                font-size:   12pt; 
                vertical-align: top;
                font-weight: bold; }

   th.menu    { text-align:  center;
                font-size:   9pt; 
                font-weight: bold; }

   td.menu:hover   { background-color:#e0e0e0; }
   td.menul:hover  { background-color:#e0e0e0; }
   td.menur:hover  { background-color:#e0e0e0; }

   p               { font-weight:normal }
   hr              { text-align:center; width=50%; color=black; height=2px }

/* ------------------ Fuer das GAESTEBUCH ------------------------ */
table.fehler  { width:            80%;
                vertical-align:   middle;
                text-align:       center;
                background-color: #000000;
                padding:          10px;
                margin:           0px;
                border:           4px solid #EE0000; }
td.fehlerueberschrift { text-align:  center;
                        color:       red;
                        font-weight: bold; }
td.fehlermeldung { text-align:       center;
                   color:            #c0c0c0;
                   font-weight:      bold; }
td.admin         { text-align:       left;
                   color:            #a00000; }
td.versteckt     { text-align:       left;
                   color:            #000000;
                   background-color: #d00000; 
                   width:            100%; }
td.sichtbar      { text-align:       left;
                   color:            #000000;
                   background-color: #00d000;
                   width:            100%; }
th.admin         { text-align:       left;
                   color:            #a00000;
                   font-weight:      bold; }

/* ------------------ Fuer das Bullshitbingo --------------------- */
input.schmal { width:140pt; height:20pt; font-size:11pt }
input.normal { width:150pt; height:25pt; font-size:12pt }
input.breit  { width:180pt; height:30pt; font-size:16pt }

