/******************************** ALLGEMEIN *************************************/
html,body { height:100%; margin:0; padding:0; text-align:center; }
div#center {height:100%; width:938px; margin: 0 auto 0 auto;}

body {
	margin: 0;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color: #504f4d;
	background-color: #EEE;
}
	
p.bodytext {
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

img {
	border: none;
}

a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #063386;
	text-decoration: underline;
}

ul {
	list-style-type: square;
	margin-left: -25px;
	margin-top: -5px;
}

.space {
	height: 5px;
}

.contenttable {
	padding: 0;
	margin: 0;
	width: 100%;
}

.contenttable td {
	border-bottom: 1px solid #ccc;
}

.contenttable td>p {
	padding: 0;
	margin: 0;
	margin-top: 2px;
}

.hidden {
	display: none;
}

.error{
	border: 2px solid #ff0000;
	padding: 3px;
	color: #ff0000;
}

.smallitalic{
	font-style: italic;
	font-size: 10px;
}

/******************************** ALLGEMEIN *************************************/

/******************************** HEADER *************************************/
div#head {
	margin: auto;
	margin-left: 15px;
	width: 938px;
	margin-top: 20px;
}

div#banner {
	float: left;
	width: 938px;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	height: 108px;
	background-image: url(../images/banner.jpg);
}

div#banner h1 {
	display: none;
}

div#headBottom {
	background-image: url(../images/headSpace.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 938px;
	height: 6px;
	text-align: center;
	margin: auto;
	margin-left: 15px;
}

/******************************** HEADER *************************************/

/******************************** TOPNAVI *************************************/
#topNavi {
	float: left;
	margin-top: 83px;
	margin-left: 15px;
	padding-bottom: 0px;
	background: transparent;
}

* html div#topNavi { 
	margin-left: 8px; 
} 

#topNavi_main {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
}

#topNavi_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
}

#topNavi_main a {
	float: none;
}

#topNavi_main a:active {
	color: #fff;
}

#topNavi_main li {
	float: left;
	background: url('../images/topnavileft.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 8px;
	border-bottom: 1px solid #ccc;	
}

#topNavi_main a {
	font-family: verdana;
	font-size: 1em;
	float: left;
	display: block;
	background: url('../images/topnaviright.gif') no-repeat right top;
	padding: 6px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#topNavi_main li:hover, #topNavi_main li:hover a {
	background-position: 0% -33px;
	color: #fff;
	font-weight: bold;
}

#topNavi_main li:hover a {
	background-position: 100% -33px;
	font-weight: bold;
}

#topNavi_main .current {
	background-position: 0% -33px;
	border-width: 0;
	font-weight: bold;
}

#topNavi_main .current a {
	background-position: 100% -33px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: bold;
}
/******************************** TOPNAVI *************************************/

/******************************** LEFTCOL *************************************/
div#leftCol {
	width:183px; 
	margin-left:14px;  
	float: left; 
	background-color: #E5E5E5;
    border-left: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
}

* html div#leftCol { 
	margin-left: 7px; 
} 
/******************************** LEFTCOL *************************************/


/******************************** LEFTNAVI *************************************/
div#leftNavi {
	width:183px; 
	float: left; 
}

* html div#leftNavi { 
	margin-left: 7px; 
} 

div#mainContent {
	width: 720px;
	margin-left:209px;
	margin-top:0;
}

/* ROOT */
div#leftNavi {
}

div#leftNavi ul {
	padding: 0em 0em 0em 0em;	
	margin: 0;
	list-style: none;
	text-align: left;
}

div#leftNavi ul li {
	line-height: 1.25em;
}

div#leftNavi ul li.ACT {
	border: none;
}

div#leftNavi ul li.ACTFirst {
	border: none;
	background-image: url(../images/buttonNav.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #2c57d2;
	color: #FFF;
	font-weight: bold;
}

div#leftNavi ul li.NOFirst a.rootNO {
	background-image: url(../images/buttonNav.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #2c57d2;
	color: #FFF;
	font-weight: bold;
	border: none;
}

div#leftNavi ul li.ACTFirst a.rootACTFirst {
	color: #FFF;
	display: block;
	padding: 6px 0 5px 11px;
	text-decoration: none;
}

