/*** TEASER Contentpage ***/

.content100 .teaser {	
	clear: both;
	width: 550px;
}
.content100 .teaser .teaser-image {
	float: left;
	width: 130px;
	padding-right: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: left;
}
.content100 .teaser .teaser-image img {
	width: 130px;
	border: 1px solid silver;
}
.content100 .teaser .teaser-content {
	float: left;
	width: 408px;	
	margin-top: 28px;
	margin-bottom: 30px;
	clear: right;
}

/*** TEASER Homepage ***/

.content50 .teaser {	
	clear: both;
	width: 297px;
}

#homeContent2 .teaser {	
	position: relative;
	min-height: 220px !important;
	-height: 220px !important;
}

.content50 .teaser .teaser-image {
	float: left;
	width: 105px;
	padding-right: 16px;
	clear: left;
}
.content50 .teaser .teaser-image img {
	width: 105px;
	height: auto !important;
}
.content50 .teaser .teaser-content {
	float: left;
	width: 173px;	
	clear: right;
}
.content50 .teaser .teaser-content .button {
	float: right;
	margin-right: 0;
	margin-bottom: 10px;
}
#homeContent2 .teaser .teaser-content .button {
	position: absolute !important;
	right: 0 !important;
	bottom: 10px !important;
}

/*** TEASER WIDE Homepage ***/

.content50 .teaser-wide {	
	clear: both;
	width: 297px;
}
.content50 .teaser-wide .teaser-image {
	width: 297px;
	padding-bottom: 15px;
}
.content50 .teaser-wide .teaser-image img {
	width: 297px;
}
.content50 .teaser-wide .teaser-content {
	width: 297px;	
	clear: right;
}
.content50 .teaser-wide .teaser-content .button {
	float: right;
	margin-right: 0;
}

/*** KEYVISUAL ***/

#homeKeyvisual {
	width: 627px;
	height: 300px;
}
#homeKeyvisual .image {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}
#homeKeyvisual .overlay {
	z-index: 2;
	position: absolute;
	right: 0px;
	top: 48px;
	width: 276px;
	padding: 14px;
	background: transparent url(../img/keyvisual/overlayBg.png);
}
#homeKeyvisual h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#homeKeyvisual p {
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}

#homeKeyvisual .keyvisualTabLinksBg {
	z-index: 10;	
	position: absolute;
	left: 0px;
	width: 625px;
	bottom: 0px;
	height: 39px;
	border: 1px solid #c3c3c3;
	background-color: white;
}

#homeKeyvisual .keyvisualTabLinks {
	z-index: 11;	
	position: absolute;
	left: 0px;
	width: 625px;
	bottom: 1px;
	height: 47px;
	overflow: hidden;
}

#homeKeyvisual .keyvisualTabLinks a {	
	display: block;
	float: left;
	position: relative;
	height: 47px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #888888;
	overflow: visible;
}
#homeKeyvisual .keyvisualTabLinks a span.m {
	display: block;
	height: 39px;
	margin-top: 8px;
	line-height: 39px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #c3c3c3;
	width: auto;
}

#homeKeyvisual .keyvisualTabLinks a.active {	
	font-size: 15px;
	color: #4c4c4c;
}
#homeKeyvisual .keyvisualTabLinks a.active span.m {
	margin-top: 0px;
	padding-top: 8px;
	line-height: 37px;
	background: url(../img/keyvisual/activeBg.gif) repeat-x;
}
#homeKeyvisual .keyvisualTabLinks a.active span.l {
	height: 47px;
	width: 8px;
	position: absolute;
	left: -6px;
	top: 0px;
	background: url(../img/keyvisual/activeShadowLeft.gif) no-repeat;
}
#homeKeyvisual .keyvisualTabLinks a.active span.r {
	height: 47px;
	width: 8px;
	position: absolute;
	right: -6px;
	top: 0px;
	background: url(../img/keyvisual/activeShadowRight.gif) no-repeat;
}








