/*******************************************************************************
 * filename: ttv_style_pages
 * author: Sebastian Mayer
 * description:
 *  Formatierungsangaben für spezielle Seiten auf der TTV Homepage.
 *******************************************************************************
 */

/**
 * Jede Seite bzw. jeder Seitentyp, für dessen Inhalt spezielle Formatierungen
 * gemacht werden, bekommt eine css-ID der Form #page_[Bezeichner].
 */
 
/*******************************************************************************
 * Seite: Mannschaften, ID: #page_teams
 *******************************************************************************
 */
#page_teams img.teamImg {
  border: 1px solid #C0C0C0;
}

/*******************************************************************************
 * Seite: Traing, ID: #page_training
 *******************************************************************************
 */
#page_training table {
  margin: 0px;
  margin-bottom: 40px;
  padding-left: 5px;
}

#page_training table td {
  padding-right: 15px;
}

#page_training table td.day {
  font-weight: bold;
  width: 100px;
}

/*******************************************************************************
 * Seite: News, News Archiv, ID: #page_news
 *******************************************************************************
 */

#page_news table td {
 text-align: justify;
}

#page_news table h1 {
  font-size: 14px;
  font-weight: bold;
  background: none;
  margin: 0px;
  padding: 0px;
}

/*******************************************************************************
 * Seite: Frontend-Login, ID: #page_login
 *******************************************************************************
 */

#page_login input {
 font-family: Verdana;
 font-size: 11px;
 border: 1px solid #000000;
 padding: 2px;
}

#page_login .listSymbol {
 font-size: 10px;
 color: #006699;
 margin-left: 3px;
 margin-right: 2px;
}

#page_login a,#page_login a:link,#page_login a:active,#page_login a:visited,#page_login a:hover {
  font-size: 10px;
}