div#leftNavi ul li.NO {
	/*border-left: 1px solid #b5b5b5;*/
	/*border-right: 1px solid #b5b5b5;*/
	border-top: 1px solid #b5b5b5;
}

/* ROOT NORMAL */
div#leftNavi a.rootNO {
	display: block;
	padding: 6px 0 5px 11px;
	font-size: 1em;
	color: #535353;
	text-decoration: none;
	background-color: #e5e5e5;
	font-weight: normal;
}

div#leftNavi a.rootNO:hover, div#leftNavi a.rootNO:active, div#leftNavi a.rootNO:focus {
	background-color: #c9c9c9;
}

/* ROOT ACT */
div#leftNavi a.rootACT, div#leftNavi a.rootACTIFSUB {
	display: block;
	padding: 6px 0 5px 11px;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	background-color: #2756a4;
	font-weight: bold;
}

div#leftNavi a.rootACT:hover {
	font-weight: bold;
}

/* ROOT ACTIFSUB */
div#leftNavi a.rootACTIFSUB {
	display: block;
	padding: 6px 0 5px 11px;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #2756a4;
}

div#leftNavi a.rootACTIFSUB:hover {
	text-decoration: none;
}

/* SUB1 NORMAL */
div#leftNavi ul.sub1 {
}

div#leftNavi ul li ul li.sub1NO, div#leftNavi ul li ul li.sub1ACT {
	border-top: none;
	line-height: 1.3em;
	color: #2756a4;
	padding-left: 10px;
}

div#leftNavi ul li ul li.sub1ACT {
	background-color:#c9c9c9;
}

div#leftNavi a.sub1NO, div#leftNavi a.sub1ACT {
	display: inline;
	line-height:2.3em;
	padding: 6px 0 0 0;
	font-size: 1em;
	color: #535353;
	text-decoration: none;
}

div#leftNavi a.sub1NO:hover, div#leftNavi a.sub1NO:active, div#leftNavi a.sub1NO:focus {
	color: #2756a4;
	font-weight: bold;	
}

/* SUB1 ACT */
div#leftNavi a.sub1ACT {
	font-weight: bold;
	color:#2756a4;
}

div#leftNavi a.sub1ACT:hover, div#leftNavi a.sub1ACT:active, div#leftNavi a.sub1ACT:focus {
	text-decoration: underline;
	font-weight: bold;	
}

/* NORMAL */
div#subNavi li.NO {
	color: #2756a4;
}

div#leftNavi img {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
/******************************** LEFTNAVI *************************************/

/******************************** LEFTAKTUELLES UND LEFTKATALOG *************************************/
div#leftAktuelles, div#leftKatalog {
	width:183px; 
	float: left; 
	text-align: left;
}

div#leftKatalog p {
	padding: 0 16px;
	text-align: justify;
}

div#leftKatalog img {
	padding-top: 5px;
}
 
/******************************** LEFTAKTUELLES UND LEFTKATALOG *************************************/

/******************************** CONTENT *************************************/
div#content {
}

div#content h1 {
	font-size: 1.2em;
	font-weight: bold;
}

div#content h2 {
	font-size: 1.2em;
	font-weight: bold;
}

div#content h3 {
	font-size: 1em;
	font-weight: bold;
}

div#content h4 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

div#content p {
	padding: 0em 0em 1em 0em;
	line-height: 1.4em;
}

div#content a {
	color: #6F9B26;
	text-decoration: underline;	
	font-weight: bold;
}

div#content a:hover {
	color: #434343;
	text-decoration: none;
}

div#content a:active, div#content a:focus { 
	color: #434343; 
	background-color: #000
}

div#content ul li, div#content ol li {
	padding: 0.2em 0em 0em 0em;
}

div#content ul {
	margin: 0;
	padding: 0em 0em 0em 1.2em;
	list-style: outside;
}

div#content ul li ul {
	padding: 0em 0em 2em 3em;
}

div#content ul li ul li ul {
	padding: 0em 0em 1em 3em;
}

div#content ul li ul li ul li ul {
	padding: 0em 0em 1em 3em;
}

div#content ol {
	margin: -1em 0em 0em 1.8em;
	padding:0;
}

div#content blockquote {
	font-style: italic;
	padding:0; margin:0;
}

