/* ---- Normale Links auf der Seite ----- */
a:link 		{	font-family: Arial, Helvetica, sans-serif;	color: #00A082;	font-size: 12px; TEXT-DECORATION: none}
a:visited 	{	font-family: Arial, Helvetica, sans-serif;	color: #000000;	font-size: 12px; TEXT-DECORATION: none}
a:hover 	{ 	font-family: Arial, Helvetica, sans-serif;	color: #000000;	font-size: 12px; TEXT-DECORATION: none}


/* ---- Menülinks als eigene Klasse einbauen mit  ... class="menulink" ... ----- */
.menulink 	{	color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;}
a.menulink:link {color: #000000; font-size: 12px; TEXT-DECORATION: none; font-weight:bold;}
a.menulink:active {color: #D2361D; font-size: 12px; TEXT-DECORATION: none; font-weight:bold;}
a.menulink:visited {color: #000000; font-size: 12px; TEXT-DECORATION: none; font-weight:bold;}
a.menulink:hover {color: #D2361D; font-size: 12px; TEXT-DECORATION: none; font-weight:bold;}


/* ---- Standardformatierungen ----- */
body { 	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	background-color: #D1DEE6;

    scrollbar-base-color: #D1DEE6; 			/* ---- Grundfarbe Balkenfarbe */
    scrollbar-face-color: #698CB4; 			/* ---- Erhabene Elemente  	*/     
    scrollbar-track-color: #D1DEE6;			/* ---- Lauffläche, Seitenfarbe	*/		
    scrollbar-arrow-color: #000000;			/* ---- Pfeile 				*/					
    scrollbar-3dlight-color: #000000;		/* ---- Helle 3-D-Elemente (links und oben) 					*/
    scrollbar-darkshadow-color: default; 	/* ---- Dunkle Schattenelemente (rechts und unten) 				*/
    scrollbar-highlight-color: default;		/* ---- Helle Elemente (Glanzlicht, 50% Raseter der Lauffläche) */
    scrollbar-shadow-color: default;		/* ---- Dunkle 3-D-Elemente (rechts und unten) 					*/	
	}
	
table, tr, td, p {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;}

input, textarea, select  {border:1pt solid #000000;}


.headline { font-family: Arial, Helvetica, sans-serif; color: #239E65; font-size: 20px;	font-weight: bold;}
.keinrand {border:0pt;}
.border  {border:1pt solid #000000;}
