/* News Articles Custom Styles */
/* NPitsch:Foto-Groesse limitieren */
.articleImage img {
  max-width:550px;  
}
/* fuer IE < 7 */
.articleImage img {
  width: expression(this.width > 550 ? 550: true);
}
/* N. Pitsch, Text in View-Item Ansicht */
#Table5 .articleTextCell .Normal {line-height:1.4em;}
.articleTitle, a.articleTitle:link,a.articleTitle:hover {
  font-size:14px; font-weight:bolder; color:#A8151D; text-decoration:none;
/*  background-image: url(http://www.sportklasse.ch/Portals/sportklasse/Containers/sportklasse2/images/Blue01_r1_c1.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;*/
}
.articleTable { background-color: #FFFFFF; margin: 0px; }
.articleTopCell { background-color: #ffffff; color: #808080; font-weight: bold; padding: 4px; height: 40px; border-bottom:1px solid #808080; }
.articleTopCell .NormalBold { color: #808080; font-size:14px; }
.articleContentCell { color: black; padding: 0px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 0px; background-color: transparent; }
.articleIconCell { background-color: White; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #CCCCCC; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredCell { 
  background-color: #FFFFCC; 
}

A.Normal.MenuTop:link {
    text-decoration:    underline;
}

A.Normal.MenuTop:visited  {
    text-decoration:    underline;
}

A.Normal.MenuTop:active   {
    text-decoration:    underline;
}

A.Normal.MenuTop:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

.postComment 
{
    text-align: left;
    color: red;
    font-weight: bold;
}

.postComment p, .postComment div
{
    padding:2px 10px;
    margin: 0px;
}

.postComment h2
{
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-left: 5px;
}

.postComment input
{
    width: 150px;
}

.postComment #notify input
{
    width: 20px;
}

.postComment textarea
{
    width: 450px;
    height: 100px;
}
