/* Infos: 

#  Bei allen CSS-Syteles wo anzeige davor steht, sind wichtig für die Ausgabe
#  der rest definiert Styles für den admin-bereich.
*/


/* Diese Klasse BODY fügt dem Body Tag informationen hinzu und überschreibt lokale Einstellungen
   auch kann man hier z.B. die Eigenschaften der Scrollbalken einstellen */

BODY {
	SCROLLBAR-BASE-COLOR: #0066CC;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	background-color:#0066CC;
    margin-top: 8;
	FONT: 11px Verdana; COLOR: #000000;
}


/* Diese Klassen sind dafür zuständig alle Links darzustellen */

A:link          {color="#000000";text-decoration: underline;}
A:visited       {color="#000000";text-decoration: underline;}
A:hover         {color="#000000";text-decoration: none;}
A:active        {color="#000000";text-decoration: none;}


/* Die Klasse n1 und n2 sind zuständig für fast alle Texte im Script */

.n1     { FONT: 10px Verdana; COLOR: #000000; }
.n2     { FONT: 12px Verdana; COLOR: #000000; }
	
	
/* Die Klasse input steht für fast alle Buttons und Textfelder im Script */
	
.input { font-style: normal;
         font-variant: normal;
         font-weight: normal;
         font-size: 8pt;
         font-family: verdana;
         color: #000000;
         height: 20;
         border: 1px solid #000000; }

.anzeigetextantwort {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	background-color: #0066FF;
}

.anzeigetext {

	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-style: italic;
	background-color: #0058DD;
}

.anzeigetextuebersicht 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
}

.anzeigetexttitel {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	background-image: url(cellpic.gif);
}

		 	 
		 
.textarea  {font-style: normal;
            font-variant: normal;
            font-weight: normal;
            font-size: 8pt;
            font-family: verdana;
            color: #000000;
            border: 1px solid #000000;
			SCROLLBAR-BASE-COLOR: #CCCCCC; SCROLLBAR-ARROW-COLOR: #FFFFFF; }
	
		 
.tab{ BORDER-RIGHT: dashed #CCCCCC 1px; 
      BORDER-LEFT: dashed #CCCCCC 1px ; 
      BORDER-TOP: dashed #CCCCCC 1px; 
	  BORDER-BOTTOM: dashed #CCCCCC 1px; 
      FONT: 12px Verdana; COLOR: #000000; }


.tab2       { BORDER-RIGHT: solid #FF8000 1px; 
              BORDER-LEFT: solid #FF8000 1px ; 
		      BORDER-TOP: solid #FF8000 1px; 
			  BORDER-BOTTOM: solid #FF8000 1px; 
              FONT: 10px Verdana; COLOR: #000000; }



/* Die Klasse button steht nur für die 2 Buttons in der Ausgabe [mit Hintergrundfarbe] */

.button 
{
	background-color:#0066CC;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.auswahl { background-color:#ff9900; color:#000000; }

.inputsmall 
{
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 7pt;
        font-family: Arial, Helvetica, sans-serif;
		color: #000000;
        border: 1px solid #000000;
		SCROLLBAR-BASE-COLOR: #CCCCCC; SCROLLBAR-ARROW-COLOR: #FFFFFF;
}


.spalte 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: FFCC00;
	font-style: normal;
}