@charset "utf-8";
/* Frontpage CSS Document */


#Base { }
	#Base > .left { min-height:1px; width:649px; }
		
		/* PageTeaser (fokus area) */
		.left #PageTeaser {
			height:263px;
			margin:10px 0px 0px 18px;
			width:583px;
		}
		
	#Base > .right { border-left:1px dashed #dbdbdb; min-height:1px; width:298px; }
	
		/* MediaViewer */
		.right #MediaViewer {
			background:url(/gfx/MediaViewer/ctnBg.gif) bottom repeat-x;
			height:280px;
			overflow:hidden;
			position:relative;
			width:100%;
		}
			#MediaViewer a > img {
				border:1px solid #415e7b;
				bottom:20px;
				left:25px;
				padding:1px;
				position:absolute;
				z-index:1;
			}
			
			#MediaViewer .overlay {
				-moz-opacity:0.8;
				background:#dbdbdb;
				bottom:0px;
				filter:alpha(opacity=80);
				height:40px;
				left:0px;
				opacity:0.8;
				position:absolute;
				width:100%;
				z-index:2;
			}
			#MediaViewer .title {
				bottom:0px;
				height:40px;
				left:0px;
				position:absolute;
				width:100%;
				z-index:3;
			}
			#MediaViewer .title h3 { padding:3px; text-align:center; }
		
	#Base #News { border-top:1px dashed #dbdbdb; margin:0px; padding:30px 0px 0px 40px; }
		#News li { float:left; list-style:none; margin:0px; padding:0px 40px 30px 0px; width:260px; }
			#News a { border:none; }
			#News li span { color:#000; display:block; height:30px; overflow:hidden; }
				
		
