/* menu.css */
/*----------------------------------------------------------------------------*/
/*                                                                            */
/*   Titel: Style Sheet fuer obere Navigationsleiste fuer LOGF.net            */
/*   Autor: Thomas Marlovits                                                  */
/*   Erstellt: 02.11.2002                                                     */
/*                                                                            */
/*   History:                                                                 */
/*   marl 021102: neu erstellt                                                */
/*----------------------------------------------------------------------------*/

	BODY   /* normale Schrift, Hintergrund */
	{
		font-family: Verdana, Arial, Sans-Serif;
		font-style: normal;
		font-weight: bold;
		font-size: 10pt;
		background-color: #003366;
		color: #FFFFFF
	}
	.ueberschrift 
	{
		font-family: Verdana, Arial, Sans-Serif;
		font-style: strong;
		font-weight: bold;
		font-size: 20pt;
		color: #FFFFFF
	}
	.ueberschrift_2 
	{
		font-family: Verdana, Arial, Sans-Serif;
		font-style: strong;
		font-weight: bold;
		font-size: 12pt;
		color: #FFFFFF
	}
	A:link
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #666666;
		text-decoration:none;
	}
	A:visited
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #666666;
		text-decoration:none;
	}
	A:hover
	{
		font-size: 10pt;
		font-style: italic;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #999999;
		text-decoration:underline;
	}

	FORM   /* normale Schrift, Hintergrund */
	{
		font-family: Verdana, Arial, Sans-Serif;
		font-style: normal;
		font-weight: bold;
		font-size: 10pt;
		background-color: #003366;
		color: #FFFFFF
	}

	input   /* normale Schrift, Hintergrund */
	{
		font-family: Verdana, Arial, Sans-Serif;
		font-style: normal;
		font-weight: bold;
		font-size: 10pt;
		background-color: #DDDDDD;
		color: #000000
	}

	input.button   /* Button */
	{
		font-family: Verdana, Arial, Sans-Serif;
		font-style: normal;
		font-weight: bold;
		font-size: 10pt;
		background-color: #999999;
		color: #000000
	}

	TABLE
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
	}
