.rick_main_news{
	float: left;
	width: 600px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	background-color: #456000;
	border-width: 3px;
	border-style: solid;
	border-color: #2B3A00;
	border-radius: 5px;
	}
	.rick_main_news div.rick_main_news_title{
		height: 25px;
		width: 100%;
		font-size: 22px;
		background-color: #415600;
		padding-top: 3px;
		padding-bottom: 3px;
		}
		.rick_main_news_title_inner{
			padding-left: 5px;
			padding-right: 5px;
			text-decoration: none;
			}
	.rick_main_news div.rick_main_news_untertitle{
		height: 20px;
		width: 100%;
		font-size: 14px;
		background-color: #415600;
		}
		.rick_main_news_untertitle_inner{
			padding-left: 5px;
			padding-right: 5px;
			}
	.rick_main_news div.rick_main_news_inhalt{
		width: 100%;
		font-size: 14px;
		color: #FFF;
		padding-top: 5px;
		padding-bottom: 5px;
		}
		.rick_main_news_inhalt_inner{
			padding-left: 5px;
			padding-right: 5px;
			}
	.rick_main_news div.rick_main_news_schreiber{
		height: 100%;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 3px;
		background-color: #415600;
		}
		img.rick_main_schreiber{
			height: 100px;
			width: 100px;
			outline: none;
			border: 0px;
			background-color: #456000;
			border-width: 2px;
			border-style: solid;
			border-color: #2B3A00;
			border-radius: 3px;
			}
		.rick_main_news div.rick_main_news_schreiber div.rick_main_news_schreiber_links{
			float: left;
			position: relative;
			display: inline-block;
			height: 100%;
			width: 100px;
			}
			a.rick_main_news_schreiber{
				text-decoration: none;
				}
		.rick_main_news div.rick_main_news_schreiber div.rick_main_news_schreiber_rechts{
			float: left;
			position: relative;
			display: inline-block;
			width: 400px;
			padding-left: 10px;
			}
			.rick_main_news div.rick_main_news_schreiber div.rick_main_news_schreiber_rechts div.rick_main_news_schreiber_rechts_geschrieben_vom{
				height: 20px;
				width: 100%;
				padding-bottom: 2px;
				font-size: 16px;
				}
			.rick_main_news div.rick_main_news_schreiber div.rick_main_news_schreiber_rechts div.rick_main_news_schreiber_rechts_geschrieben_am{
				height: 20px;
				width: 100%;
				padding-bottom: 2px;
				font-size: 14px;
				}
			.rick_main_news div.rick_main_news_schreiber div.rick_main_news_schreiber_rechts div.rick_main_news_schreiber_rechts_geaendert{
				height: 15px;
				width: 100%;
				padding-bottom: 10px;
				font-style: italic;
				font-size: 12px;
				}
			.rick_main_news div.rick_main_news_schreiber div.rick_main_news_schreiber_rechts div.rick_main_news_schreiber_rechts_tags{
				width: 100%;
				margin-bottom: 3px;
				}

.rick_main_news_schreiber_rechts_tags{
	padding-bottom: 5px;
}