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

/* DISCIPLINES
/ ---------------------------------------------------------- */

#newsflash {
	background-image: url(../images/bg-newsflash.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #a9c8f1;
}

#newsflash span.titel {
	background-color: #0057a3;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
}

#newsflash h2 {
	color: #0057a3;
	font-size: 1.1em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#newsflash a.textlink {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	background-color: #0057a3;
	padding: 2px 4px;
}
