/**
 *  CSS Styles for Jugendtheaterpreis-stgt.com oder so
 *  B. Zaiser beni@m-zentrale.de
 *
*/
body{
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #2992f3;
}

a{
  text-decoration: none;
  color: #163899;
}

.clearer{
  clear: both;
}

/* Structure ---------------------------------------------*/
#logo a{
  position: absolute;
  top: 39px;
  left: 20px;
  width: 156px;
  height: 91px;
}

#header{
  height: 114px;
}
#header #infotext{
  position: absolute;
  top: 69px;
  left: 200px;
  width: 440px;
  height: 37px;
}
#header #infotext p{ display: none; }
#header #metanavi{
  position: absolute;
  top: 19px;
  left: 769px;
}

#navi{
  margin-top: 43px;
  margin-left: 20px;
  float: left;
  width: 160px;
}

#page{
  float: left;
  margin-left: 22px;
  width: 570px;
  padding-bottom: 20px;
}

#page #contentNavigation{
  height: 75px;
  border: 1px solid #ffffff; /* Buggy ;) */
}

#page #subnavi{
  margin: 0px;
  padding: 0px;
  margin-top: 14px;
}

#page #subsubnavi{
  margin: 0px;
  padding: 0px;
  margin-top: -30px;
}



/* Navigationen ------------------------*/
#navi{
  list-style: none;
  padding: 0px;
}
#navi a{
  color: #60af12;
  font-size: 11px;
  font-weight: bold;
}
#navi li a{
  padding-left: 10px;
  background: url(../gfx/navi_item.gif) no-repeat 0px 4px;
}
#navi li a.active{
  color: #2992f3;
  background: url(../gfx/navi_item_active.gif) no-repeat 0px 4px;
}

#subnavi{
  list-style: none;
  clear: both;
  font-weight: bold;
}
#subnavi li{
  float: left;
  margin: 0 10px 0 0;
  color: #2992f3;
}
#subnavi li a{
  margin: 0 10px 0 0;
  color: #6bb422;
}
#subnavi li a.active{
  color: #2992f3;
}

#subsubnavi{
  list-style: none;
  height: 40px;
  font-size: 19px;
}
#content #subsubnavi li{
  float: left;
  margin: 0 10px 0 0;
  background: none;
}
#subsubnavi li a{
  color: #6bb422;
}
#subsubnavi li a.active{
  color: #2992f3;
}



/* Styles ------------------------------------------------*/
#logo a{
  background: url(../gfx/logo.gif) no-repeat;
}
#header{
  background-color: #9ad0f4;
}
#header #infotext{
  background: url(../gfx/infotext.gif) no-repeat;
}
#header #metanavi,
#header #metanavi a{
  color: #ffffff;
  font-size: 9px;
}
#header #metanavi a{ margin: 0 5px 0 5px; }


#content h1{
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 25px;
}
#content h2{
  border-top: 1px solid #2992f3;
  border-bottom: 1px solid #2992f3;
  font-weight: bold;
  font-size: 11px;
}

#content ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#content ul li{
  padding-left: 8px;
  background: url(../gfx/li_item.gif) no-repeat 0px 8px;  
}




/* EXTENSIONS ----------------------------------------------*/
.tx-mzmemberlist-pi1 h2{
  margin: 10px 0 10px 0;
}
.tx-mzmemberlist-pi1 .bodytext{
  margin-bottom: 10px;
}

