/*
print.css - CSS Datei für Print Output
*/
hr {
	border : 1px dashed #000000;
}
p {
         text-indent : 1em;
}
#menu, #tab01, #tab02, #tab03, .border {
	display : none;
}
.imgborder {
	background-color: #999999;
	float : left;
	padding : 0;
	text-align : right;
	margin-right : 1em;
	margin-bottom : 1em;
}
.bildtext {
	font-size: 11px;
	font-weight: bold;
}
.hilight {
	font-style : italic;
	font-weight : bold;
}
.imgborder img {
	display : block;
	border: none;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color : #000000;
}