

#content, #footer {
	background: none;	
}

#content {
	padding: 0px 0px 20px 0px;
}

.footer-row-bottom {
	margin-top: 0px;	
}


.startseite-col-1 {
	float: left;
	width: 241px;
	height: 200px;
	overflow: hidden;
	background: url(../img/startseite/bg-col-1.gif) no-repeat;
}

.startseite-col-2 {
	float: left;
	width: 240px;
	height: 200px;
	/* height: 170px; */
	overflow: hidden;
	background: url(../img/startseite/bg-col-2.gif) no-repeat;
}

.startseite-col-3 {
	float: left;
	width: 479px;
	height: 200px;
	overflow: hidden;
	background: url(../img/startseite/bg-col-3.gif) no-repeat;
}


.startseite-headline {
	height: 42px;
}

.startseite-headline img {
	margin-left: 17px !important;
	margin-top: 16px !important; 
} 

.startseite-col-2 .startseite-headline img { margin-left: 14px !important; }
.startseite-col-3 .startseite-headline img { margin-left: 14px !important; }

.startseite-col-content {
	padding-left: 16px;
	padding-top: 16px;
}

.startseite-col-2 .startseite-col-content { padding-left: 13px; }

a.video-link {
	display: block;
	height: 37px;
	width: 201px;
	background: url(../img/startseite/video.gif) top right no-repeat;
	margin-bottom: 5px;
}

a.video-link:hover { background: url(../img/startseite/video-hover.gif) top right no-repeat; }

a.search-link {
	display: block;
	height: 39px;
	width: 327px;
	background: url(../img/startseite/search.gif) top right no-repeat;
}

a.search-link:hover { background: url(../img/startseite/search-hover.gif) top right no-repeat; }


/* Newsliste */

.startseite-col-1 .news-list-item, .startseite-col-1 .news-list-container {
	height: 70px;
	overflow: hidden;
}

.startseite-col-1 a {
	text-decoration: none;
	font-weight: normal;
}

.startseite-col-1 .news-list-date {
	/*text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;*/
	margin-bottom: 4px;
}

.news-list-item h3 {
	padding-right: 10px;
}

.news-list-counter a {
	display: block;
	float: left;
	margin-right: 3px;
	background: #e2df43;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
}

.news-list-counter a:hover {
	background: #dad744;
}

.news-list-counter a.news-list-counter-active:hover,
.news-list-counter a.news-list-counter-active {
	background: #b1ae23;
}






