div.ausgabe {font-family: arial;
          font-size: 9pt;
          color: #ffffff;
          font-weight: none;}
          
div.ausgabe2 {font-family: arial;
          font-size: 8pt;
          color: #ffffff;
          font-weight: none;}

div.comment {font-family: arial;
          font-size: 8pt;
          color: #000000;
          font-weight: bold;}

a.ausgabe {font-family: arial;
          font-size: 9pt;
          color: #ffffff;
          font-weight: none;
          text-decoration: none;}

a.schliessen {font-family: arial;
              font-size: 8pt;
              color: #ffffff;
              font-weight: none;
              text-decoration: none;}

a.admin {font-family: arial;
          font-size: 8pt;
          color: #ff0000;
          font-weight: bold;
          text-decoration: yes;}

div.admin {font-family: arial;
          font-size: 8pt;
          color: #ffffff;
          font-weight: bold;
          text-decoration: none;}

td.aeloeneu {font-family: arial;
          font-size: 10pt;
          color: #ffffff;
          font-weight: none;}

p.aeloeneu {font-family: arial;
          font-size: 10pt;
          color: #ffffff;
          font-weight: none;}

/* Aussehen eines Links wenn man mit der Maus darüber geht */
a:hover	{font-family: arial;
        	 color: #000000;
        	 text-decoration: none;}
		 


/* Hintergrundfarbe der Seiten und der Scrollbars */
body {
 scrollbar-arrow-color:#ffffff;
 scrollbar-base-color:#ffffff;
 scrollbar-face-color:#81BBE9;
 scrollbar-highlight-color:#81BBE9;
 scrollbar-shadow-color :#ffffff;
 /*background: #81BBE9; */
}
/*#81BBE9*/

/* Größe und Aussehen der Buttons */
input.button {font-family: arial;
              font-size: 8pt;
              width: 100px;}

input.text {font-family: arial;
            font-size: 8pt;}

textarea.text {font-family: arial;
               font-size: 8pt;}
