/* index.css */

#content {
	width: 700px;
	margin-bottom:20px;
}

#content .csc-header-n1 h1{
	margin-bottom:20px;
}

#content .csc-header-n2 h1{
	color:black !important;
}

#main {
	margin-left:10px;
}

#content_left, #content_right {
	display: block;
	width: 340px;
	float: left;
}

#content_left{
	margin-right:20px;
}

#main .news-list-item{
	min-height:120px;
	margin-bottom:10px;
}

.news-list-container img {
	margin-right:10px;
}

.aktuelles_header p{
	border-bottom:1px solid #328C82;
	color:#328C82;
	font-size: 16px !important;
	margin-bottom:10px;
	font-weight: bold;
}

.tipps_header p{
	border-bottom:1px solid #328C82;
	color:#328C82;
	font-size: 16px !important;
	margin-bottom:10px;
	font-weight: bold;
}

.aktuelles_header {
	margin-bottom:10px;
}

.tipps_header {
	margin-bottom:10px;
}

