/* Infobox Test in de-homepa -------------------------------------- */
#infobox, #infobox-button
	{
  	margin-left: 	50%;
        	overflow: 	auto;
        	padding: 	5px;
      	position: 	relative;
        	width: 		50%;
        	z-index: 	999;
      	}
#infobox
	{
        	background-color:	#bbbbbb;
        	border: 	#bbbbbb 2px solid;
      	}
#infobox 	.button,
#infobox-button 	.button,
#quickref-button .button
	{
        	background-color:	#cccccc;
        	border: 	#bbbbbb 2px solid;
        	color:		#000000;
        	cursor: 	pointer;
        	float: 		right;
        	margin: 	0px 0px 5px 5px;
        	padding: 	20px;
        	width: 		50px;
      	}
.hide
	{
        	display: 	none;
      	}
.show
	{
        	display: 	block;
      	}
/* Infobox Test in de-homepa --------------------------------- Ende */