/* TYPO3 content stylesheet for start page */

.ctArea .ctElement {
	/*margin-bottom: 15px;*/
	margin-bottom: 5px;
	clear: both;
}

.ctArea p,
.ctArea ul li,
.ctArea ol li,
.ctArea table td,
.ctArea label {
	line-height: 24px;
	font-size: 13px;
	color: #2B607A;
}

.ctArea p {
	display: inline;;
}

.ctArea a {
	color: #6699CC;
	text-decoration: underline;
}

.ctArea a:hover {
	color: #FF6633;
}

#midCol .ctArea .csc-firstHeader {
	margin: 0 0 0 0;
	font-size: 25px;
	line-height: 24px;
	color: #FF6633;
	font-weight: normal;
	display: inline;
	padding-right: 5px;
}


