
/*

 Main - Frame  Style Sheet 

 2002-05   R. Scherg
 2002-11-21 rasc, manukoer  TEXTAREA, SELECT

*/



BODY  { font-size: 12px; font-family: Arial, Helvetica;
	background-color: #ffffff;
	margin-left:8px; margin-right:8px; 
	margin-top:5px; margin-bottom:5px;
	}

SELECT, TEXTAREA, INPUT, P, TH, TD, TR, UL, OL, LI, TABLE   {
	font-size: 12px; font-family: Arial, Helvetica;
	}
PRE   { font-size: 12px; font-family: Courier New, Verdana; }



/* Highlighted table cells */
/* Table headline 1 */
.highlight1 {
	 background-color: #FEFBB6;
	 color: #FF5555; font-size: 16px; font-family: Arial, Helvetica;
	}
/* Table headline 2 */
.highlight2 {
	 background-color: #FFC9C7;
	 font-size: 12px; font-family: Arial, Helvetica;
	}
/* Table headline 3 / Cell Body */
.highlight3 {
	 background-color: #b5c6da;
	 font-size: 12px; font-family: Arial, Helvetica;
	}
/* Table headline 4 / Cell Body */
.highlight4 {
         background-color: #829db4;
         font-size: 12px; font-family: Arial, Helvetica;
        }
/* Table headline 5 / Cell Body */
.highlight5 {
         background-color: #e7e7e7;
         font-size: 12px; font-family: Arial, Helvetica;
        }

/* Highlighted dhtml windows */
/* Title window */
.dhtmlTitle {
	 background-color: #153b63;
	 color: white; font-size: 12px; font-family: Arial, Helvetica;
	}
/* Body window */
.dhtmlBody {
	 background-color: #b5c6da;
	 color: black; font-size: 12px; font-family: Arial, Helvetica;
	}

/* colours for data rows in a table */
.dataHeader {
	      background-color: #c0c0c0;
	    }
.dataRow1   {
	      background-color: #f3f3f3;
	    }
.dataRow2   {
	      background-color: #e3e3e3;
	    }


SUB, SUP, SMALL  { font-weight: normal; font-size: 10px; }

B {font-weight: bold; font-size: 12px; }

/* Ueberschriften!! */
/* H1 == kleine Themenueberschrift (z.B. ueber Hauptueberschrift)  */
/* H2 == Haupt-Ueberschrift */
/* H3 == 1. Unter-Ueberschrift */
/* H4 == 2. Unter-Ueberschrift */
H1  { color: #4d4d4d; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica }
H2  { color: #226ab6; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica }
H3  { color: #4d4d4d; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica }
H4  { color: #226ab6; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica }



/*
a:link    { color: #226ab6; text-decoration: none; }
a:visited { color: #226ab6; text-decoration: none; }
a:active  { color: #226ab6; text-decoration: underline; }
a:hover   { color: #226ab6; text-decoration: underline; }
*/

//A:link    { color: #1b528c; text-decoration: none; }
A:link    { color: #226ab6; text-decoration: none; }
A:visited { color: #1b528c; text-decoration: none; }
A:active  { color: #829dba; text-decoration: underline; }
A:hover   { color: #829dba; text-decoration: underline; }





