html {
	height: 100%;
}
.contaner {
}

.wrapper {
	width: 940px;
	display: block;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	
}
.main-page {
	background: #f2f4f6;
}
.page_ {
	background: #fcfdfd;
}

.wrapper {
background: url(../images/lbg.gif) #fcfdfd repeat-y left;
}

* html .wrapper {
  height: 100%;
}
.header-top {
	width: 940px;
	height: 80px;
	background: url(../images/header-top1.jpg) no-repeat;
}
	.header-top .logo {
		width: 200px;
		height: 80px;
		padding-left: 30px;
		float: left;
		background: url(../images/logo.jpg) no-repeat;
	}
		.header-top .logo a{
			width: 200px;
			height: 80px;
			display: block;
			overflow: visible;
			text-indent: -900px;
		}
.header-img {
	width: 940px;
	height: 170px;
	display: block;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
	.header-img .header-image {
	width: 720px;
	float: left;
	height: 170px;
	display: block;
	overflow: hidden;
	}
	
	.header-img .header-image #fl_header_slide_slideshow img {
	display: block;
	}

	.header-img .header-left-menu {
		background: url(../images/header-menu-left-bg.jpg) repeat-x;
		width: 200px;
		height: 150px;
		display: block;
		padding: 10px;
		float: left;
	}
		.header-img .header-left-menu .form-search {
			display: block;
			height: 20px;
		}
			.header-img .header-left-menu .form-search span {
				display: block;
				height: 20px;
				padding-left: 24px;
				overflow: hidden;
				background:#c6cbd1 url(../images/header-search.gif) no-repeat 10px 50%;;
			}
				.header-img .header-left-menu .form-search span input{
					font: 12px/12px Arial, Helvetica, sans-serif;
					border: 0;
					width: 171px;
					color: #263248;
					position: relative;
					height: 14px;
					background: transparent;
					top: 2px;
					_top: 4px;
			}
		.header-img .header-left-menu  ul {
			padding-top: 5px;
		}
			.header-img .header-left-menu li {
				display: block;
				list-style: none;
				background: url(../images/sbg.gif) no-repeat 10px 50%;
				padding: 3px 0px 3px 25px;
				height: 11px;
				line-height: 11px;
				font-size: 11px;
			}
			
			.header-img .header-left-menu li.firstsmenu {
				display: block;
				list-style: none;
				background: url(../images/header-menu-left-li.png) no-repeat 10px 50%;
				padding: 3px 0px 3px 25px;
				height: 12px;
				line-height: 12px;
				font-size: 12px;
				margin-bottom: 4px;
			}
				.header-img .header-left-menu li a {
					font:11px/11px Arial, Helvetica, sans-serif;
					color: #fff;
					text-decoration: none;
				}
				.header-img .header-left-menu li.firstsmenu a {
					font:12px/12px Arial, Helvetica, sans-serif;
					color: #fff;
					text-decoration: none;
				}
				.header-img .header-left-menu li a:hover {
					text-decoration: underline;
				}	
.menu-wrapper {
	background: url(../images/menu-bg.gif) repeat-x 0 0;
	height: 30px;
	display: block;
	border-bottom: 1px solid #fff;
}
	.menu-wrapper ul {
		width: 100%;
		height: 30px;
		display: block;
	}
	.menu-wrapper ul li {
		list-style: none;
		width: 120px;
		float: left;
	}
	.menu-wrapper ul li a {
		height: 30px;
		display: block;
		font: 12px/30px Arial, Helvetica, sans-serif;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-repeat: repeat-x;
	}
	/*.menu-wrapper ul li a:hover {
		text-decoration: underline;
	}*/
		.menu-wrapper ul li.m1 {
			background-image: url(../images/menu-bg1.gif);
		}
		.menu-wrapper ul li.m2 {
			background-image: url(../images/menu-bg2.gif);
		}
		.menu-wrapper ul li.m3 {
			background-image: url(../images/menu-bg3.gif);
		}
		.menu-wrapper ul li.m4 {
			background-image: url(../images/menu-bg4.gif);
		}
		.menu-wrapper ul li.m5 {
			background-image: url(../images/menu-bg5.gif);
		}
		.menu-wrapper ul li.m6 {
			background-image: url(../images/menu-bg6.gif);
		}

