
/*
 * Titelseite 
 */

#titel-top-left { 
  background: #5aad21;
  width: 200px; 
  height: 80px;
  z-index:3;
  margin: 0px;
  padding: 0px;
  border: 0px;
  top: 0px;
  left: 0px;
  position: absolute;
}

#titel-top-right {
  background: #b42424;
  height: 80px;
  width: 100%;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  border: 0px;
  top: 0px;
  left: 0px;
  position: absolute;
}

#titel-bottom-left { 
  background: #ffd502;
  width: 200px;
  height: 100%;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  top: 0px;
  left: 0px;
  bottom: 0px;
  position: absolute;
}

#titel-bottom-right { 
  background: #00497e;
  width: 100%;
  height: 100%;
  z-index: 4;
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  top: 15px;
  left: 15px;
  bottom: 0px;
  right: 0px;
  position: absolute;
}

/* Figuren links unten */
#titel-figuren { 
  background: url(../bilder/figuren/figuren-titel_tr-blau_548x536.png) no-repeat;
  width: 548px;
  height: 536px;
  text-align: left;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  position: absolute; 
}

/* Kulturleben Logo */
#titel-logo { 
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  right: 20px;
  top: 30px;
  z-index: 4;
  position: absolute; 
}

/* Schriftzug StuStaCulum + Veranstalter */
#titel-ssc-schriftzug {
  text-align: right;
  border: 0px;
  padding: 0px;
  maring: 0px;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  position: absolute;
}
#titel-ssc-schriftzug p { 
  color: #bbbbbb;
  font-weight: normal; 
  font-family : Verdana,Geneva,Arial,Helvetica,Helv,sans-serif; 
  font-size: 8pt;
  line-height: 120%
  text-align: right;
}
#titel-ssc-schriftzug a { 
  color: #bbbbbb;
  font-weight: bold; 
  font-family : Verdana,Geneva,Arial,Helvetica,Helv,sans-serif; 
  text-decoration: none;
}
#titel-ssc-schriftzug a:hover { 
  text-decoration: underline; 
}
#titel-ssc-schriftzug.titel-img { 
  text-align: right;
  margin: 0px;
  border: 0px; 
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse
}

/* Auswahl Menue */
#titel-menue {
  height: 0px;
  width: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  /*right: 20px;*/ /* 20 */
  /*top: 85px;*/   /* 85 */
  left: 200px;     /* 200 */
  bottom: 265px;   /* 285 */
  z-index: 5;
  position: absolute;
}

#titel-menue div.titel-auswahl-ly {
  float: left;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  z-index: 7;
  position: absolute;
}
/* Gesamthöhe Überschriften: 102px = 102px */
/* Gesamtbreite Überschriften: 570px + 102px = 672px */
#titel-auswahl-1 { /* festival */
  left: 110px;
  bottom: 102px; /* 0 */
  /* height: 60px; */
}
#titel-auswahl-2 { /* bühnen */
  left: 415px;
  bottom: 100px; /* 17 */
  /* height: 47 px; */
}
#titel-auswahl-3 { /* programm */
  left: 200px;
  bottom: 0px; /* 102 */
  /* height: 56 px; */
}
#titel-auswahl-4 { /* förderpreis */
  left: 65px;
  bottom: 55px; /* 62 */
  /* height: 40 px; */
}
#titel-auswahl-5 { /* künstler */
  left: 260px;
  bottom: 70px; /* 53 */
  /* height: 38 px; */
}
#titel-auswahl-6 { /* stände */
  left: 320px;
  bottom: 122px; /* 0 */
  /* height: 34 px; */
}
#titel-auswahl-7 { /* partner */
  left: 400px;
  bottom: 62px; /* 70 */
  /* height: 30 px; */
}
#titel-auswahl-8 { /* presse */
  /* width: 102 */
  left: 570px;
  bottom: 85px; /* 10 */
  /* height: 38 px; */
}
#titel-auswahl-9 { /* kontakt */
  left: 510px;
  bottom:  45px; /* 82 */
  /* height: 30 px; */
}

/* Allgemeine Textformate */

body { 
  color: #FFFFFF;
  background: #00497e;
  margin: 0px;
  border: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

img { 
  margin: 0px;
  border: 0px; 
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse
}
