body	{
		font-family: Verdana, Arial, Helvetica;
		font-size: 12px;
		
		/* Basisfarbe der Scroll-Leiste */
		scrollbar-base-color:#424B6F;

		/* Farbe für 3D-Effekte */
		scrollbar-3dlight-color:424B6F;

		/* Farbe für Verschiebepfeile */
		scrollbar-arrow-color:#9999FF;

		/* Farbe für Schatten */
		scrollbar-darkshadow-color:;

		/* Farbe für Oberfläche */
		scrollbar-face-color:;

		/* Farbe für oberen und linken Rand */
		scrollbar-highlight-color:Wert;

		/* Farbe für unteren und rechten Rand */
		scrollbar-shadow-color:rgb(50%,60%,80%);

		/* Farbe für freibleibenden Verschiebeweg */
		scrollbar-track-color:#424B6F;

		/*Anwendbar auf die Elemente body und textarea. Für Wert eine Farbangabe wie #0000CC, fuchsia oder rgb(50%,60%,80%) notieren. */
		}

table, tr, td	{
				font-family: Verdana, Arial, Helvetica; 
				font-size: 12px; 
				color: E6E6E6;
				line-height: 16px;
				}

h4				{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-weight: bold;
				color: #E6E6E6;
				}

h5				{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				color: #E6E6E6;
				}

h6				{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				}

.hervor			{
				background-color: #313851
				}
.klein			{
				font-size: 10px;
				}
.kleingelb		{font-size: 10px; color: #FFCC00}

body, div, p	{
				font-family: Verdana, Arial, Helvetica; 
				font-size: 12px; 
				color: E6E6E6;
				line-height: 16px;
				}

td.borderbottom	{border-bottom: 1px solid E6E6E6; padding-top: 10px; padding-bottom: 10px}

img.imgborder		{border: 1px solid #313851}
