/* CSS Document */
#content h1
{
	margin:0px;
	font-size:1.3em;
	border-bottom:#CCCCCC 1px solid;

	background-image:url(/images/forum/h1.gif);
	padding:5px;
	padding-left:7px;
}
#content .inhalt
{
	padding:0px;
}
#content p
{
	padding:7px;
	margin:0px;
	border-bottom:#CCCCCC 1px solid;
}
	#content a
	{
		border:none;
	}
	#content a:hover
	{
		text-decoration:underline;
	}
	

#content #info
{
	width:100%;
}
#content #log label
{
	width:150px;
	float:left;
}
#content #fo_menu
{
	width:100%;
	text-align:center;
	border:#666666 1px solid;
	
}
#content table
{
	border:#666666 1px solid;
}
#content table .bezeichner
{
	font-size:1.2em;
	font-weight:bold;
}
#content table .thema
{
	font-weight:bold;
	border-bottom:#666666 1px solid;
	border-top:#666666 1px solid;
}
#content table .klappe
{
	text-align:right;
	border-bottom:#666666 1px solid;
	border-top:#666666 1px solid;
	padding-right:10px;
}
#content .inhalt p .themen
{
	float:right;
	width:50px;
}
#content .inhalt p .beitrage
{
	float:right;
	width:50px;
}

