/*////////////// accordion /////////////*/


h1, h2, h3, p {
        padding: 0;
        margin: 0;
}

#container {
  background-color: #fff;
        width: 148px;
        margin: 0 auto;
        min-height: 503px;
        height: auto !important;
        height: 100%; /*stoopid ie*/
}

#content {
 width: 148px;
 }
 
 

h3 {
  font-size:10px;
  font-weight:bold;
  line-height:16px;
  color: #666;
  background: #939598 url(/img/mootools/verlauf1.gif);
  cursor: pointer;
  font-weight: bold;
  border-top: 0px solid #666;
  /*text-transform: uppercase; */
  padding-left: 10px;
  padding-right: 10px;
  cursor:default;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, .newslink{
     cursor:default;
     text-decoration: none;
     padding-left: 10px;
     voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
     voice-family:inherit;
     background-image: url("/img/icons/a_green.gif");
     background-repeat: no-repeat;
     background-position: 0 50%;
        font-weight: bold;
        text-decoration: none;
        color: #666;

}