.middle {
	width: 100%;
	overflow: hidden;
}
	.middle .wrap {
		width: 100%;
		float: left;
		margin-right: -100%;
	}
	.middle .content-left {
		padding-right: 340px;
		padding-left: 20px;
	}
	.middle .wrap .content {
		padding-left: 241px;
	}
	
	.container2col .middle .wrap .content {
		padding-left: 0;
	}
	
	.full .wrap .content {
		padding-left: 0;
	}
	
	.middle .left {
		width: 240px;
		float: left;
		background: #f0f3f5;
	}
	
	.full .left {
		padding:0;
		margin:0;
	}
	
	.middle .right {
		width: 330px;
		padding-right: 10px;
		float: right;
	}
	
	
.Breadcrumbs {
	height: 27px;
	padding-left: 15px;
	background: #004488;
}
	.Breadcrumbs li {
		float: left;
		list-style: none;
		font:11px/25px Arial, Helvetica, sans-serif;
		height: 27px;
		color: #fff;
		padding-right: 3px;
	}
		.Breadcrumbs li a {
			display: inline;
			font:11px/25px Arial, Helvetica, sans-serif;
			color: #fff;
			text-decoration: none;
		}
		.Breadcrumbs li a:hover {
			text-decoration: underline;
		}
.article {
	padding: 20px 20px 20px 20px;
}
	.article img.product-img {
		width: 206px;
		float: left;
		margin-right: -100%;
	}
	.article .article-rightside {
		float: right;
		width: 420px;
	}
		.article .article-rightside p {
			padding-bottom: 10px;
			font:12px/16px Arial, Helvetica, sans-serif;	
			color: #263248;
		}
		.article .article-rightside .Characteristics li{
			font:12px/12px Arial, Helvetica, sans-serif;	
			color: #263248;
			padding-bottom: 2px;
			padding-top: 2px;
			display: block;
		}
		.article .article-rightside .model {
			padding-top: 10px;
		}
		.article .article-rightside .model li {
			font:12px/12px Arial, Helvetica, sans-serif;
			color: #263248;
			padding-bottom: 2px;
			padding-top: 2px;
			display: block;
		}
		.article .description {
			font:12px/16px Arial, Helvetica, sans-serif;
			color: #263248;
			display: block;
			padding-top: 15px;
		}
		.article h1 {
			font:bold 16px/18px Arial, Helvetica, sans-serif;
			color: #263248;
			padding-top: 0px;
			padding-bottom: 8px;
		}
.left .products-header {
	background: url(../images/left-header.gif) repeat-x 0 0;
	height: 27px;
	font:bold 14px/27px Arial, Helvetica, sans-serif;
	padding-left: 15px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}	
