/* Gesamter Kopfbereich - Titel und Bilder */
.kopfbereich
{
  position:absolute;
  left:5px;
  top:0px;
  width:900px;
  height:150px;
  margin:0px 0px 0px 0px;
  padding:0px;
  background-color:#FFFFCC;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#000000;
  
}

/* Kasten mit Bild links */
.kopf_kasten_links
{
  position:absolute;
  left:0px;
  top:80px;
  /* width:633px; */
  width:200px;
  height:70px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#0000FF;
  
}

/* Kasten mit Bild links */
.kopf_kasten_mitte
{
  position:absolute;
  left:200px;
  top:80px;
  width:510px;
  height:70px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#FF00FF;
  
}
/* Kasten mit Bild rechts */
.kopf_kasten_rechts
{
  position:absolute;
  /* left:710px; */
  left:710px;
  top:80px;
  /* width:190px; */
  width:190px;
  height:70px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#00FF00;
  
}

/* Bild im kopf_kasten  */
.kopf_bild_rechts
{
  width:190px;
  height:70px;
  border-width:0px;
}
/* Bild im kopf_kasten  */
.kopf_bild_mitte
{
  width:510px;
  height:70px;
  border-width:0px;
}
/* Bild im kopf_kasten  */
.kopf_bild_links
{
  width:200px;
  height:70px;
  border-width:0px;
}

/* Kleiner Kasten ganz oben um zur Abgrenzung nach oben */
.kpfzeile
{
  position:absolute;
  left:0px;
  top:-3px;
  width:900px;
  height:6px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#EE3B3B;
}

.kopfzeile_kasten
{
  width:900px;
  height:6px;
  /* background-color:#EE3B3B; */
  background-color:#990000;
}

/* Hier wird das kugibal Logo eingebettet */
.logobereich
{
  position:absolute;
  left:0px;
  top:6px;
  width:900px;
  height:70px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#FF2030;
}

/* Falls keine Grafik angezeigt wird, ist das der Kasten für den
 * Alternativtext */
/* Das Logo sollte eine passende Grösse haben, damit es nicht verzerrt wird. */
.logotext
{
  width:900px;
  height:70px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#10FF30;
}
/* Hier steht das "Anja Lindemann" */
.textfeld1_logobereich
{
  position:absolute;
  left:600px;
  top:10px;
  width:100px;
  height:35px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#104080;
}

.textfeld2_logobereich
{
  position:absolute;
  left:710px;
  top:10px;
  width:190px;
  height:65px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:transparent;
  background-image:none;
  border-width:0px;
  border-style:solid;
  border-color:#104080;
}

