/**********************************************************/
/*     Cascading Style Sheets für die Arnsburg-Seiten     */
/**********************************************************/

body
{ 
  background-color: #000040;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 8px;
  margin-bottom: 16px;
  scrollbar-base-color:#000040;
  scrollbar-3dlight-color:#BDBDFF;
  scrollbar-arrow-color:#BDBDFF;
  scrollbar-darkshadow-color:#3B3B83;
  scrollbar-face-color:#000040;
  scrollbar-highlight-color:#7F7FFF;
  scrollbar-shadow-color:#6B6BD9;
  scrollbar-track-color:#2A2A68;
}           

/******************************************************************/
/* 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: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 15px;
}

.text
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 15px;
}

.textbold
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
}

.textitalic
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: normal;
  font-style: italic;
  font-size: 15px;
}

.textbolditalic
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
}

.textsmall
{
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
}

.textxsmall
{
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 10px;
}

.textlarge
{
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 20px;
}

.textxlarge
{
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 25px;
}

.textxxlarge
{
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 30px;
}

.textyellow
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFF80;
  font-weight: normal;
  font-size: 15px;
}

.textboldyellow
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFF80;
  font-weight: bold;
  font-size: 15px;
}

.textlargeyellow
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFF80;
  font-weight: bold;
  font-size: 20px;
}

.textxlargeyellow
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #FFFF80;
  font-weight: bold;
  font-size: 25px;
}

.textblack
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #000000;
  font-weight: normal;
  font-size: 15px;
}

.textboldblack
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
}

.textblue
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #0000FF;
  font-weight: normal;
  font-size: 15px;
}

.textsmallblue
{ 
  font-family: Georgia, Times New Roman, Times, Serif;
  color: #0000FF;
  font-weight: normal;
  font-size: 12px;
}

.textmono
{
  font-family: Courier New, Courier, Monospace;
  color: #000000;
  font-weight: normal;
  font-size: 12px;
}

.textsans
{
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}

.textsanslarge
{
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
}

.textsanssmall
{
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}

.textsansblack
{
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.textsansblacklarge
{
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}

.textsansblacksmall
{
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}

.backgreen
{
  background-color: #008000;
}

.backgray
{
  background-color: #E0E0E0;
}

.backwhite
{
  background-color: #FFFFFF;
}

.backred
{
  background-color: #BB0000;
}

/* 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: #8080FF; text-decoration: none; }
a:visited    { color: #8080FF; text-decoration: none; }
a:active     { color: #8080FF; text-decoration: none; }
a:hover      { color: #FF0080; text-decoration: underline; }
