@charset "utf-8";
/* CSS Document */

#inhalt {
	position:absolute;
	left:304px;
	top:236px;
	z-index:2;
	font-family: 'OCR B Std', "Courier New", Courier, monospace;
	font-size:12px;
}

#inhalt a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	list-style:square;
}

#inhalt a:hover{
	text-decoration:none;
	color:#ccc;
	font-weight:bold;
}
