/***************************************************/
/* zentrale StyleSheet-Definitionsdatei            */
/* fuer die Mara's Workshop Homepage               */
/***************************************************/

/* Hintergrundbild definieren */
/* und allgemeine Schriftformatierungen */
body  {
	font-family: Arial;
	font-size: 10pt ;
	color: Black;
	background-image: url("bilder/back.gif");
}

/* fettgedruckt und unterstrichen */
span.style   {text-decoration: underline;	font : bolder}

/* fetter Text */
span.fett  {font-family: Arial;	font-size: 10pt; font : bolder;}
/* <SPAN class="fett">Das ist fett</SPAN> */

/* Tabllentext */
td  {font-family: Arial;	font-size: 10pt;}

/* Tabllenueberschrift */
th  {font-family: Arial;	font-size: 11pt;}

/* Ueberschrift 1.Ordnung */
h1	{color: #C72F2F;}

/* Ueberschrift 2.Ordnung */
h2	{
	color: #C72F2F;
}

/* Ueberschrift 3.Ordnung */
h3	{
	color: #C72F2F;
	margin-top:5pt;
	margin-bottom:0pt;
}

/* Link*/
a:link {color: #C72F2F}

/* besuchter Link*/
a:visited {	color: #C72F2F}

/* aktiver Link*/
a:active {color: Black}

