html , body
{
  background-color: #000000;
  font-family: Courier New;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0%;
  padding: 0%;
  height: 100%;
  overflow: auto;
}

A:link,A:visited,A:active {
  COLOR: #cccc66; 
  FONT-FAMILY: Courier New; 
  FONT-SIZE: 11px; 
  TEXT-DECORATION:none
}
A:hover {
  COLOR: white; 
  FONT-FAMILY: Courier New; 
  FONT-SIZE: 11px; 
  TEXT-DECORATION: none
}

A.super:link,A.super:visited,A.super:active {
  COLOR: #FFFFD7; 
  FONT-FAMILY: Courier New; 
  FONT-SIZE: 11px; T
  TEXT-DECORATION:blink; 
  FONT-Weight:bold
}
A.super:hover {
  COLOR: #FFFFD7; 
  FONT-FAMILY: Courier New; 
  FONT-SIZE: 11px; 
  TEXT-DECORATION: none; 
  FONT-Weight:bold
}

#higru
{
  margin:0% auto;
  width:600px;
  min-height: 100%;
  background-image:url(img/stripe.jpg);
  background-repeat: repeat-y;
}
*html #higru
{
  height: 100%
}
#header {
          margin: 0px auto;
          width: 600px;
          height: 300px;
          text-align: center;
        }
#content {
           margin: 2% auto;
           width: 560px;
           min-height: 100%;
           text-align: left;
         }
     
td {
      font-size: 12px;
      font-family: Verdana;
      color: #FFFFFF;
}
/* für Formularelemente */
input,textarea,select,file,option {
       background-color: #9E9E9E;
       font-family: Verdana;
       font-size: 10px;
       color: #000000;
       border:1px ridge #000;
}

textarea {
         overflow: auto;
}

li { /* Error Ausgabe */
        font-family: Courier New;
        font-size: 11px;
        color: #E60000;
}
/* Maximale bildgröße in News und Foren */
img.resize { max-width:420px; }

.rahmen {  /* für Tabellenformat */
  border-collapse: collapse;
}
.rahmen td {
  border: 1px #585858 solid;
}
.title { /* für Titelausgabe */
      font-size: 15px;
      font-weight: bold;
      color: #CC6600;
      font-family: Arial;
}

.nick {  /* für Nickausgabe */
        font-family: Arial;
        font-size: 10px;
        color: #00FF00;
}

.over {    /* für Zeile */
        background-color: #461204;
}
.spalt1 {  /* für Spalte */
          background-color: #532E24;
        }

.scribe {  /* für Datumsausgabe */
          font-size: 11px;
          font-family: Tahoma;
          color: #cccc66;
        }
.smile {  /* für Smileys */
         cursor: pointer;
       }
.quote { /* für Zitatfunktion */
         border: 1px dotted #DFDFDF;
         color: #C0C0C0;
         font-size: 9px;
         margin-left: 3px;
         margin-right: 3px;
}
#noline {
          border-left:0px;
          border-top:0px;
          border-right:0px;
        }

       