div#mainWrapper {
	text-align: center;
	background-color: #eeeeee;
}

div#main {
	margin: auto;
	margin-left: 15px;
	width: 938px;
	background-image: url(../images/mainSpace.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

.subContent{
	width: 535px;
	margin: auto;
	text-align: left;
	float: left;
	margin-right: 5px;
	margin-top: 0;
}

.subContentBreadcrumb {
	background-image: url(../images/buttonNav.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #2c57d2;
	color: #FFF;
	font-weight: normal;
	padding-left: 9px;
	line-height: 25px;
	font-size: 1em;
}

.subContentBreadcrumb a, .subContentBreadcrumb a:link, .subContentBreadcrumb a:visited, .subContentBreadcrumb a:active { 
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.subContentBreadcrumb a:hover {
	color:#FFF; 
	font-weight: normal;
	text-decoration: underline;
}

.subContentContent {
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	background-color: #FFF;
	float: left;
	width: 517px;
	padding: 8px;
	color: #535353;


	line-height: 1.4em;
}

.subContentContent h1 {
	color: #063386;
	font-size: 1.2em;
	font-weight: bold;
}

.subContentContent p { 
	margin-top: 10px; 
	margin-bottom: 10px;
}

.subContentContent a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.subContentContent a:hover, .subContentContent a:active, .subContentContent a:focus {
	color: #063386;
	font-weight: normal;
	text-decoration: underline;
}

.subContentRight {
	width: 175px;
	margin: auto;
	text-align: left;
	float: left;
	margin-top: 0;
}

.subContentRightHeadline {
	background-image: url(../images/buttonNav.gif);
	background-color: #2c57d2;
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	padding-left: 9px;
	line-height: 25px;
}

.subContentRightContent {
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	background-color: #FFF;
	margin-bottom: 5px;
	padding: 9px 9px 13px 9px;
}

.subContentRightContent p {
	color: #000;
}

.subContentRightContent span {
	color: #063386;
	font-size: 1.25em;
	font-weight: bold;
}

.subContentRightContent a {
	color: #535353;
	text-decoration: underline;
}

.subContentRightContent a:hover {
	color: #000;
	text-decoration: underline;
}

.homesearchtitle {
	background-image: url(../images/buttonNav.gif);
	background-color: #2c57d2;
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 0 0 0 9px;
	margin: 50px 1px 0 1px;
	line-height: 25px;
}

.column1, .column2, .column3, .column4 {
	width: 175px;
	float: left;
	margin-right: 5px;
}

.column1 ul, .column2 ul, .column3 ul, .column4 ul {
	padding-left:0;
	margin: -9px 0 0 0;	
	list-style:none;
}

.column1 ul li, .column2 ul li, .column3 ul li, .column4 ul li {
	background-image:url(../images/arrowColumn.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top: 5px;
}

.columnContent {
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	text-align: left;
	min-height: 200px;
	padding: 5px 10px;
	color: #535353;
	font-size: 0.9em;
	min-height: 23em;
}

.columnBottom {
	border-bottom: 1px solid #b5b5b5;
}

.columnBottom a {
	color: #FFF;
	text-decoration: none;
}

.columnBottom a:hover, .columnBottom a:active, .columnBottom a:focus {
	text-decoration: underline;
}

.contentBottom {
	width: 715px;
	margin: auto;
	text-align: left;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.contentBottomContent {
	border: 1px solid #b5b5b5;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFF;
}

.contentBottomItem {
	padding: 0;
	padding-left: 14px;
}

.tablecenter td {
	text-align: center;
}

.tabledownload td {
	text-align: center;
	padding: 5px;
	margin: 5px;
}

.errorabruf {
	border: 1px solid #c10101;
	padding: 5px;
	color: #c10101;
	font-variant: small-caps;
	font-weight: bold;
}
/******************************** CONTENT *************************************/

/******************************** HEADLINES *************************************/
h1, h2, h3 {
    color: #063386;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
    color: #000;
}

/******************************** HEADLINES *************************************/

/******************************** FOOTER *************************************/
div#footerSpace {
	background-image: url(../images/mainSpace.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 938px;
	height: 12px;
	text-align: center;
	margin: auto;
	margin-left: 15px;
}

div#footer {
	text-align: center;
	margin: auto;
	margin-left: 15px;
	width: 938px;
}

div#footerLeft {
	float: left;
	width: 209px;
	height: 41px;
	background-image: url(../images/footerLeft.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

div#footerRight {
	float: left;
	width: 729px;
	height: 41px;
	background-image: url(../images/footerRight.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

div#footer_text {
	padding-top: 5px;
	color: #535353;
	font-size: 0.9em;
}

div#footer_text a, div#footer_text a:active, div#footer_text a:focus {
	color: #535353;
	text-decoration: underline;
}

div#footer_text a:hover {
	color: #000;
	text-decoration: underline;
}
/******************************** FOOTER *************************************/

/******************************** SITEMAP *************************************/

.csc-sitemap > ul > li  {

	padding: 10px;
	margin: 5px;
	border: 1px solid #b5b5b5;
}

.csc-sitemap ul {
	padding-top: 5px;
	list-style-type: none;
} 
/******************************** SITEMAP *************************************/

/******************************** FORMULAR *************************************/
form 
{
	margin: 0;
	padding: 0;
}

input, select 
{
	font: 12px/normal Tahoma, Arial, sans-serif;
	color: #545454;
	background-color: #e5e5e5;
	border: 1px solid #000000;
}

select, .inputbox 
{
	padding: 2px;
}

textarea 
{
	padding-left: 2px;
	background-color: #e5e5e5;
	border: 1px solid #000000;
}

.button, .button:hover 
{
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #e5e5e5;
}

.button:active, .button:focus 
{
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox 
{
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus 
{
	border: 1px solid #999;
	background: #fff;
}

.mailformular input, .mailformular select 
{
	font: 12px/normal Tahoma, Arial, sans-serif;
	color: #063386;
	background-color: #e5e5e5;
	border: 1px solid #504f4d;
}

.mailformular textarea 
{
	font: 12px/normal Tahoma, Arial, sans-serif;
	color: #063386;
	background-color: #e5e5e5;
	border: 1px solid #504f4d;
}

.mailformular .mailformsubmit 
{
	margin-top: 10px;
	font: small-caps 12px Tahoma, Arial, sans-serif;
	color: #fff;
	background-color: #2657a4;
	border: 1px solid #000;
}

.mailformular .inputfieldlong { 
	width: 252px; 
}

.formbutton 
{
	margin-top: 10px;
	font: small-caps 12px Tahoma, Arial, sans-serif;
	color: #fff;
	background-color: #2657a4;
	border: 1px solid #000;
}

label
{
	font-weight: bold;
	display:block;
	width:400px;
}

legend
{
	font: small-caps 10px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000;
}

.labelwidth {
	width: 350px;
}

.labelwidthmedium {
	width: 150px;
}

.labelwidthsmall {
	width: 75px;
}

.labelwidthsearch {
	width: 270px;
}
/******************************** FORMULAR *************************************/

/******************************** EIGENE KLASSEN *******************************/
h1.kurstitel, .kurstitel {
	color: #063386;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px 5px 0 5px;
	margin: 0;
	background-color: #eaeaea;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	line-height: 1.15em
}

h2.kurssubtitel, .kurssubtitel {
	color: #555;
	font-weight: bold;
	font-size: 1.05em;
	padding: 5px;
	margin: 0;
	background-color: #eaeaea;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

.rubriktitel {
	color: #000;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}

.empfehlung {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px dotted #000;
	background: #fbe99c;
}

.empfehlung h3 {
	color: #000;
	font: bold small-caps 13px Verdana;
	margin-top: 3px;
	margin-bottom: 5px;
}

.ueberschriftagenda {
	font: bold small-caps 12px Verdana;
	color: #063386;
}

.agenda ul {
	list-style-type: square;
	margin-left: -25px;
	margin-top: -1px;
	margin-bottom: 5px;
}

.agenda ol {
	list-style-type: lower-alpha;
	margin-left: -20px;
	margin-top: -1px;
	margin-bottom: 5px;
}

.uebung {
	border: 1px dotted #504f4d;
	background-color: #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.uebtitle, .infotitle, .hinweistitle {
	font: bold small-caps 12px Verdana;
	color: #063386;
	font-weight: bold;
}

.info {
	border: 1px dotted #504f4d;
	background-color: #e7e7e7;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.rubriken ul, .empfehlung ul, .suchtreffer ul {
	list-style-image: url(../images/dokument.gif);
	margin-left: -20px;
}

.kursdaten ul {
}

.trenner {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}

.bluebutton, .bluebutton:hover 
{
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #063386;
	color: #fff;
}
/******************************** EIGENE KLASSEN *******************************/

/********************************** KURSSUCHE **********************************/
#dbsearch { 
	clear: both; 
	margin: 0 0 5px 0; 
	width: 150px; 
	height: 240px; 
	overflow: hidden; 
	background: #fff; 
	border: 1px solid #ccc; 
}

#dbsearchhome { 
	clear: both; 
	margin: 0 2px 5px 2px; 
	width: 179px; 
	height: 240px; 
	overflow: hidden; 
	background: #fff; 
	border: 1px solid #2c57d2; 
}

#dbsearch form { 
	padding: 5px 10px 0 10px; 
	width: 220px; 
	font-size: 11px; 
	color: #000; 
}

#dbsearchhome form { 
	padding: 5px 10px 0 10px; 
	width: 150px; 
	font-size: 11px; 
	color: #000; 
}

#dbsearch form fieldset, #dbsearchhome form fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

#dbsearch form input, #dbsearchhome form input { 
	border: 1px solid #aaa; 
}

#dbsearch form select, #dbsearchhome form select { 
	font-size: 11px; 
	color: #555; 
	border: 1px solid #aaa; 
}

#dbsearch .selectfield { 
	width: 103px; 
}

