/* postit400: Versuch, Verweise werden bei Kommentaren (bis auf Dörner HK-BGB) nicht ganz recht ausgerichtet wg. der Pfeile */

div.postit    A:link, 
div.postit    A:visited, 
div.postit    A:hover, 
div.postit400 A:link, 
div.postit400 A:visited, 
div.postit400 A:hover
{
	color: #990000;
	text-decoration:none;
}

div.postit a.pfs:link, 
div.postit a.pfs:visited, 
div.postit a.pfs:hover
{
	color: #008080;
}


div.postit, 
div.postit400
{
	background-color: #ffeeee;
	width: 200px;
	float: right;
	right: 35px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
}

div.postit TABLE TR TD A
{
	FONT-SIZE: 12px;
}

div.postit TABLE TR TD
{
	FONT-SIZE: 12px;
}

div.postit400
{
	right: 130px;
}

div.postit table
{
	background-color: #ffeeee;
}


@media print
{
	div.postit 
	{
		display: none;
	}
}
