/* 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: 14pt;
		color: #FFFFFF
	}
	.navbar
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
		background-color: #660000;
	}
	TD.navbar
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
		text-align: center;
		background-color: #660000;
		width:70px;
		height:20px;
		
	}
	TABLE.navbar
	{
		background-color: #660000;
	}
	A:link
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
	}
	A:visited
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
	}
	A:hover
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
	}
	A.navbar:link
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
	}
	A.navbar:visited
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
	}
	A.navbar:hover
	{
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #FF3333;
	}
