/**
 * Style sheet zfModule
 */
body
{
	margin:0;
	background-color:#ffffff;
}

#titel
{
	width:100%;
	height:24px;
	margin:8px 0px 0px 0px;
	text-align:center;
	background-color:#996633;
}

h1.titel
{
	margin:0px;
	font-weight:normal;
	font-size:16px;
	color:#ffffff;
	line-height:24px;
}

#ziegel
{
	width:100%;
	height:40px;
	background-image:url("ziegel_band.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#main
{
	padding:0px 16px;
	border-right:1px solid #996633;
	border-left:1px solid #996633;
}

#copyright
{
	width:100%;
	height:18px;
	margin:18px 0px;
	text-align:center;
	background-color:#996633;
	font-family:Georgia, serif;
	font-size:12px;
	color:#ffffff;
	line-height:16px;
}
