/*
	(c) 2008 Online-Info Service GmbH
	
	print.css = Druckversion
*/

#print_header
{
	display: block;
}
.print_hide
{
	display: none;
}

.header
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FBF7F4;
	border-top: 1px solid #AF0102;
	border-bottom: 1px solid #AF0102;
	padding: 4px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
.footer
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FBF7F4;
	border-top: 1px solid #AF0102;
	border-bottom: 1px solid #AF0102;
	padding: 4px;
	width: 100%;
	font-weight: normal;
	text-align: center;
}
h1
{
	font-family: "Times New Roman", Times, serif;
	color: #AF0102;
	font-size: 16px;
}
.content
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


