/*     -------------------------------------------------------------
     LOGIC INSTRUMENT 2009 - DS
     -------------------------------------------------------------     */

/*     -------------------------------------------------------------
     Body Styles
     -------------------------------------------------------------     */

body {
	color: #000000;
	background-color: #ffffff;
	font-family: "Helvetica Neue", Verdana, Arial;
	font-size: 11px;
	text-align: left;
	list-style: none;
}

a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	font-weight: normal;
}

p,
ul,
li {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	color: #333;
}

ul {
	list-style-image:none;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
}

.clear {
     clear: both;}

#container {
	float:none;
	width: 800px;
	padding: 0px 8px 6px 8px;
	margin: -10px auto -12px auto;
	background: url("../gif/background.gif") repeat-y 0 0 #C4C4C4;
	overflow:hidden;
	position:relative;
}

#main {
     border-top: 1px solid #ffffff;
     border-bottom: 1px solid #dddddd;
     overflow: hidden;
     background: #ffffff;}
	 
#overview {
	min-height:350px;
	padding: 20px 0 0 20px;
	text-align: justify;
	position:relative;
	top:30px;
}
	
#content_left {
	position:relative;
	width:375px;
	float:left;}
	
	
#content_right {
	position:relative;
	width:375px;
	float:left;
	margin-left: 5px;
}

.right {
	width: 259px;
	float: right;
	text-align:center;
	padding-top: 21px;
	padding-right: 10px;
	padding-bottom: 21px;
	padding-left: 10px;
}

.right a {
	text-transform:none;
}
	
.right a:hover{
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
	 
#footer {
	text-align: center;
	background: url("../png/border_bottom.png") no-repeat bottom;
	padding: 6px 0 36px 0;
	color: #999999;
	position:relative;
	z-index:30;
	overflow:hidden;
}

#footer a {
     color: #999999;}

#footer a:hover {
     text-decoration: underline;}
	 
#back_img {
	opacity: 0.7;}

/*     -------------------------------------------------------------
     Navigation
     -------------------------------------------------------------     */

#navigation {
	background: #000000;
	width: 800px;
	height: 21px;
	margin: 0 0 21px 0;
	z-index:100;
	position: fixed;
}
#logo {
	background:url(../Logic-Instrument_logo.png) no-repeat;
	width: 21px;
	height: 193px;
	margin: 0 0 0px 0;
	z-index:100;
	position: fixed;
	left:20px;
	top:3px;
}

#navigation ul {
     float: left;
     margin: 0;
     padding: 0;
     width: 110px;
	 z-index:100;
	 border-right: #FFF 1px solid;
}


#navigation li li a, #navigation li a {
     background: #000000 none repeat scroll 0%;
     color: #ffffff;
     display: block;
     margin: 0;
     padding: 4px 0;
     font-weight: normal;
     text-align: center;
	 z-index:100;
	 width:110px;
	 border-right: #FFF thin;}
	 
#navigation li li li a {
     background: #e2001a none repeat scroll 0%;
     color: #ffffff;
     display: block;
     margin: 0;
     padding: 4px 3px;
     font-weight: normal;
	 z-index:100;
	 position:relative;
	 left:141px;
	 top:-23px;}

#navigation li a {
     border-right: 1px solid #ffffff;}

#navigation .home {
     border-left: none !important;}

#navigation .home, #navigation ul a:hover,
#navigation li li a:hover {
     background: #e2001a none repeat scroll 0%;}

#navigation li li a {
     border: 1px solid #dddddd;
     opacity: 0.75;
     width: 115px;
	 text-align:left;
	 padding-left:5px;}

#navigation li {
	height: auto;
	position: relative;
	z-index:100;
}

#navigation ul ul {
     position: absolute;}
	 

div#navigation ul ul, div#navigation ul li:hover ul ul, div#navigation ul ul li:hover ul ul {
     display: none;}

div#navigation ul li:hover ul, div#navigation ul ul li:hover ul, div#navigation ul ul ul li:hover ul {
     display: block;}

/*     -------------------------------------------------------------
     Content
     -------------------------------------------------------------     */

.left {
     width: 800px;
     background-color: #ffffff;
     border-right: 1px solid #ffffff;
     float: left;}


/*     -------------------------------------------------------------
     Current
     -------------------------------------------------------------     */

#current {
     width: 790px;
     margin: 0 21px 21px 0;
     float: left;
	 overflow:hidden;}

#position {
	padding: 0 0 6px 20px;
	margin: 0 0 12px 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: fixed;
	color:#999999;
	text-align: left;
	height:30px;
	top:30px;
}
	 
#position a:link{
	color:#39489E;}
	
#position a:hover{
	color:#39489E;
	text-decoration:underline;}

#position a:visited{
	color:#39489E;}

#options {
	position: absolute;
	top: 0;
	right: 28px;
	padding: 0 0 5px 0;
	background: #ffffff;
}

#options li {
     display: inline;}

#options li a {
     float: left;
     width: 17px;
     height: 17px;
     margin: 0 0 0 6px;
     background: url(../gif/options.gif) no-repeat;}

#options li#home a {
     background-position: 0 0;}

#options li#mail a {
     background-position: -23px 0;}

#options li#print a {
     background-position: -46px 0;}

#options li#home a:hover {
     background-position: 0 -17px;}

#options li#mail a:hover {
     background-position: -23px -17px;}

#options li#print a:hover {
     background-position: -46px -17px;}
	 
#lang_options {
	position: absolute;
	top: 70px;
	right: 28px;
	padding: 0 0 5px 0;
	background: #ffffff;
}


#top{
}

#bottom {
	text-align: center;



/*     -------------------------------------------------------------
     Header
     -------------------------------------------------------------     */

#header {
	background: url("../png/border_top.png") no-repeat 0 0;
	padding: 7px 0 6px 0;
	position: relative;
	overflow: hidden;
	background-image: url(../png/border_top.png);
}

	
/*     -------------------------------------------------------------
     Language
     -------------------------------------------------------------     */

#language {
	position: absolute;
	right: 36px;
	bottom: -42px;
	width: 213px;
	height: 24px;
}

#language a {
     color: #666666;
     padding: 1px 0 0 22px;}

#language a:hover {
	text-decoration: underline;
}

#english {
     background: url("../gif/en.gif") no-repeat 0 0;}

#french {
     background: url("../gif/fr.gif") no-repeat 0 0;
     margin-right: 8px;}
	 
#usa {
	background: url("../gif/usa.gif") no-repeat 0 0;}


#logic-logo {
	position:static;
	left: 30px;
	height:30px;
	width:150px;
	hight:40px;
	background-color:#F00;}




/*     -------------------------------------------------------------
    Fancybox
     -------------------------------------------------------------     */

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancybox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_nw.png) no-repeat;
}



/*     -------------------------------------------------------------
     Produkt Content
     -------------------------------------------------------------     */

#prod_headline {
     background: url(../gif/prod_content_headline.gif) no-repeat;
     }

#totop {
     position:relative;
     bottom:0px;
     right:0px;
     background:url(../gif/to_top.gif);
     width:150px;
     height:15;
     top:200px;
     float:right;
	 }

