.contentslide{
border: 2px solid #fff;
border-bottom-width: 6px;
padding: 0px;
width: 402px;
background: #fff;
}


.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 388px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
color: #fff;
/*background-color: navy;*/
border: 0px solid navy;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 10px 0 4px 8px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 388px; /*IE5 width*/
w\idth: 388px; /*IE6 width*/
}

.pagination a, #paginate-slider1 a{
padding: 0 4px;
text-decoration: none;
color: #222;
font-weight: bold;
/*background-color: #eee;*/
border: 2px solid #fff;
padding-bottom: 1px;
margin-right: 0px;
}

#paginate-slider1 a:hover, #paginate-slider1 a.selected {
color: #222;
border: 2px solid #222;
}

.inimage {
border: 1px solid #222;
margin-left: 0px;
}

#inhalt a.link_kongress{
  color: #0089CF;
  background-image: url(../images/nav_pfeil_kontur.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
  font-weight: bold;
  text-decoration: none;
}
#inhalt a.link_kongress:hover {
  text-decoration: underline;
}
