#rightCol .news p {
	margin-bottom: 0px;
}

.news{
	overflow: hidden;
}

	#rightColBody .news ul li.news-latest-item {
		background-image: url(../images/bullet_feed.png);
		background-repeat:no-repeat;
		background-position: 0px 3px;
		padding-left: 16px;
		overflow: hidden;
		clear: both;
		margin: 8px 0;
	}

.news .news-date{
	font-size: 11px;
	line-height: 1.5;
	float: left;
	height: 22px;
	line-height: 22px;
}

.news .news-single-category, .news .news-list-category {
	font-size: 11px;
	line-height: 1.5;
	background-image: url(../images/tagIcon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 24px;
	height: 22px;
	float: right;
	line-height: 22px;
}

.news .news-content h3 a, .news .news-content h3 a:hover,.news .news-content h3 a:active {
	color: #555;
	font-weight: bold;
}


/*PAGEBROWSER*/
.news-list-browse {
	text-align: right;
}

#content .browseLinksWrap li {
	float: left;
	background-image: none;
	list-style-type: none ;
	margin: 0;
	padding: 0;
}

#content .browseLinksWrap a:link, #content .browseLinksWrap .activeLink {
	height: auto;
	width: auto;
	padding: 1px;
	float: right;
	border: 1px solid #eaeaea;
	padding: 5px 10px;
	margin: 2px;
}

#content .browseLinksWrap a:hover {
	background-color: #ccffff;
}

#content .browseLinksWrap a:visited {
	height: auto;
	width: auto;
	padding: 1px;
	float: right;
	border: 1px solid #eaeaea;
	padding: 5px 10px;
	margin: 2px;
}

/*
********* NEWS ARCHIVE ***********
*/

.news-amenu-container {
	width: 320px;
	float: left;
}



#content .news-amenu-container ul li {
background-image: none;
background-repeat: no-repeat;
background-position: center top;
background-color: transparent;
margin: 0;
clear: left;
}

#content .news-amenu-container ul li.news-amenu-item-year {
	padding: 2px;
	color:#000;
	border: 1px solid #dadada;
	width: 15%;
	text-align: center;
	font-size: 120%;
	float: left;
} 

/*
********* NEWS LATEST ************
*/

.news-latest-container {
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
}

.news-latest-container h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.news-latest-container .news-latest-morelink {
	text-align: right;
}

.news-latest-container .news-latest-title{
	padding: 2px 0;
}
.news-latest-content {clear:left}
.news-latest-content h3 {
	margin: 0;
	font-size: 14px
}

.news-latest-content .news-latest-image {
	margin-top:5px;
	margin-right: 5px;
	float: left;
	min-height: 40px;
	overflow: hidden;
}

.news-latest-content img{
	background-color:#C5DBF0;
	padding: 2px;
	border: 1px solid #ccc;
}

.news-latest-subheader{
	margin-left: 70px;
}

/*
********* NEWS LIST ************
*/
.news-list-container {
	clear: left;
}

ul.news-list-list {
	border-bottom: 1px solid #DADBDE !important;
	margin-bottom: 18px !important;
}

.news li.news-list-item {
	background-image: none !important;
	padding: 10px 0 0 !important;
	margin-bottom: 18px !important;
	border-top: 1px solid #DADBDE !important;
	overflow: hidden;
}

.news .news-list-content a img {
	float: left;
	background-color:#C5DBF0;
	padding: 3px;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.news .news-list-content h3 {
	margin: 2px 0 5px !important;
	clear: left;
}

div.news-list-browse {
	clear: left;
}

/*
********* NEWS SINGLE ************
*/

.news-single-header {
	overflow: hidden;
}

.news-single-header h2 {
	font-size: 22px;
	font-weight: normal;
	clear: both;
	margin-top: 30px;
}

#unterseite #content .news-single-header h3 {
	font-size: 16px;
	color: #555;
	margin: 0px 0px 15px;
	font-weight: normal;

}
.news-backLink {margin-top: 15px;}
.news-backLink a {
	padding-left: 20px;
	background-image: url(../images/back.png);
	background-repeat:no-repeat;
	background-position:left;
}

.news-single-body {overflow: hidden}
.news-single-body p {line-height: 1.5;margin-bottom: 14px;}

.news-single-img {
	margin-left: 18px;
	padding-bottom: 18px;
	float: right;
}

.news-single-img a {
	display: block;
}

.news-single-img img {
	background-color:#C5DBF0;
	padding: 3px;
	border: 1px solid #ccc;
}

.blauerKasten {
	background-color: #CEEEF3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 1px 15px;
}