/* 
   =========================================
    CSS STYLES FOR Module MLAdvAnnouncements
   =========================================
*/
.AnnouncementList
{
    /* Used for main datalist, not used when displaytype is linksmenu */
  width: 100%;
	padding:0px; margin:0px;
}
#inhalt .AnnouncementItemBody {
	border-top: 1px dotted #ccc;
	margin-top: 3px; margin-bottom: 14px;
	clear:left; float:none;
}

.AnnouncementItemBody, .AnnouncementItemBody P, DIV .AnnouncementItemBody
{
    /* Used for body if item, not used when displaytype is linksmenu */
    margin:0; padding:0px;
}
#inhalt div.AnnouncementItemBody p {
	margin-bottom:0.8em;
}

#inhalt div.AnnouncementItemBody span.subhead  {
	 margin:0px; margin-bottom:-0.8em;
	 /*letter-spacing:0.025em; */
	 line-height:1.4em;
	 font-size:146%; 
	 font-weight:normal; color:#000;
	 font-family:arial, helvetica, verdana, sans-serif;
	/*color:#333; font-size:14px;
	line-height:1em; padding-top:0px;*/
}
#inhalt div.AnnouncementItemBody img {
	padding: 4px 4px 4px 0px;
}
.AnnouncementItemQ, .AnnouncementItemA
{
    /* Used for "Q" and "A" characters, which can be appended to the item title, especially used in faq mode, not used when displaytype is linksmenu */
    font-weight:bold ;
}

.shcContainer
{
    /* used as style for the container of the headercontrol, ONLY used when displaytype is FAQ */
     margin-top: 0px;
     padding-top:0px;
     margin-bottom: 4px;
}

.linkComboBox
{
    /* used as style for the link menu combobox, ONLY used when displaytype is LinksMenu */
}

.AnnouncementItemImageTitle
{
    /* used as style for the item title, ONLY used when displaytype is Images */
    font-weight: bold;
    text-align: center;
}

.AnnouncementItemImage
{
    /* used as style for the item image, ONLY used when displaytype is Announcements or Images */
}

.AnnouncementItemImageLink
{
    /* used as style for the item image, when the image is used as a link, ONLY used when displaytype is Announcements or Images */		
}

.AnnouncementItemReadMore
{
    /* used as style for the "read more" part of the item, only when the item url is not empty, ONLY used when displaytype is Announcements */
}

.AnnouncementItemReadMore A
{

}

.AnnouncementItemReadMore A:link, .AnnouncementItemReadMore A:visited
{
}

.AnnouncementItemReadMore A:hover
{
}

.AnnouncementItemReadMore A:active
{
}

.AnnouncementItemTitleLink
{
    /* used as style for the title part of the item, ONLY used when displaytype is Links */
}

.AnnouncementItemTitleLink A
{
}

.AnnouncementItemTitleLink A:link, .AnnouncementItemTitleLink A:visited
{
}

.AnnouncementItemTitleLink A:hover
{
}

.AnnouncementItemTitleLink A:active
{
}
/* 
   =========================================
    END FILE
   =========================================
*/