.left .products-menu {
	padding: 15px 0;
}
	.left .products-menu li {
		color: #263248;
		font:bold 14px/14px Arial, Helvetica, sans-serif;
		padding: 10px 15px;
		border-bottom: 1px solid #a5acb0;
		background: none;
	}
	.left .products-menu li a {
		color: #263248;
		color: #263248;
		font:bold 14px/14px Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	.left .products-menu li a:hover {
		text-decoration: underline;
	}
		.left .products-menu li ul {
			padding-top: 0px;
		}
		.left .products-menu li li {
			border: 0;
			color: #263248;
			font:bold 12px/12px Arial, Helvetica, sans-serif;
			padding: 8px 0 0px 13px;
			background: url(../images/arrow-red.gif) no-repeat 0 10px;
			list-style: none;
		}
		.left .products-menu li li a {
			color: #263248;
			font: 12px/12px Arial, Helvetica, sans-serif;
		}
			.left .products-menu li li ul {
				padding-top: 0px;
			}
			.left .products-menu li li li {
				color: #263248;
				font:12px/12px Arial, Helvetica, sans-serif;
			}
			.left .products-menu li li li a{
				color: #263248;
				font:12px/12px Arial, Helvetica, sans-serif;
				line-height: 14px;
			}
			.left .products-menu li.open, .left .products-menu li.open_unsichtbar {
					background: url(../images/arrow-red-open.gif) no-repeat 0 10px;
			}
			
			.left .products-menu li.open_unsichtbar  {
					background: url(../images/arrow-red.gif) no-repeat 0 10px;
			}

.footer-fix {
	height: 30px;
	display: block;
}

.footer {
  position: relative;
  height: 30px;
  background: url(../images/footer.gif) repeat-x 0 0;
  width: 940px;
  display: block;
  margin: 0 auto;
  margin-top: -30px;
}	
.footer-menu {
	float: left;
	padding: 8px 0 0 25px
}
.footer-menu li {
	float: left;
	list-style: none;
	font:11px/11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 3px;
}
.footer-menu li a {
	font:11px/11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.footer-menu li a:hover {
	text-decoration: underline;
}
.copyright {
	float: right;
	padding: 8px 25px 0 0px;
	font:11px/11px Arial, Helvetica, sans-serif;
	color: #fff;
}

.tabs, .tx-rgtabs-pi1 { overflow: hidden; width: 100%; padding: 20px 0 0;}
/*.tabs, .tx-rgtabs-pi1 {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}*/
	.tabs .tabs-menu, .rgtabs-menu {
		float: left;
		height: 30px;
		padding-bottom: 2px;
		margin-bottom: -1px;
	}
	.tabs .tabs-menu li {
		border: 1px solid #7e8aa2;
		border-bottom: 0;
		padding: 0 10px;
		height: 30px;
		font:12px/28px Arial, Helvetica, sans-serif;
		color: #263248;
		cursor: pointer;
		background: #dfe4eb;
		float: left;
		list-style: none;
		position: relative;
		margin-right: 2px;
	}
	.tabs .tabs-menu li.active, .tabs .tabs-menu li.rgtabs-selected {
		border-bottom: 1px solid #fff;
		background: #fff;
	}
		.tabs .tabs-menu li span {
			background: url(../images/tabs-menu.jpg) no-repeat -2px 0;
			height: 10px;
			width: 10px;
			position: absolute;
			top: -1px;
			margin-left: 100%;
			left: -9px;
		}
		.tabs .tabs-menu li.active span{
			background: url(../images/tabs-menu.jpg) no-repeat 100% 0;
		}

	.tabs .tab-item {
		clear: both;
		padding: 20px;
		border: 1px solid #c1c7d3;
		display: none;
	}

.tools {
	width: 100%;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
}
.tools .line {
	background: url(../images/arrow-top.jpg) no-repeat 100% 0;
	height: 10px;
	border-bottom: 1px solid #7e8aa2;
	text-align: right;
}
.pdfversion {
	float: left;
	background: url(../images/createpdf.jpg) no-repeat 0 0;
	height: 24px;	
	padding-left: 28px;
	font:11px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #263248;
	margin-top: 10px;
}
.friend {
	float: left;
	margin-left: 20px;
	background: url(../images/friend.jpg) no-repeat 0 0;
	height: 23px;
	padding-left: 25px;
	font:11px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #263248;
	margin-top: 10px;
}

.Request {
	float: left;
	margin-left: 20px;
	background: url(../images/Request.jpg) no-repeat 0 50%;
	height: 23px;
	padding-left: 28px;
	font:11px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #263248;
	margin-top: 10px;
}

a.pdfversion:link, a.pdfversion:visited, a.friend:link, a.friend:visited, a.Request:link, a.Request:visited {
text-decoration:none;
}

a.pdfversion:hover, a.pdfversion:active, a.friend:hover, a.friend:active, a.Request:hover, a.Request:active {
text-decoration:underline;
}

.block {
	display: block;
	margin-top: 15px;
}
.block-next {
	margin-top: 1px;
}
	.block .block-head {
		background:#1e3350 url(../images/block-header.jpg) no-repeat 100% 0;
		display: block;
		height: 20px;
		overflow: hidden;
		margin-right: 10px;
		padding-right: 20px;
	}
		.block .block-head h3 {
			height: 14px;
			background: #fff;
			font:bold 14px/14px Arial, Helvetica, sans-serif;
			color: #122137;
			float: left;
			padding: 6px 10px 0 10px;
			text-transform: uppercase;
		}
	.block .block-content {
		background:#fff url(../images/block-shadow-right.jpg) repeat-y 100% 0;
	}
	.block .block-content-bgtop {
		background: url(../images/block-shadow-right-top.jpg) no-repeat 100% 0;
		padding: 10px 20px 20px 20px;
	}
	.block .block-footer {
		background: url(../images/block-footer.jpg) no-repeat 100% 0;
		height: 20px;
		padding-right: 50%;
		display: block;
	}
		.block .block-footer div {
			background: url(../images/block-footer.jpg) no-repeat 0 0;
			height: 20px;
			display: block;
		}

.right-tabs .tab-menu {
	overflow: hidden;
	width: 100%;
}
.right-tabs .tab-menu li {
	float: left;
	height: 14px;
	padding: 6px 5px 0 5px;
	cursor: pointer;
	min-width: 96px;
	background: url(../images/right-tabs-menu.jpg) no-repeat 100% 0;
	font:bold 14px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	list-style: none;
	margin-right: 1px;
}
.right-tabs .tab-menu li.active {
	background: url(../images/right-tabs-menu.jpg) no-repeat 100% -20px;
	text-transform: uppercase;
	color: #122137;
}
.right-tabs .tab-item {
	height: 362px;
	overflow: hidden;
	display: none;
}
.scroll-wrapper {
	height: 362px;
	overflow: hidden;
}

.Innovations {
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
	.Innovations li {
		display: block;
		list-style: none;
		overflow: hidden;
		width: 100%;
	}
		.Innovations li img {
			float: left;
			width: 135px;
			margin-bottom: 15px;
		}
		.Innovations li .right-desc {
			float: right;
			width: 130px;
			font:12px/12px Arial, Helvetica, sans-serif;
			color: #445566;
		}
		.Innovations li .right-desc h2 {
			font:normal 12px/12px Arial, Helvetica, sans-serif;
			color: #ad0031;
			padding-bottom: 4px;
		}
		.Innovations li .right-desc strong {
			display: block;
			font:bold 12px/12px Arial, Helvetica, sans-serif;
			color: #445566;
			padding-bottom: 4px;
		}
	.Applications {
		overflow: hidden;
		width: 100%;
	}
	.Applications li {
		float: left;
		margin-left: 14px;
		list-style: none;
		margin-right: 15px;
	}
	.Applications li a {
		font:12px/14px Arial, Helvetica, sans-serif;
		color: #263248;
		text-align: center;
		text-decoration: none;
		background-image: url(../images/Applications.gif);
		background-repeat: no-repeat;
		padding-top: 60px;
		display: block;
	}
	.Applications li a:hover {
		/*text-decoration: underline;*/
	}
	.Applications .Scientific a{
		background-position: 0 0;
		width: 51px;
	}
	.Applications .Ultrafast a{
		background-position: -89px 0;
		width: 62px;
	}
	.Applications .Microscopy a{
		background-position: -275px 0;
		width: 76px;
	}
	.Applications .Optical a{
		background-position: -374px 0;
		width: 71px;
	}
	.Applications .Terahertz a{
		background-position: -191px 0;
		width: 56px;
	}.Applications .Semicon a{
		background-position: -481px 0;
		width: 46px;
	}
	
	.Products {
		width: 100%;
		overflow: hidden;
	}
	.Products-top-menu {
		overflow: hidden;
		width: 100%;
		padding-bottom: 10px;
	}
	.Products-top-menu li {
		float: left;
		width: 23%;
		list-style: none;
		text-align: center;
		font:12px/12px Arial, Helvetica, sans-serif;
		color: #263248;
		height: 12px;
		margin-right: 2%;
	}
	.Products-left-menu {
		float: left;
		width: 20%;
	}
	.Products-left-menu  li{
		display: block;
		list-style: none;
		height: 93px;
		font:12px/70px Arial, Helvetica, sans-serif;
	}
	.Products-items-wrap {
		width: 77%;
		overflow: hidden;
		float: right;
		background: url(../images/Products-tems-wrap.jpg) no-repeat 0 0;
	}
	.Products-items, .Products-items-border {
		width: 32%;
		float: left;
		list-style: none;
	}
	.Products-items-border {
		padding-right: 1%;
		background: url(../images/Products-items-border.gif) repeat-y 100% 0;
		padding-bottom: 32000px;
		margin-bottom: -32000px
	}
	.Products-items li {
		display: block		
	}
	.Products-item img {
		padding: 7px 0;
		display: block;
		margin: 0 auto;
	}
	.full-height {
		height: 186px;
	}
	.pd-top {
		margin-top: 40px;
		margin-left: 16px;
	}
	.Products-item {
		/*height: 100px;*/
		font:12px/12px Arial, Helvetica, sans-serif;
		color: #263248;
		text-align: center;
		overflow: hidden;
	}
	.Products-items span{
		font:12px/12px Arial, Helvetica, sans-serif;
		color: #263248;
		display: block;
		text-align: center;
	}
	
	.Products-items-border span{
		text-align: center;
	}
	
	.brd-b {
		border-bottom: 1px solid #d8dbde;
	}
	
	
	
	

	
	
	
	
	
.arrow li {
	background: url(../images/arrow-red.png) no-repeat 0 50%;
	list-style: none;
	padding-left: 10px;
}	
	
.bull li {
	list-style: none;
	background: url(../images/bull.gif) no-repeat 0 50%;
	padding-left: 10px;
}	
	
.wrap-float {
	width: 100%;
	overflow: hidden;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*background: url(../images/scrollbar.gif) no-repeat 100% 0;*/
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 1px;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: #dae0e6;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height:18px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height:18px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

img.pd-nomargin {
padding: 0px;
}

.Products li a:link, .Products li a:visited {
text-decoration: none;
color: #263248;
}

.Products li a:hover, .Products li a:active {
text-decoration: underline;
color: #263248;
}