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

#grosses_bild {
	position:fixed;
	display:block;
	left:270px;
	right:25%;
	top:145px;
	bottom:120px;
/*	width:45%; */
	color:black;
	background:#ffffff;
	font-size:10px;
	font-weight:200;
	text-align:center;
	background-color:#ffffff;
	border: none;
}

#klein {
	position:absolute;
	left:15px;
	top:50px;
	width:150px;
/*	width:91px;
	z-index:7; */
}
#klein a{
	text-decoration:none;
	display:block;
	border:none;
	margin-bottom:10px;
}
#klein a:hover {
	text-decoration:none;
	display:block;
	border:none;
	margin-bottom:10px;
/* background:#ffffff;*/
}
#klein a span {
	display:none;
}
#klein a:hover span {
	position:fixed;
	display:block;
	left:270px;
	right:25%;
	top:145px;
	bottom:120px;
/*	width:45%;
	height:75%;
	height:auto;*/
	color:black;
	background:#ffffff;
/*	font-family:'OCR B Std', "Courier New", Courier, monospace; */
	font-size:10px;
	font-weight:200;
	text-align:center;
	background-color:#ffffff;
	border: none;
/*	z-index:7;
	margin:auto;
	padding:10px;*/
}
