/**************************************************************/
/*                                                            */
/* Formatierung des Seitentemlates ist für alle Seiten gleich */
/*                                                            */
/**************************************************************/

*
{
  margin: 0px;
  padding: 0px;
}

body
{
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #8BD0FE;
  background-image: url(../grafik/BackgroundVerlauf.jpg);
  background-position: top right;
  background-repeat: repeat-x;
  text-align: center;
}

.SeitenRandOben
{
  margin: auto;
  background-image: url(../grafik/SeitenRandOben.gif);
  width: 750px;
  height: 15px;
  overflow: hidden;
}

.Seite
{
  margin: auto;
  border: 0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 0px;
  padding-bottom: 20px;
  width: 755px; /* 750 alter Wert gibt mit IE Probleme */
  height: auto;
  background-color: #FFF;
  text-align: left;
}

.SeitenRandUnten
{
  margin: auto;
  background-image: url(../grafik/SeitenRandUnten.gif);
  width: 750px;
  height: 15px;
  overflow: hidden;
}

.Firmenlogo
{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.Firmenlogo img
{
  margin-top: 2px;
  width: 412px;
  height: 80px;
}

.NavigationsLeiste
{
  margin: auto;
  border: 0px solid black;
  padding: 0px;
  padding-left: 10px;
  background-image: url(../grafik/NavKontainerRandOben.gif);
  background-repeat: repeat-x;
  background-position: bottom right;
  width: 740px;
  height: 32px;
}

.NavigationsLeiste div a
{
  display: block;
}

.NavAktiv
{
  margin-left: 1px;
  border: 0px solid black;
  background-color: #FFFFFF;
  background-image: url(../grafik/TabAktiv.gif);
  background-repeat: no-repeat;
  float: left;
  width: 110px;
  height: 31px;
    
  display: block;
  text-align: center;
  font-size: 15px;
}

.NavAktiv a
{
  font-weight: bold;
  text-decoration: underline;
  line-height: 32px;
}

.NavAktiv a:hover
{
  text-decoration: underline;
}

.NavInaktiv
{
  margin-left: 1px;
  border: 0px solid black;
  background-image: url(../grafik/TabInaktiv.gif);
  background-repeat: no-repeat;
  float: left;
  width: 110px;
  height: 31px;
     
  display: block;
  text-align: center;
  font-size: 15px;
}

.NavInaktiv a
{
  text-decoration: none;
  line-height: 32px;
}

.NavInaktiv a:hover
{
  text-decoration: underline;
}

.Anschrift
{
  padding: 30px 0px 0px 0px;
  border: 0px solid black;
  width: 748px;
  clear: both;
  text-align: center;
  vertical-align: middle;
}

/****************************************/
/*                                      */
/* Formatierung der drei Inhaltsspalten */
/*                                      */
/****************************************/
.Left
{
  float: left;
}

.Right
{
  float: right;
}

.Left, .Right
{
  margin: 3px;
  border: 0px solid black;
  padding: 0px;
  width: 130px;
}

.Content
{
  margin: 3px 0px 0px 0px;
  border: 0px solid black;
  padding: 0px;
  width: 470px;
  float: left;
}

h1
{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-left: 5px;
  background-color: #1A8BD9;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.Ueberschrift
{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-left: 5px;
  background-color: #1A8BD9;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.TabHell
{
  background-color: #efefff;
}

.TabDunkel
{
  background-color: #ddddff;
}

p
{
  padding: 0px 5px 0px 5px;
}
