/*Newest product*/
#newest_product {
	width: 900px;
	height: 250px;
	margin: 0px 0px 15px 0px;
	position: relative;
	overflow: hidden;
	background: #808080;
}
#newest_product img {
	margin: 0px;
	padding: 0px;
}
#newest_product_info {
	width: 240px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 660px;
	background: url(../img-sys/newest_product_info_bg.png) repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img-sys/newest_product_info_bg.png", sizingMethod="scale");
}
#newest_product_info_cnt {
	width: 200px;
	margin: 0px 0px 0px 20px;
	position: absolute;
	top: 10px;
	color: #ffffff;
}
#newest_product_info_cnt h2 {
	color: #e3e1dc;
	font-size: 20px;
	font-family: 'Elektra Light Pro', Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
	line-height: 1.2;
}
#newest_product_info_cnt h3 {
	color: #e3e1dc;
	font-size: 16px;
	font-family: 'Elektra Light Pro', Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
}
#newest_product_info_cnt ul {
	list-style: none;
	margin-top: 10px;
}
#newest_product_info_cnt ul li {
	width: 100%;
	line-height: 10px;
	padding: 10px 0px 9px 0px;
	background: url(../img-sys/newest_product_info_line.gif) no-repeat left top;
}
#newest_product_info_cnt a, 
#newest_product_info_cnt strong, 
#newest_product_info_cnt b {
	color: #6ec0eb;
	text-decoration: none;
	font-weight: normal;
}
#newest_product_info_cnt a {
	position: relative;
	padding: 5px;
	z-index: 1000;
}
#newest_product_info_cnt a:hover {
	text-decoration: none;
}
#newest_product_info_cnt a:hover {
	text-decoration: underline;
}
a.newest_product_link {
	display: block;
	width: 900px;
	height: 250px;
	position: relative;
	top: -645px;
	z-index: 1;
}
a.newest_product_link span {
	display: none;
}

/*Content main*/
#content_main {
	width: 900px;
}
#content_left {
	width: 630px;
	float: left;
}
#content_right {
	width: 230px;
	float: right;
}

/*Content*/
#content_left h1 {
	margin: 0px 20px 0px 4px;
	text-transform: uppercase;
	font-size: 31px;
	line-height: 38px;
	font-weight: normal;
	font-family: 'Elektra Light Pro', Tahoma, Helvetica, sans-serif;
}
#content_left h1 strong {
	color: #6ec0eb;
	font-weight: bold;
}
#content_left p {
	margin: 2px 0px 2px 0px;
	line-height: 1.6;
}
#content_left strong {
	/*color: #64b7e3;	
	font-weight: normal;*/
}

#content_left a {
	color: #2093d0;
}
#content_left a:hover {
	color: red;
}

/*News box*/
.news_box {
	width: 630px;
	margin: 30px 0px 30px 0px;
	display: none;
}
.news_box_head {
	width: 630px;
	height: 30px;
	background: #323935;
	overflow: hidden;
}
.news_box_head h2 {
	padding-left: 32px;
	float: left;
	color: #ffffff;
	line-height: 30px;
	font-size: 19px;
	font-weight: normal;
	font-family: 'Elektra Light Pro', Tahoma, Helvetica, sans-serif;
	background: url(../img-sys/submenu_arrow_white.gif) no-repeat 15px 13px;
}
.news_box_head h2 strong {
	font-weight: bold;
	color: #6ec0eb;
}
.news_box_head a.news_box_show_archiv {
	float: right;
	padding: 0px 5px 0px 14px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background: url(../img-sys/submenu_arrow_white.gif) no-repeat left center;
}
.news_box_head a.news_box_show_archiv:hover {
	text-decoration: underline;
}

/*Newsbox item*/
.news_item_active {
	width: 630px;
	background: #ffffff;
	margin-bottom: 10px;
}
.news_item_left {
	width: 270px !important;
	_width: 330px;
	padding-left: 14px;
	float: left;
}
.news_item_right {
	width: 300px;
	float: right;
}
.news_item_head {
	width: 615px;
	_width: 630px;
	padding: 10px 0px 10px 0px;
	background: #EFEFEF url(../img-sys/news_item_head.gif) repeat-x left bottom;
	padding-left: 15px;
	cursor: hand;
	cursor: pointer;
}
.news_item_body {
	padding-top: 10px;
	oveflow: hidden !important;
}
.news_item_head span {
	color: #6ec0eb;
	font-weight: normal;
}
.news_item_head strong {
	padding-left: 8px;
	color: #323935 !important;
	font-weight: bold !important;
}
.news_item_active img {
	border: 0px;
	margin: 4px 8px 0 0;
}
.news_item_right img {
	margin: 0px;
	margin-bottom: -4px;
}
.news_item {
	width: 620px;
	_width: 630px;
	padding: 10px 0px 10px 10px;
	background: #efefef;
}
.news_item:hover,
.news_itemHover {
	background: #f7f7f7;
	cursor: pointer;
}

#newest_product_img {
	position: relative;
	top: -130px;
	left: -125px;
}

#submenu h2 {
	display: none;	
}
#submenu {
	display: none;	
}
.download_box {
	margin-top: 0 !important;	
}

#head_in {
	background: url('../img-sys/slogan.png') no-repeat top right;
}