#NewsListCont{
	width: 630px;
}
.NewsSingle{
	background: #F1F5F8 url(/img/css/newsbox.jpg) repeat-x left bottom;
	margin-bottom: 3px;
	width: 630px;
}
.NewsLeft {
	width: 65px;
	padding: 3px;
}
.NewsRight{
	width: 542px;
	background-image: url(/img/newscolor/0.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding-left: 7px;
	padding-right: 10px;
	margin: 3px 0;
}
.NewsTyp1{background-image: url(/img/newscolor/1.gif);}
.NewsTyp2{background-image: url(/img/newscolor/2.gif);}
.NewsTyp3{background-image: url(/img/newscolor/3.gif);}
.NewsTyp4{background-image: url(/img/newscolor/4.gif);}
.NewsTyp5{background-image: url(/img/newscolor/5.gif);}
.NewsTyp6{background-image: url(/img/newscolor/6.gif);}
.NewsTyp7{background-image: url(/img/newscolor/7.gif);}

.NewsThumb{
	width: 120px;
	height: 70px;
	padding-right: 5px;
	background-position: left center;
	background-repeat: no-repeat;
	display: none;
}
.NewsIntro{
	width: 542px;
}
.NewsIntrosmall{
	width: 542px;
}
.NewsIntro a, .NewsIntrosmall a{
	font-weight: bold;
	text-decoration: none; 
}
.NewsRight .NewsArt{
	font-style: italic;
}
.NewslistUrl{
	text-align: right;
}
.NewslistUrl a{
	background: url(/img/css/pfeil1.gif) no-repeat right center;
	padding-right: 14px;text-decoration: none; 
}
.newsMessageShort{
	display: none; 
}


.NewsSingle:HOVER .NewsLeft{
	font-size: 150%;
	font-weight: bold;
	padding-top: 1px;
}
.NewsSingle:HOVER .NewsLeft .NewsYear{
	display: none; 
}
.NewsSingle:HOVER .NewsIntrosmall{
	width: 417px;
}
.NewsSingle:HOVER .NewsThumb{
	display: block;
}
.NewsSingle:HOVER .newsMessageShort{
	display: block;
	cursor: pointer; 
}
#NewsPagingTop{
	padding-top: 5px;
	color: #B9B9B9;
}
#NewsPagingTop a{
	text-decoration: none; 
}
#NewsPagingTop strong{
	font-size: 135%;
}