.stage-area {
	width: 960px;
	height: 380px;
	position: relative;
	overflow: hidden;
	margin-top: 3px;
	/* [disabled]background-color: #CCC; */
	margin-left: 15px;
}
/* Stage area content */
.stage-area .news {
	margin: 0;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 350px;
	z-index: 3;
	right: 0px;
}
.stage-switcher {
	width: 205px;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	/* [disabled]right: 0px; */
	top: 0px;
	z-index: 4;
	left: 0px;
	background-image: url(../fileadmin/templates/css/gfx/stage-switcher-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.stage-switcher li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 38px;
	width: 100%;
	position: relative;
	cursor: pointer;
	background-image: url(../fileadmin/templates/css/gfx/stage-switcher-tab-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.stage-switcher li.hover {
	background-image: url(../fileadmin/templates/css/gfx/stage-switcher-tab-bg-hover.png);
}
.stage-switcher li.active {
	background-image: url(../fileadmin/templates/css/gfx/stage-switcher-tab-bg-active.png);
}
.stage-switcher .stage-icon {
	position: absolute;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 32px;
	height: 36px;
	display: block;
	/* [disabled]left: 16px; */
	top: 0px;
	right: 16px;
}
.stage-switcher h2 {
	font-size: 13px;
	/* [disabled]font-family: "Share-Regular"; */
	/* [disabled]text-transform: uppercase; */
	color: #ffffff;
	font-weight: normal;
	margin-top: 0px;
	/* [disabled]margin-right: 55px; */
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.stage-switcher p {
	color: #666666;
	font-size: 11px;
	line-height: 1em;
	margin-top: 0;
	/* [disabled]margin-right: 55; */
	margin-bottom: 0;
	margin-left: 15px;
}
.stage-switcher li.hover p {
	color: #FFFFFF;
}
.stage-switcher li.active p {
	color: #CCCCCC;
}
/* CSS Document */
/* Stage area gerenal */
.stage-item {
	display: none;
	/* [disabled]margin-left: 100px; */
	position: relative;
}
.stage-area .stage-item img {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.stage-area .area-content {
	float: left;
	width: 310px;
	display: inline;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
}
.stage-area .area-content h1 {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: normal;
}
.stage-area .area-content h2 {
}
.stage-area .area-content p {
	padding-bottom: 3px;
}
.button-blue  {
	float: left;
	height: 31px;
	line-height: 31px;
	margin-top: 24px;
	background-attachment: scroll;
	background-image: url(../fileadmin/templates/css/gfx/buttons-blue.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right -46px;
	display: block;
	font-size: 13px;
	margin-bottom: 25px;
	padding-right: 22px;
	text-transform: uppercase;
}
.button-blue a  {
	background-position: left 0px;
	color: #ffffff;
	/* [disabled]font-size: 14px; */
	line-height: 31px;
	padding: 0 15px 0 18px;
	white-space: nowrap;
	text-transform: none;
	background-image: url(../fileadmin/templates/css/gfx/buttons-blue.png);
	display: block;
	height: 100%;
	text-decoration: none;
	white-space: nowrap;
}
