/* Hintergrund:  Farbe und Hintergrundbild */
.hintergrund
{
  margin:0px;
  padding:0px;
  /* background-color:#f4d710;  */
  /* background-color:#CAFFFF; */
  background-color:#FFFFCC;
  /* background-image:url(../medien/background_2.gif); */ 
  background-image:url(../medien/hintergrund_4.bmp); 
  background-repeat:repeat-x;
  text-align:center;
  
}
/* Seitenrahmen - gesamte Seite */
/* Nur 635 Pixel hoch, damit das ohne Scrllbar fuer 1024 * 768 reicht */
.seitenrahmen
{
  position:relative;
  width:900px;
  height:745px;
  margin:1px auto;
  text-align:left;
  padding:0px 5px 5px 5px;
  
  border-width:0px;
  border-style:solid;
  border-color:#FF0000;
}


/* Das ist der Bereich fuer das Menue */
.menuebereich
{
  position:absolute;
  left:5px;
  top:150px;
  width:200px;
  height:585px;
  margin:0px 0px 0px 0px;
  padding:0px;
  /* background-color:#a1a1a1; */
  background-color:#77AAFF;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#A0B0FF;
  
}


/* In diesem Kasten befindet sich der eigentliche Content */
.inhaltbereich
{
  position:absolute;
  left:205px;
  top:150px;
  width:700px;
  height:550px;
  margin:0px 0px 0px 0px;
  padding:0px;
  /* background-color:#ffffff; */
  background-color:#FFFFCC;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#A0B0C0;
  
}

/* Innerhalb des Inhaltsbereiches ein Feld für den Text */
.inhaltfeld_breit
{
  position:absolute;
  left:15px;
  top:15px;
  width:665px;
  height:530px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#FFA0A0;
  
}

.inhaltfeld_spalte1
{
  position:absolute;
  left:15px;
  top:15px;
  width:490px;
  height:530px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#FFA0A0;
  
}
.inhaltfeld_spalte2
{
  position:absolute;
  left:510px;
  top:15px;
  width:170px;
  height:530px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#FFA0A0;
  
}

.linksbuendig
{
  margin:0px;
  padding:0px;
  text-align:left;
  
}

.bild_1
{
  width:143px;
  /* height:200px; */
  border-width:0px;
}


.counter_27
{
  width:163px;
  height:25px;
  
}

/* Der Seitenfuss */
.fussbereich
{
  position:absolute;
  /* left:5px; */
  left:205px; 
  top:700px;
  width:700px;
  height:35px;
  margin:0px 0px 0px 0px;
  padding:0px;
  text-align:center;
  background-color:#ffffcc;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#10FF10;
  
}

/* Der Seitenfuss */
.seitenende
{
  position:absolute;
  left:5px; 
  top:735px;
  width:900px;
  height:5px;
  margin:0px;
  margin:0px 0px 0px 0px;
  background-color:#a1a1a1;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#10FF10;
  
}

.email_eingabefeld_1
{
  width: 400px;
  font-size:12px;margin:0px 0px 10px 0px;
  padding:1px;
  border:1px solid #999999;
  
}
.email_eingabefeld_2
{
  width: 500px;
  height: 96px;
  font-size:12px;margin:0px 0px 10px 0px;
  padding:1px;
  border:1px solid #999999;
  
}

