/* Style, eingefügt von Micha */



p {
    padding-bottom: 10px;
    text-align: justify;
}



#sidebar div.title {
    background-image: url('images/titlebar_side.png');
    text-align: center;
    width: 184px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 7pt;
    font-weight: bold;
    vertical-align: bottom;
}

#siesindhier {   
  background-color: #dedede;
  width: 671px;
  padding: 2px 5px 2px 5px;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 5px;
}
                        
#siesindhier a { 
  color: #ee7e05;
  text-decoration: none;
}

#siesindhier a:hover { 
  color: #ee7e05;
  text-decoration: underline;
}

#inhalt {
  width: 681px;
  padding: 0px;
}

#inhalt h1 {
  color: #ee7e05;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #cecece;
  margin-bottom: 15px;
}

#inhalt a {
  color: #ee7e05;
}

#inhalt_with_tinymce, #inhalt_without_tables {
  width: 681px;
  padding: 0px;
}

#inhalt_with_tinymce h1, #inhalt_without_tables h1 {
  color: #ee7e05;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #cecece;
  margin-bottom: 15px;
}

#inhalt_with_tinymce a, #inhalt_without_tables a {
  color: #ee7e05;
}


/* NORMALE TABELLE */
#inhalt table, table.normal {
  padding: 2px;
  border-collapse: collapse;
  width: 680px;
}

#inhalt table a, table.normal a {
  color: #ee7e05;
  text-decoration: none;
}

#inhalt table a:hover, table.normal a:hover {
  color: #000000;
  text-decoration: underline;
}

#inhalt table a:hover img, table.normal a:hover img {
  color: #000000;
  text-decoration: none;
}

#inhalt table th, table.normal th {
  color: #FFFFFF;
  background-color: #ee7e05;
  text-align: center;
  border: 1px solid #cecece;
  padding: 1px 3px 1px 3px;
}     

#inhalt table td, table.normal td {
  border: 1px solid #cecece;
  padding: 5px;
}

#inhalt table td.text, table.normal td.text {
  width: 120px;
  text-align: center;
  vertical-align: top;
}

#inhalt table td.no_entry, table.normal td.no_entry { 
  text-align: center;
  vertical-align: middle;
  height: 80px;
}

/* STRUKTURTABELLE */

table.structure {
  padding: 0px;
  spacing: 0px;
  border: 0px;
  border-collapse: collapse;
}

table.structure td {
  border: 0px;
}

/* LISTEN */

#inhalt ul, #inhalt ol, #inhalt_with_tinymce ol, #inhalt_with_tinymce ul {
    margin-left: 15px;
}

/* ####################################################    SIDEBAR */

#sidebarLoginInput {
    width: 112px;
}

/* Schlagzeilen */

ul.schlagzeilen {
  width: 180px;
  list-style: none;
  text-align: center;
}

ul.schlagzeilen li {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px dashed #FFFFFF;
  padding: 5px 0px 5px 0px;
}

ul.schlagzeilen li a {
  text-decoration: none;
  color: #FFFFFF;
}

ul.schlagzeilen li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

/* Spielplan */

ul.spielplan {
  width: 180px;
  list-style: none;
  text-align: center;
}

ul.spielplan li {
  text-align: left;
  font-weight: bold;
  font-size: 10px;
  border-bottom: 1px dashed #FFFFFF;
  padding: 5px 0px 5px 0px;
}

ul.spielplan li a {
    font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}

ul.spielplan li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
  
ul.spielplan li span.team1 {
    color: #FFFFFF;
    font-weight: bold;
}

ul.spielplan li span.team2 {
    color: #FFFFFF;
    font-weight: normal;
}

ul.spielplan li span.ergebnis {
    color: #FFFFFF;
    font-weight: normal;
}

/* LINKS FÜR DIE SEITENZAHLEN */

div.seitenlinks {
    float: right;
    height: 24px;
    vertical-align: top;
}

a.seitenlink {
    color: #f89500;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
}

a.seitenlink_active {
    color: #000000;
    font-size: 18px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
}

a.seitenlink:hover {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    background-color: #f89500;
    font-weight: bold;
}

a.seitenlink_active:hover {
    color: #000000;
    font-size: 18px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
}
