/********************************/
/* http://www.offi-online.de    */
/* designed by Andrea Offermann */
/* andrea@offermann-koeln.de    */
/********************************/


A:link
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

A:visited
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

A:active
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}

A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline overline;
	font-weight: bold;
	color: #666666;
}


BODY
{
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-base-color:#FFFFFF; /* großer Schatten oben Links - nah */
	scrollbar-track-color:#FFFFFF; /* Lauffläche des Scrollbalkens */
	scrollbar-face-color:#FFFFFF; /* Farbe des Balkens und rund um die Pfeile */
	scrollbar-highlight-color:#666666; /* kleiner Schatten oben Links - direkt */
	scrollbar-dark-shadow-color:#666666; /**/
	scrollbar-shadow-color:#666666; /* Schatten rechts unten*/
	scrollbar-arrow-color:#666666; /* Pfeilfarbe */
}

div.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}


/* Eigenschaften verschiedener Formularfelder*/
SELECT
{
background-color: #666666;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}

INPUT
{
background-color: #666666;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}

TEXTAREA
{
background-color: #666666;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}

.radio /* nun kann man bei radiobuttons den Hintergrund wieder entfernen */
{
background-color: transparent;
font-family: Arial, Helvetica, sans-serif;
}
