/* print styles */
BODY {
	color: black; 
	background: white;
	font-size: 12pt;
	}

div#top {
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
	padding: 20px 0 20px 0;
}


#copytext {
	margin-top: 10px;
	text-align: center;
	font-size: 8pt;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}




div#menu, div#left, div#right, div#footer, .top, .print, #login  {display: none;}

img .bildli	{ /* Bild im Flie�text links anordnen*/
	padding-right: 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	}

img .bildre	{ /* Bild im Flie�text rechts anordnen*/
	margin-left:  6px;
	margin-bottom: 6px;
	float: right;
	}

