/* ================================================================================================ */
/* == CSS: add_index.css - Standard-Stylesheet (Screen)											 == */
/* ================================================================================================ */
#promotion{
	height: auto;
	padding: 0;
	top: -15px;
}
#promotion .teaser{
	height: 85px;
	margin: -283px 0 0 40px;
	position: relative;
	z-index: 3;
	color: #FEFFFF;
	font-size: 0.92em;
	overflow: hidden;
}
#promotion .content{
	height: 300px;
	margin: 18px 0 0 0;
	padding: 4px 0 0 0;
	position: relative;
	z-index: 3;
	background: url(../images/bg_promotion.png) no-repeat left top;
}
#promotion .teaser h1{
	margin: 0;
	font-size: 1.27em;
	font-weight: bolder;
}
#promotion .teaser p{
	width: 170px;
	margin: 0 0 0.25em 0;
}
#promotion .teaser a.button{
	width: 120px;
	height: 20px;
	line-height: 20px;
	background: url(../images/bg_promotion_button_down.png) no-repeat center top;
	font-size: 0.82em;
}
#promotion .teaser.open a.button{
	background: url(../images/bg_promotion_button_up.png) no-repeat center top;
}
#promotion .content .text{
	float: left;
	padding: 30px;
	color: #000000;
	overflow: hidden;
	width: 284px;
}
#promotion .content .text.first{
	width: 358px;
	padding-left: 91px;
	color: #2D4761;
	font-weight: bold;
	font-size: 0.92em;
}

#promotion .content .gallery{
	float: left;
	width: 63px;
	margin: 30px 29px 0 0px;
}

#promotion .content .gallery li a{
	margin-bottom: 6px;
}
#promotion .content .gallery li{
	background: url(../images/gallery-active.png) no-repeat center top;
}
/*IE: li:hover, li .gallery-active */
#promotion .content .gallery ul li a.gallery-active, #promotion .content .gallery li a:hover,#promotion .content .gallery ul li:hover img, #promotion .content .gallery li .gallery-active{
	opacity: 0.3;/* CSS3 */
	filter: alpha(opacity=30);/* for IE */
}
#promotion .content .text h1{
	margin-bottom: 1em;
	font-size: 1.40em;
	font-weight: normal;
}
#promotion .content .text h2{
	font-size: 1.83em;
	font-weight: normal;
}
#promotion .content .text h2 strong{
	font-weight: normal;
	color: #003161;
}
#promotion .content .text p{
	margin: 0 0 1em 0;
}
#promotion .content .text p.date{
	font-style: italic;
}
#promotion .content .text ul{
	margin:  0 0 1em 2em;
}
#promotion .content .text ul li{
	list-style-type: square;
}
#promotion .content .text .more{
	color: #000000;
	font-weight: bolder;
	font-size: 0.92em;
	text-decoration: underline;
	text-transform: uppercase;
}
/* ================================================================================================ */
#body .box_newsletter{
	background: url(../images/bg_newsletter.png) no-repeat 0 0;
	margin-top: 1em;
	width: 252px;
	height: 50px;

	padding: 10px 20px 0 73px;
	overflow: hidden;
}
#body .box_newsletter h1{
	margin-bottom: 0.250em;
	color: #333636;
	font-weight: normal;
	font-size: 1em;
}
#body .box_newsletter .single_input{
	float: left;
	width: 138px;
	height: 17px;
	padding: 2px 4px;
	background: url(../images/bg_newsletter_input.png) no-repeat 0 0;
}
#body .box_newsletter .single_input input{
	width: 138px;
	padding: 1px 0 0 0;
	height: 16px;
	color: #969d9d;
}
#body .box_newsletter input.submit{
	float: right;
	width: 95px;
	height: 20px;
	background: url(../images/bg_newsletter_submit.png) no-repeat 0 0;
	color: #E9EBEB;
	cursor: pointer;
	font-weight: bolder;
	font-size: 0.92em;
	text-transform: uppercase;
	text-align: center;
}

#gallery .home_gallery {
	position: relative;
}

#gallery .home_gallery li .frame {
	position: relative !important;
	height: 60px;
	width: 60px;
	z-index: 2;
	margin-bottom:5px;
	cursor:pointer;
}
#gallery .home_gallery li div.frame span {
	width: 4px;
	height: 4px;
	position: absolute !important;
	z-index:2;
}


#gallery .home_gallery li div.frame span.top_left {
	left: 0;
	top: 0;
	background: url(../images/frame/home_gallery_left_top.png) no-repeat left top;
}
#gallery .home_gallery li div.frame span.bottom_left {
	left: 0;
	bottom: 0;
	background: url(../images/frame/home_gallery_left_bottom.png) no-repeat left bottom;
}
#gallery .home_gallery li div.frame span.top_right {
	right: 0;
	top: 0;
	background: url(../images/frame/home_gallery_right_top.png) no-repeat right top;
}
#gallery .home_gallery li div.frame span.bottom_right {
	right: 0;
	bottom: 0;
	background: url(../images/frame/home_gallery_right_bottom.png) no-repeat right bottom;
}

/*
#gallery .home_gallery img {
	position: relative;
	margin-bottom: 5px;
	z-index: 1;
}

*/