.img_over img {
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}
	.img_over img:hover { filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }

			#inbody {
				width: 943px;
				background-image : url(../../news/images/info-bg-01.jpg);
				background-repeat : repeat-y;
				text-align: center;
				margin : auto;
				display : table;
			}
	#inbody_info{
				width: 771px;
	margin-bottom : 15px;
	margin-top : 15px;
	display : table;
	
	//*float: right;*//
	border: 1px solid red;
}
			.clear {
				clear: both;
			}



			#loadingMessage{
				text-align: center;
				font-size : 12px;
				color: silver;
				background-color: transparent;
				position:absolute;
				left:50%;
				top:0;
				height:200px;
				width:400px;
				margin-top:-100px;
				margin-left:-200px;
				background-image : url(../../news/images/1x1_tranz_50.png);
				border: 2px solid gray;
				display: none;
				z-index:10;
			}

			*{
				font-family: arial; font-size: 12px;
			}

			html, body {
				background-color: black;
				text-align: center;
			/*	background-image : url(../images/hintergrund01.jpg);
				background-repeat : repeat-x;*/
				margin : 0px;
				height: 100%;
				background-attachment : fixed;
			}

			.link{
				font-size : 12px;
				color: black;
			}
			.link a{
				color: black;
				text-decoration : underline;
			}
			.link a:hover{
				color: gray;
				text-decoration : none;
			}
			.link:hover{
				color: gray;
				text-decoration : none;
			}
