/* HTML-Tag-Formatierungen */

h3
{
  display: inline;
  font-size: 1em;
}


#newspanoramalinks li a, #newspanoramarechts li a
{
  padding-left: 0;
  background-image: none;
}



/* Ebenenspezifische Formatierungen */

#newsletztetage a.newsueberschrift
{
  font-size: .8em;
}

#newsletztetage a.mediaextras, #newsletztetage a.mediaextras:hover
{
  background-image: none;
  padding: 0;
  width: auto;
}


#rechts h3
{
  display: block;
  font-size: 1em;
  font-weight: normal;
}


li a
{
  width: 74%;
}


/* CSS-IE-5-Hack. Folgende Anweisung vor IE 5 verstecken und anderen Browsern damit wieder die richtige Breite zuweisen
Dies ist notwendig für die Startseite (Hover-Grafik bei "News der letzten Tage", richtige Platzierung bei IE 5) */

li a {
   width/* */: auto;
   }


#countdown li a
{
  width: auto;
}

/* CSS-Ebenen-Formatierungen */


#newspanoramalinks
{
  float: left;
  z-index: 2;
  text-align: left;
  width: 47%;
  border-right: 1px dotted #68717A;
  padding-right: 10px;
}

#newspanoramarechts
{
  float: left;
  z-index: 2;
  text-align: left;
  width: 47%;
  padding-left: 10px;
}

#newsdestages ul
{
  text-align: center;
  margin: 0 auto;
}

#newsdestages li a, #newsdestages li a:hover
{
  background-image: none;
  padding: 0;
  margin: 0;
  background-color: #424F5C;
  width: auto;
}

#newsdestages .gliederung hr
{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #333F4D;
  clear: both;
}

#newsdestages p
{
  margin-bottom: 5px;
}
#newsdestages h3, #newsdestages div.newsbild
{
  margin-top: 5px;
}


#communityloginhg
{
  background-image: url(../media/startseite_communityhg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 0;
  min-height: 230px;
}


#communityloginhg .rechtespalte
{
  margin-bottom: 0;
  padding-bottom: 0;
}


#communityloginhg  p
{
  margin-bottom: 0;
  padding-bottom: 0;
}


#communityloginhg .rechtespaltetext
{
  margin-bottom: 0;
  padding-bottom: 15px;
}



/* Klassen */


.newsabschnitt
{
  float: left;
  background-image: url(../media/hintergrundueberschrift.jpg);
  background-repeat: repeat-x;
  z-index: 2;
  text-align: left;
  width: 100%;
  margin-left: 1%;
  margin-bottom: 15px;
}

.newsschlagzeile
{
  font-size: .8em;
  font-weight: bold;
}

.newsueberschrift
{
  font-size: .8em;
  font-weight: normal;
}


.newsbildzentriert
{
  text-align: center;
  margin: 0 auto;
}

.newsbildlinks
{
  float: left;
  margin-right: .5em;
  margin-bottom: .3em;
}

.zentriert
{
  text-align: center;
}

.links
{
  text-align: left;
}

a.newsschlagzeile:hover
{
  text-decoration: underline;
}

.schenkungbutton
{
  background-image: url(../media/startseite_schenkungbutton.jpg);
  border: none;
  width: 80px;
  height: 31px;
  cursor: pointer;
}

