/* CSS Document */

.spacer {
	margin-top: 3px;
	margin-bottom: 3px;
	border-top: 1px dotted #999999;
}

#newspage {
	font-size: 11px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}



/* --- Newsübersichtsseite --- */

#newspage #news_index .news_entry * {
	font-size: 11px;
}

#newspage #news_index .news_entry {
	border : none;
}

#newspage #news_index .news_entry .news_title {
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: 5px;
}



/* --- Artikel Vollansicht -- */

#newspage #news_article * {
	font-size: 13px;
}


#newspage #news_article .news_head {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

#newspage #news_article .news_head .news_title {
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 5px;
}

#newspage #news_article .news_stamp {
	font-size: 11px;
	font-weight: bolder;
	text-align: left;
	margin-bottom: 1em;
}

#newspage #news_article .news_content {
	font-size: 13px;

}
