body
{
	/* background-image:url(../../grafics/branding.jpg); */
	background-color:#fff;
}
#content
{
	position:absolute;
	text-align:left;
	left:15px;
	top:15px;
	width:770px;
	height:345px;
	border:1px none #f00;
	overflow:auto;
	background-color:#fff;
	padding-right:10px;
}
#content h1
{
	font-size:16px;
	font-weight:bold;
	margin: 0px 0px 6px 0px;
}
#content hr
{
	margin: 10px 0px 14px 0px;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
}
#content img
{
	float:left;
	margin-right:10px;
}

#schliessen
{
	position:absolute;
	text-align:left;
	left:645px;
	top:370px;
	height:20px;
	border:1px none #f00;
}
