/*Styles für Aktuelles*/
div.Aktuelles_Container
{
   position:relative;
   margin-bottom:10px;
   width:670px;
   height:auto;
   border-style:dotted;
   border-width:1px;
   padding:3px
}
table.Aktuelles_Tabelle
{
   border-collapse:collapse;
   width:670px;
}
.Aktuelles_Header
{
   border-bottom-style:solid;
   border-width:1px;
   border-color:black;
   background-image:url('../img/links_bottom_small.jpg');
   text-align:center;
}
.Aktuelles_Header_zwei
{
   background-color:lightgrey;
   text-align:center;
}
.Aktuelles_Content
{
   width:670px;
   overflow:hidden;
   text-align:left;
   border-top-style:solid;
   border-width:1px;
   border-color:black;
}
.Aktuelles_Bilder
{
   text-align:center;
   width:670px;
   overflow:hidden;
   border-top-style:dotted;
   border-width:1px;
   border-color:black;
}
.Aktuelles_Filter_background
{
   background-image:url('../img/links_bottom_small.jpg');
   background-repeat:repeat-x;
}
.Aktuelles_Button
{
   background-image:url('../img/filter.png');
   background-repeat:no-repeat;
   width:95px;
   height:25px;
   border-width:1px;
   border-style:solid;
}