#dbsearchhome .selectfield { 
	width: 103px; 
}

#dbsearch .inputfield { 
	width: 130px; 
}

#dbsearchhome .inputfield { 
	width: 130px; 
}

#dbsearch .formtitle, #dbsearchhome .formtitle { 
	padding-top: 7px; 
}

#dbsearch form fieldset.button { 
	position: absolute; 
	margin: 15px 0 0 -10px; 
	width: 110px; 
	background: transparent; 
}

#dbsearchhome form fieldset.button { 
	position: absolute; 
	margin: 15px 0 0 -10px; 
	width: 110px; 
	background: transparent; 
}

#dbsearch form fieldset.button input { 
	position: relative; 
	top: -1px; 
	left: -5px; 
	margin: 0; 
	padding: 0; 
	width: 90px; 
	height: 20px; 
	font-size: 11px; 
	font-weight: bold; 
	color: #fff; 
	background: transparent; 
	border: none; 
}

#dbsearchhome form fieldset.button input { 
	position: relative; 
	top: -1px; 
	left: -5px; 
	margin: 0; 
	padding: 0; 
	width: 90px; 
	height: 20px; 
	font-size: 11px; 
	font-weight: bold; 
	color: #fff; 
	background: transparent; 
	border: none; 
}

#dbsearch form fieldset.button ul, #dbsearchhome form fieldset.button ul  { 
	list-style: none; 
	margin: 0 0 0 20px; 
	padding: 0; 
}

#dbsearch form fieldset.button li, #dbsearchhome form fieldset.button li { 
	margin: 0; 
	padding: 0; 
}

#dbsearch form fieldset.button li a, #dbsearchhome form fieldset.button li a { 
	display: block; 
	background: url(../images/suchekursbutt.gif) no-repeat; 
	text-decoration: none; 
}

#dbsearch form fieldset.button li a:hover, #dbsearchhome form fieldset.button li a:hover { 
	background: url(../images/suchekursbutt_hover.gif) no-repeat; 
	text-decoration: none; 
}
/********************************** KURSSUCHE **********************************/

/********************************** TICKER STARTSEITE **********************************/
#divTicker_879 {
    border-color: #c10101;
    border-style: solid;
    border-width: 1px;
    height: 100px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    width: 150px;
}
.cssTickerContainer_879 {
    height: 100px;
    position: relative;
    width: 150px;
    z-index: 5;
}
.cssTickerEntry_879 {
    text-align: left;
    width: 100%;
}
.cssTickerEntry_879 img {
    display: block;
    margin: auto;
}
/********************************** TICKER STARTSEITE **********************************/

