/* ALLGEMEIN */
	#ticker {
		overflow: hidden;
	}
	#ticker_text {
		position: relative;
	}
	#ticker_text ul {
		list-style-type: none;
		padding: 4px;
		margin-left: 3px;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
	}
	#ticker_text ul li {
		color: black;
		display: list-item;
		font-weight: normal;
		line-height: 1.2em;
		margin: 0.2em 0;
		color: #0C3D6C;
	}
	#ticker_text ul li a {
		font-weight: bold;
	}

/* CARD4STUDENTS */
	.c4s {
		background-color: #f6f6f6;
		border: 1px solid #e6e6e6;
		height: 175px;
		margin: 0;
		width: 150px;
	}
	.c4s #ticker_text {
		margin: 10px;
	}
	.c4s #ticker_text ul {
		margin: 1.2em 0;
	}
	.c4s #ticker_text ul li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em; /*0.6em*/
	}
	.c4s #ticker_text ul li a {
		color: #003871;
		font-size: 1.1em; /*1.2em*/
	}
	.c4s #ticker_text ul li a:hover {
		color: #282896;
	}

/* CARD4YOU */
	.c4u {
		background-color: #dfe0e1;
		border: none;
		height: 155px;
		margin: 5px 0;
		width: 227px;
	}
	.c4u #ticker_text {
		margin: 5px;
	}
	.c4u #ticker_text ul {
		margin: 0.6em 0;
	}
	.c4u #ticker_text ul li {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
	}
	.c4u #ticker_text ul li a {
		color: #d2263f;
		font-size: 1.1em;
	}
	.c4u #ticker_text ul li a:hover {
		color: #282896;
	}
