@charset "iso-8859-1";



/* Formatierungen fuer das News Modul, article etc. */



.story {

   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;

   overflow: auto;

}



.story .story-buttons {

   float: right;

   width: auto;

   margin: 0;

   padding: 1px 0 0 6px;

   display: inline;

   list-style-image: none;

   text-align: right;

}



.story .story-buttons li{

   margin: 0;

   padding: 0 0 0 1px;

   display: inline;

   line-height: normal;

}



.story .story-content {

   float: none;
   font-size: 11px;

   padding-left: 5px;


   

}



.story .story-info {

	padding: 8px 40px;
	font-size: 9px;
	text-align: right;
	background-image:url(../images/macmet.jpg);
	background-repeat:no-repeat;
	color:#000;

}

.story-info a {
	color: #FFF;
}

.story-info-all {

	padding: 5px 5px;
	font-size: 9px;
	text-align: ightr;
	background-repeat:no-repeat;
	color:#000;

}



.story .story-readmore {

   float: right;

   width: auto;

   padding: 0.1em;

   font-size: 10px;

   text-align: right;

}



.story .story-title {

   padding: 3px 0;

   font-weight: bold;

   line-height: 18px;

   overflow: visible;



}



.story .story-title .story-cattitle{

   display: inline;

   font-weight: normal;

   font-size: 85%;

}



.story br.clear{

   clear: both;

   font-size: 1px;

   height: 1px;

}



.story h1.story-title {

   font-size: 15px;

   padding-left:10px;

}



.story h2.story-title {

   font-size: 14px;

   padding-left:10px;

}



.story img.story-topicimage-left {

   float: left;

   margin: 0 10px 3px 0;

}



.story img.story-topicimage-right {

   float: right;

   margin: 0 0 3px 10px;

}



.story p.story-info {

   padding: 0;

   text-align: right;

}


