@charset "utf-8";

#news_kalenderbild {
	background-image: url(/grafiken/kalender_1.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 49px;
	width: 46px;
}
#news_kalendermonat {
	color: #FFF;
	padding-top: 4px;
	text-align: center;
	padding-right: 4px;
}
#news_kalendertag {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 4px;
}

#news_headlinebereich {
	vertical-align: bottom;
	padding-left: 17px;
	padding-bottom: 5px;
}
#news_headline {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
}

#news_datum {
	text-align: right;
	font-style: italic;
	padding-right: 10px;
}
#news_anlesetext {
	background-color: #CCC;
}

#news_text {
	padding-top: 25px;
	padding-bottom: 10px;
}


/* CSS Document by Cybertronics*/


#newsliste {
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}


#newsliste_titel {
	margin-bottom: 20px;
	padding-right: 4px;
	padding-left: 10px;
	height: auto;
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: normal;
	padding-top: 2px;
	margin-top: 5px;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #254ac7;
	padding-bottom: 3px;
}
#newsliste_item {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #FFF;
}
#newsliste_item:hover {
	border: 1px dotted #03F;
}
#newsliste_item:active {
	
}


#newsliste_icon {
	background-color: #FFF;
	width: 60px;
	vertical-align: top;
}


#newsliste_headline {
	font-weight: bold;
	color: #323232;
	padding-left: 0px;
	vertical-align: top;
	font-size: 10px;
	margin-bottom: 3px;
}
#newsliste_headline a:link {
	color: #333;
	text-decoration: none;
}
#newsliste_headline a:visited {
	color: #333;
	text-decoration: none;
}
#newsliste_headline a:hover {
	color: #333;
	text-decoration: none;
}
#newsliste_headline a:active {
	color: #254ac7;
	text-decoration: none;
}

#newsliste_textbereich {
	vertical-align: top;
	height: 50px;
}
#newsliste_anlesetext {
	font-size: 9px;
	color: #333;
}
#newsliste_anlesetext a:link {
	color: #999;
	text-decoration: none;
}
#newsliste_anlesetext a:visited {
	color: #999;
	text-decoration: none;
}
#newsliste_anlesetext a:hover {
	color: #999;
	text-decoration: none;
}
#newsliste_anlesetext a:active {
	color: #999;
	text-decoration: none;
}

#newsliste_mehr {
	font-size: 10px;
	display: block;
	text-align: right;
}

#newsliste_trenner {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 7px;
	margin-top: 7px;
}

