
/*********
styles von der alten live-berichterstattung, wahrscheinlich obsolet
*********/

/*
html>body div#hauptinhalt ,
div#hauptinhalt { 
  width: 760px; 
}
*/

div#body {
/*    background-image: url(http://www.gds-online.com/static/gds/assets/bg_body.gif);*/
}
div#content{
/*    background-image:url(http://www.gds-online.com/static/gds/assets/content_hg.jpg);*/
}

div#banner {
  display:none;
}

div#zusatzinfo {
  width: 320px;
  padding-top:15px;
}

div.live p.spezial_1 {
  background-color: #fff !important;
}


div#zusatzinfo div#searchbox {
  float: right;
  width:150px;
  margin-left: 10 px;
}
div#zusatzinfo form#loginbox {
  margin-bottom:20px;
  margin-right: 10px;
  width:160px;
}


div#zusatzinfo h3.live {
background-color:#003884;
border:1px solid #003884;
color:#FFF;
font-family:verdana,Verdana,Arial;
font-size:0.8em;
font-weight:normal;
padding: 2px 6px;
text-transform:uppercase;
}

div#hauptinhalt div.beitrag h3.live {
margin:0px;
margin-bottom:10px;
/*background-color:#003884;*/
border-bottom:1px solid #003884;
color:#000;
font-family:verdana,Verdana,Arial;
font-size:0.8em;
font-weight:normal;
padding:1px 10px !important;
top:8px;
text-transform:uppercase;
}

div#hauptinhalt div.live div.beitrag_unten {
display:none;
}

/*********
neue styles fuer automatisch generierte uebersichtsseiten
*********/

h3.ordnerindex {
  margin:0px;
  margin-bottom:10px;
  border-bottom:1px solid #003884;
  color:#000;
  font-family:verdana,Verdana,Arial;
  font-size:0.8em !important;
  font-weight:normal;
  padding:1px 10px !important;
  top:8px;
  text-transform:uppercase;
}

h3.ordnerindex a:hover {
  text-decoration: none !important;
  color: #000 !important;
}

p.newsabstract {
   margin-bottom: 3em !important;
}

/* automatisch generierte thumbnails verstecken */
p.newsabstract span.img {
   display: none;
}

/* formatierung für manuell eingebaute grafiken im abstract */
div#hauptinhalt div p img {
   margin: 1em 0 1em 0;
}
