﻿/**************************************************************************************
** Globale CSS-Format-Definition Fidokati.de -- NICHT LOESCHEN !!!
**
**
** Sämtliche globale Formatangaben sollten sich ausschließlich auf diese Datei beziehen.
** Jede Seite des gemeinsamen Layouts sollte diese Seite integrieren.
** Sie wird wie folgt eingebunden:
**
** [...]
** <head>
** [...]
** <link rel="stylesheet" type="text/css" href="/format.css">
** </head>
** [...]
**
** Lokale CSS-Angaben können dabei hinter dem <body>-Tag eingefügt werden. Sie überschreiben
** dabei die Formatbefehle aus der Datei '/format.css'. Wichtig ist, dass die Links stets
** relativ ist (ohne 'http://www.fidokati.de/.....').
**
**
****************************************************************************************


/* ------------------------------- Diverse Bereiche allgemein ------------------------------------ */

BODY {
	font-family:Trebuchet MS;
	font-style:normal;
	color:#FDFDC5; 
		background-image:url('../images/lcars/stars.gif');
	background-attachment:fixed;
	font-variant:normal;
	font-weight:normal;
	font-size: 1ems
}

table, td {
	font-family:Trebuchet MS;
	font-style:normal;
	color:#FDFDC5;
	font-variant:normal;
	font-weight:normal;
	font-size: 1ems;
	text-align: center;
}

A:link  {
	color:#7B7BC6;
	text-decoration:underline
}
A:visited  {
	color:#C06060;
	text-decoration:underline
	}
A:Hover  {
	color:red;
	text-decoration:underline
}
A:Active  {
}

H2  {
	font-family:Trebuchet MS;
	font-style:normal;
	color:#FDFDC5;
	font-variant:normal;
	font-weight:bold;
	font-size: medium
}

H3  {
	font-family:Verdana;
	font-style:normal;
	color:#FDFDC5;
	font-variant:normal;
	font-weight:bold;
	font-size: 1ems;
	text-align: center;

}