@charset "utf-8";
/* CSS Document */

.aktuell  {
	margin-top: 0 !important;
	padding:0 !important;
	border:none !important;

}
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	height: 300px;
	padding:0;
	margin: 0 0 0 17px; /* der linke Margin ist der Standard für alle Inhalte im #Inhalt Bereich */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .aktuell {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	margin-left: 0px; /* hier müssen wir den Rand überschreiben, damit das Scrollen richtig passt (über try & error)*/
	height: 270px;
/*	background: #EEE !important;
*/
}
/* single scrollable item */
.scrollable .aktuell .item {
	float:left; /* das ist die wichtigste, alle Elemente nebeneinander anordnen, damit horizontal gescrollt werden kann */
	width: 727px; /* die Breite des Aktuell-Kasten hier wiederholt */
	margin-left: 0px !important;
}


/* Hier  sind die Formatierungsänderungen für die einzelnen Elemente, die das scrollable erfordert, vieles über try & error */

.tickerHeader { /* Das ist die Regel für die Überschrift "Aktuelle Tickermeldungen */
	height:45px !important;
	border:none !important;
}
.tickerHeader h2 {
	font-size: 1em !important;
	margin:auto 17px;
	padding:10px 0px !important;
	border-bottom: 1px solid #CCC !important;
	color: #0085B9 !important;
}

}
.tickerAktuell {
	margin: 0 17px 0 25px !important;
	border:none !important;
}

#Inhalt .aktuell button {
	font-size: 0.7em;
}
.tickerFooter {
	height:40px !important;
	border:none !important;
	margin:0px 0px 10px 17px !important;
	text-align:center;
}

.aktuelleMeldung {
	margin-top: 30px !important;
}
.aktuelleMeldung p{
	margin-right: 90px !important;
}

#ausgesprochenstimmig {
	background-position: 0 0px !important;
}

#blogBlock { /* Diese Regeln gibt es nur beim Scrollable, im Standard-Betrieb ist hier keine spezielle Formatierung nötig */
	margin-top: 15px !important;
	margin-left: -7px !important;
	background-color: #f8f8f8;
	margin-right: 25px !important;
	width:695px !important;
}

