/* Schrift Eigenschaften ********************************************
********************************************************************/
h1 {}

.news-list-item h2 {
	/* background: url(../images/globalSprite.png) no-repeat -379px -75px; */
	
	height: 16px;
	
	margin: 0 0 4px 0;
	padding: 8px 0 4px 0;
	
	color: #E12B25;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	
	border-bottom: 1px dotted #BFBFBF;
}

h3 {}
h4 {}
h5 {}
h6 {}

p { padding: 4px 0; }
#content p { padding: 8px 0 4px; }
#start #content p { margin: 0 5px; }

a {}
a:hover {}

a.more {
	background: url(../images/globalSprite.png) no-repeat -379px -128px;
	
	width: 20px;
	height: 11px;
}

.news-latest-item .news-latest-morelink { margin: -20px 0 15px 0; }
.news-list-item .news-list-morelink a,
.news-latest-item .news-latest-morelink a {
	display: block;
	background: url(../images/globalSprite.png) no-repeat -375px -125px;
	
	margin: 0 0 10px 0;
	padding: 0 25px 0 30px;
}
.rightBox .news-latest-item .news-latest-morelink a {
	background: url(../images/globalSprite.png) no-repeat -320px -125px;
}

.news-latest-item .news-latest-morelink a { float: right; margin: 0;}
.news-list-item .news-list-morelink a:hover,
.news-latest-item .news-latest-morelink a:hover { border: none; }


/* News List ********************************************************
********************************************************************/
.news-list-item,
.news-latest-item {
	clear: both;
}

.news-list-item img {
	margin: 10px 0 5px 10px;
	float: right;
}
