/*****************************************************************************************************/
/***                                                                                               ***/
/***     Haupt definition aller Domkumente                                                         ***/
/***                                                                                               ***/
/*****************************************************************************************************/

/*
#FFFBE7  Hintergrund

#E3E3E3 Hellgrau 

#A8A8A8 Dunkelgrau

*/


body {
	SCROLLBAR-FACE-COLOR: #FFFBE7;           /* Hintergrund Balken und Pfeile */
	SCROLLBAR-HIGHLIGHT-COLOR: #A8A8A8;      /* links, oben Rand Scrollbalken und Pfeile */
	SCROLLBAR-SHADOW-COLOR: #A8A8A8;         /* rechts, unten Rand Scrollbalken und Pfeile */
	SCROLLBAR-3DLIGHT-COLOR: #FFFBE7;        /* 3D Sicht der Scrollbalken und Pfeile*/ 
	SCROLLBAR-ARROW-COLOR: #A8A8A8;          /* Farbe der Pfeile */
	SCROLLBAR-TRACK-COLOR: #E3E3E3;           /* Hintergrund des Scrollbalkens */ 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFBE7;      /* Schatten des Scrollbalkens und Pfeile*/

font-family: "verdana"
/* , "arial", "geneva", sans-serif;  */
/* font-size: 10pt;  */
topmargin: 1px;
leftmargin: 1px;
}




/*	Menu unvisited links							*/
a:link { color: #000000; text-decoration : none; font-family: verdana; font-weight: normal; font-size: 12pt; }

/*	Menu visited links							*/
a:visited { color: #000000; text-decoration : none; font-family: verdana; font-weight: normal; font-size: 12pt; }

/*	Menu active links (not widely supported)				*/
a:active { color: #000000; text-decoration : none; font-family: verdana; font-weight: normal; font-size: 12pt; }

/*	Menu links when hovered over (MSIE only)				*/
a:hover { color: #A50000;  text-decoration : none; font-family: verdana; font-weight: normal; font-size: 12pt; }



/*	Menu unvisited links							*/
a.footer:link { color: #000000; text-decoration : none; font-family: verdana; font-weight: bold; font-size: 8pt; }

/*	Menu visited links							*/
a.footer:visited { color: #000000; text-decoration : none; font-family: verdana; font-weight: bold; font-size: 8pt; }

/*	Menu active links (not widely supported)				*/
a.footer:active { color: #000000; text-decoration : none; font-family: verdana; font-weight: bold; font-size: 8pt; }

/*	Menu links when hovered over (MSIE only)				*/
a.footer:hover { color: #A50000;  text-decoration : none; font-family: verdana; font-weight: bold; font-size: 8pt; }
