/* copyright 2008 bs EventDesign (Bernd Schydlowski) 	*/
/* PROJEKT: FlyerService Bad Kreuznach 		*/
/* Stylesheet für: http://www.flyerservice-kh.de 		*/
/* Stylesheet-Name: fsnavi.css (Navigation)		*/

/* ----------------------------- KOPF (Info / Logo) ANFANG ------------------------------------------------------------------------- */
#titelinfo 		{
		position: absolute;
		top: 20px;
		left: 40px;
		margin: 0 0 0 0;
		border: 0px solid black;	}

#titellogo 		{
		position: absolute;
		top: 20px;
		left: 610px;
		margin: 0 0 0 0;
		border: 0px solid black;	}

#txcopyright	{
		position: absolute;
		top: 195px;
		left: 50px;
		font-family: Arial, Helvetica;
		font-size: 13px;
		font-weight: bold;
		color: #dcdcdc;		}

/* ----------------------------- KOPF (Info / Logo) ENDE --------------------------------------------------------------------------- */

/* ----------------------------- TABLETOP ANFANG --------------------------------------------------------------------------------- */

#tabletop {	position: absolute;
		font-family: Arial, Helvetica; 
		font-size: 11px;
		width: 480px;
		top:220px;
		left:483px;		}

#td150 {		font-family: Arial, Helvetica; 
		font-size: 11px;
		text-align: center;
		width: 120px;		}

xa {		color: #00008B; 
		font-weight: bold;
		border: 1px solid black;
		display:block;
		border-left-color: white; 
		border-top-color: white;	}

xa:visited {		color: green;
		font-weight: bold; 
		border: 1px solid white;
		display:block;
		border-left-color: black; 
		border-top-color:black;
		background-color: #FFFFFF;	}

xa:active {	 	color: #00FF00;
		font-weight: bold; 
		display:block;
		background-color: black;	}

xa:hover {		color: #00FFFF; 
		background-color: gray; 
		font-weight: bold; 
		border: 1px solid white;
		display:block;
		border-left-color: black; 
		border-top-color:black;	}

/* ---------------------------- TABLETOP ENDE ---------------------------------------------------------------------- */

#menuline		{	
		font-family: Arial, Helvetica;
		font-size: 16px;
		font-weight: bold; padding: 0;
		color: blue;			
		text-align: center;			}

#menu		{
		font-family: Arial, Helvetica;
		font-size: 13px;
		font-weight: bold; padding: 7px;
		color: blue;			
		text-align: left;			}
				

#menu a:link	{
		color:#00008B;display:inline;margin:0;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		text-decoration:none;		}

#menu  a:visited	{
		color:green;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		text-decoration:none;		}

#menu a:hover	{
		color:red;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		text-decoration:none;		}

#menu a:active	{color: #00FF00;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		text-decoration:none;		}

/* --------------------------   "NORMALES MENÜ"   ------------------------------------------------------------------------------- */

a		{
		color:#00008B;display:inline;margin:0;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		text-decoration:none;		}

a:visited		{
		color:green;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		text-decoration:none;		}

a:hover		{
		color: red;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		text-decoration:none;		}

a:active		{
		color: #00FF00;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		text-decoration:none;		}
