table.archive_monthSection {
	width: 100%;
	border-spacing: 0px;
}

#detail .archive h3 {
	background: url('../images/archiv/list-add.png') no-repeat;
	text-indent: 15px;
	height: 25px;
	line-height: 15px;
	margin-top: 15px;
	cursor: pointer;
}

tr.archive_article td {
	border-top: 1px dotted gray;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.archive_article_picture {
	width: 150px;
	text-align: center;
}

td.archive_article_text {
	vertical-align: top;
}

td.archive_article_more {
	width: 100px;
	text-align: right;
	vertical-align: bottom;
}


