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

#inhalt {
	position:fixed;
	left:235px;
	right:10px;
	top:170px;
	bottom:20px;
	width:auto;
	height:auto;
	z-index:6;
	font-family:'OCR B Std', "Courier New", Courier, monospace;
	font-size:10px;
	font-weight:200;
	text-align:center;
	border:none;
}
#text {
	position:absolute;
/*	visibility:hidden;*/
	font-family:'OCR B Std', "Courier New", Courier, monospace;
	font-size:10px;
	left:265px;
	right:10px;
	top:450px;
	bottom:10px;
/*	height:auto;
	width:auto;*/
	z-index:2;
	text-align:left;
}
#weiss_abdecken {
	position:fixed;
	left:265px;
	top:140px;
	width:100%;
	height:275px;
	z-index:3;
	background-color: #FFFFFF;
}

#klein {
	position:fixed;
	left:38px;
	top:179px;
/*	width:91px; */
	z-index:7;
	font-family:'OCR B Std', "Courier New", Courier, monospace;
	color:#000000;
	font-size:12px;
	font-weight:900;
	text-align:left;
}
#klein a{
	text-decoration:none;
	color:#000000;
	display:block;
	border:none;
	margin-bottom:10px;
}
#klein a:hover {
	text-decoration:none;
	color:#CCCCCC;
	display:block;
	border:none;
	margin-bottom:10px;
}
