/**********************************************************/
/*     Cascading Style Sheets für die Limes-Seiten        */
/**********************************************************/

body
{ 
  background-color: #FFFFFF;
  background-image: url(../grafik/saalburg.gif);
  margin-left: 0;
  margin-right: 0;
  margin-top: 8;
  margin-bottom: 16;
  scrollbar-base-color:#000000;
  scrollbar-3dlight-color:#DD7C7C;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#31100F;
  scrollbar-face-color:#973230;
  scrollbar-highlight-color:#AB5755;
  scrollbar-shadow-color:#601F1E;
  scrollbar-track-color:#C89190;
}           

/******************************************************************/
/* scrollbar-base-color = Basisfarbe der Scroll-Leiste            */
/* scrollbar-3dlight-color = Farbe für 3D-Effekte                 */
/* scrollbar-arrow-color = Farbe für Verschiebepfeile             */
/* scrollbar-darkshadow-color = Farbe für Schatten                */
/* scrollbar-face-color = Farbe für Oberfläche                    */
/* scrollbar-highlight-color = Farbe für oberen und linken Rand   */
/* scrollbar-shadow-color = Farbe für unteren und rechten Rand    */
/* scrollbar-track-color = Farbe für freibleibenden Verschiebeweg */
/******************************************************************/

td,p
{ 
  font-family: Garamond, Georgia, Times New Roman, Times, Serif;
  color: #000000;
  font-weight: bold;
  font-size: 12pt;
}

.text
{ 
  font-family: Garamond, Georgia, Times New Roman, Times, Serif;
  color: #000000;
  font-weight: normal;
  font-size: 12pt;
}

.textbold
{ 
  font-family: Garamond, Georgia, Times New Roman, Times, Serif;
  color: #000000;
  font-weight: bold;
  font-size: 12pt;
}

.textitalic
{ 
  font-family: Garamond, Georgia, Times New Roman, Times, Serif;
  color: #000000;
  font-weight: normal;
  font-style: italic;
  font-size: 12pt;
}


.textbolditalic
{ 
  font-family: Garamond, Georgia, Times New Roman, Times, Serif;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  font-size: 12pt;
}

.textsmall
{
  font-family: Garamond, Georgia, Times New Roman, Times, Serif;
  color: #000000;
  font-weight: normal;
  font-size: 10pt;
}

.textlarge
{
  font-family: Garamond, Georgia, Times New Roman, Times, Serif;
  color: #000000;
  font-weight: bold;
  font-size: 14pt;
}

.textboldbrown
{ 
  font-family: Garamond, Georgia, Times New Roman, Times, Serif;
  color: #800000;
  font-weight: bold;
  font-size: 12pt;
}

.textlargebrown
{ 
  font-family: Garamond, Georgia, Times New Roman, Times, Serif;
  color: #800000;
  font-weight: bold;
  font-size: 15pt;
}

/* Bei den nachfolgenden Pseudo-Klassen ist die Reihenfolge sehr wichtig   */
/* Je weiter unten eine Deklaration steht, desto höher ist ihre Priorität  */
/* "hover" ist erst ab CSS 2.0 definiert, Netscape 4.75 kann es noch nicht */

a:link       { color: #2020DD; text-decoration: none; }
a:visited    { color: #2020DD; text-decoration: none; }
a:active     { color: #2020DD; text-decoration: none; }
a:hover      { color: #EE3030; text-decoration: underline; }
