#Container
{
	width:			100%;
}

#Subcontainer
{
	text-align:		left;
	padding-bottom:		10px;
	padding-top:		10px;
}

#Content
{
	float:			left;
	margin-right:		0px;
	margin-left:		0px;
	overflow:		hidden;
	line-height:		1.5em;
	text-align:		justify;
}

#Content h2
{
	margin:			10px 0 10px 0;
	font-family:		Arial, Helvetica, sans-serif;
	line-height:		14px;
	font-size:		13px;
	color:			#284F60;
}

.date
{
	font-weight:		bold;
}

.date a
{
	color:			#000000;
}

.footer
{
	padding-bottom:		1em;
	border-bottom:		1px solid #D4D0CD;
	text-align:		left;
	font-size:		90%;
}

#CommentForm fieldset
{
	border:			2px solid #D4D0CD;
	padding-top:		10px;
	margin-top:		10px;
	padding-left:		10px;
	padding-bottom:		10px;
}

#CommentForm legend
{
	color:			#525150;
	padding:		2px 4px 2px 4px;
	font-weight:		bold;
}

#CommentForm label
{
	width:			13em;
	float:			left;
	display:		block;
	clear:			both;
	float:			left;
	margin-top:		8px;
	margin-bottom:		0px;
}

#CommentForm input
{
	margin-top:		8px;
	margin-bottom:		8px;
}

#Submit
{
	margin-top:		8px;
	margin-bottom:		8px;
	margin-left:		6em;
}

#CommentForm textarea
{
	margin-top:		8px;
	margin-bottom:		0px;
}

table.comment
{
	border:			1px dotted #8FD2F9;
}

td.comment_left
{
	width:			100px;
}

td.comment_header
{
	text-align:		center;
	border-bottom:		1px dotted #8FD2F9;
}

.zusammenfassung
{
	margin:			10px 0px 0px 0px;
}

