#EyeCatcher
{
	position: relative;
	overflow:hidden;
	min-width: 1060px;
	z-index: 100;
	min-height: 312px;
	background-color: #FEC726;
	padding-top:73px;
	-moz-box-shadow:0 3px 3px rgba(182, 182, 182, 0.75);
	-webkit-box-shadow: 0 3px 3px rgba(182, 182, 182, 0.75);
	box-shadow: 0 3px 3px rgba(182, 182, 182, 0.75);	
}

#EyeCatcher-Image
{
	padding-top:73px;
	height: 100%;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100%;
	min-width:1060px;
	min-height:300px;
	max-height:300px;	
}
















/* Unused below this line */

#EyeCatcher>.inner
{
	height: 120px;
	padding-bottom: 150px;
	margin-top: 140px;
	z-index: 1;
	min-width: 960px;
	margin-left:100px;
}

#EyeCatcher-Block
{
	background: rgba(0,0,0,0.4);
	border-radius: 6px;
	margin: -25px 0 0 -25px;
	padding: 20px 25px 25px;
	position: absolute;
	font-family: 'din_lightregular';
}

.Line1
{
	color:#FFF;
	margin:3px;
	padding:0px;
	font-size:32px;
	font-weight:bold;
}

.Line2
{
	color:#FFF;
	margin:5px;
	padding:0px;
	font-size:20px;
}

.Line2 a 
{
	color:#f36c00;
	font-weight:bold;
	text-decoration:none;
}

.Line2 a:hover
{
	color:#f36c00;
	font-weight:bold;
	text-decoration:none;
}
