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

#inhalt
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.8;
	opacity: 0,3;
	overflow:hidden;
	height:560px;
	width:321px;
	padding:10px;
	color:#000000;
	visibility: hidden;
	bottom: auto;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}

#inhalt *
{
	filter:alpha(opacity=80);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}

