﻿.sectionHolder h2
{
	color: #9F0F90;
	font-size: 11px;
	line-height: 13px;
}

.sectionHolder .floatRight
{
	margin: 0 0 20px 20px;
}

.sectionHolder .floatLeft
{
	margin: 0 20px 20px 0;
}

.sectionHolder div.sectionTeaser p.date
{
	font-size: 11px;
	margin: 5px 0;
}



/* ARTICLE FACTS / CITAT */
div.snapinFactsHolder
{
	background-color: #dbdbdb;
	background-image: url('/grafik/mad/factBoxBottom.png');
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 50px;
    width: 222px;
}

div.snapinFactsInner
{
	background-image: url('/grafik/mad/factBoxTop.png');
    background-repeat: no-repeat;
    background-position: top;
    min-height: 50px;
    padding: 15px;
    width: 192px;
}

div.snapinFactsInner p
{
    color: #000;
    display: block;
    font-size: 11px;
    font-style: italic;
}

div.snapinFactsInner p.headline
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    letter-spacing: -1px;
    margin: 0 0 6px 0;
    overflow: hidden;
}

div.snapinFactsInner ul
{
	margin: 0;
	padding: 10px 0 10px 0px;
}

div.snapinFactsInner ul li
{
	background-image: url('/grafik/mad/bullet9F0F90.gif');
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 11px;
    font-weight: bold;
	list-style: none;
	padding: 8px 0 8px 15px;
}

