/* CSS Document */
body, p, div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.fusszeile{
	margin:20px 0px 10px 0px;
	text-align:center;
	width:550px;
	border-width:1px;
	border-style:dashed none none none;
	border-color:#ccc;
	padding:6px;
	font-size:9px;
	color:#666;
}

.hinweis{
	margin:5px;
	padding:3px;
	border-width:1px;
	border-style:dashed none none none;
	border-color:#ccc;
	width:550px;
	font-size:9px;
	color:#666;
}