/* ----------------------------------------------------------------
   DEFINITION DER CONTAINER FÜR DEN SEITENAUFBAU
   AUSNAHME FÜR DIE STARTSEITE
   ---------------------------------------------------------------- */
#wrapper {
	margin:			0;
	padding:			0;
	background-image:		none;
}
#leftcol{
	display:			none; 
}
#maincol {
	position: relative;
	width:			980px;
	margin:			0;
	padding:			0; 
}
#maincol a {
	display: block;
	position: absolute;
	left: 297px;
	top: 143px;
	width: 215px;
	height: 185px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity = 0);
}
#maincol a:hover {
	background: #fff;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}
#rightcol{
	display:			none; 
} 
