body 
{
color: #fff;
background: #3664AC url('../images/bg36.jpg') 50% 0 no-repeat fixed;
}

#ContentOben
{
background-image: url('../images/umrandung_header.png');

}

#ContentSeiten
{
background-image: url('../images/umrandung_mitte.png');
}

#ContentInhalt
{
width: 700px;
}

#ContentUnten
{
background-image: url('../images/umrandung_fooder.png');
}

#ContentUnten, #ContentOben
{
width: 850px;
height: 35px;
}

#ContentUnten, #ContentOben
{
background-repeat: no-repeat;
}

#ContentOben
{
margin-bottom: -16px;
}

#ContentUnten
{
margin-top: 0px;
}

#ContentSeiten
{
width: 850px;
background-repeat: repeat-y;
}

#tabelle
{
border-style: dotted;
text-align: center;
}

/*Hauptueberschriften und Schriften im Allgemeinen*/
#ueberschrift1
{
  text-align: center;
  font-family: Times New Roman, Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #800000;
}

#ueberschrift2
{
  text-align: center;
  font-family: Georgia, Times New Roman, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #2300EF;
}

#ueberschrift3
{
  text-align: center;
  font-family: Georgia, Times New Roman, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #2300EF;
}

#ueberschrift2-left
{
  text-align: left;
  font-family: Georgia, Times New Roman, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #2300EF;
}

#ueberschrift3-left
{
  text-align: left;
  font-family: Georgia, Times New Roman, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #2300EF;
}

#ueberschrift3-right
{
  text-align: right;
  font-family: Georgia, Times New Roman, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #2300EF;
}

#text
{
  text-align: left;
  font-family: Georgia, Times New Roman, Verdana, sans-serif;
  font-size: 14pt;
  color: #000;
}

#text-center
{
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 14pt;
  color: #000;
}

#text-order
{
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 12pt;
  color: #000;
}


