/*
	Screen-Styles for Draeger Safety Selektor
	2006 by elephant seven West Gmbh
	www.e-7.com	
	
	
	
	Table of Contents
	
	1.0		TAG REDEFINITIONS
			*, html, body, input, a, ul, p
	
	2.0		IDS, CLASSES, SELECTORS
	 
	 2.1	HEADER
			#header, ..., #navigation, ..., #quicklinks
	 
	 2.2	CONTENT
			#content, ..., #main, ..., #marginals, ..., #page, ..., #pagemenu, ..., div.box
			
			#main div.box: a, ul, p ...
	 2.3	FOOTER
			#footer
	
	 2.4	BACKGROUND-COLORS
			different bg**-classes for backwars-compatibility with the old TROX-Intranet
			
	
	Hacks used: 
	- Underscore Hack (_cssproperty) for targeting only IE-Browsers 
	- Boxmodelhack (voice-family: ...) for targeting mainly IE 5.5 for non-standard-compliant boxmodel
	- Holly-Hack (height: 1%) for letting IE-Browsers think that a certain box is really sized
	
*/

/* TAG REDEFINITIONS */
* {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 100%;
	height: 100%;
}
body {

	width: 100%;
	height: 100%;
	overflow: hidden;
	color: black;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin-bottom: 1em;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
	color: #444;
	font-weight: bold;
}
ul, ol, p {
	margin-bottom: 1em;
}
a {
	color: #cc6602;
	display: block;
}
a:hover {
	color: #000099;
}
input, select, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #939393;
}
option {
	border: none;
	}
	
label {
	font-weight: bold;
	color: #444;
}
table {
	font-size: 1em;

	/* IE 5 hack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	
  	font-sizeinherit;
}
/* IDS, CLASSES, SELECTORS */
.hide {
	display:none;
}
#wrapper {
	padding-bottom: 10px;
}
#header {
	position: relative;
	border-top: 15px solid #000099;
	height: 75px;

	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height: 60px;
}
#header h1.logo {
	position: absolute;
	top: 23px;
	left: 13px;
	background: url(../images/logo.gif);
	width: 134px;
	height: 27px;
	overflow: hidden;
	text-indent: -999px;
}
#header h2.claim {
	position: absolute;
	right: 12px;
	top: 29px;
	font-size: 11px;
	color: #000099;
}
#navigation {
	padding: 0 12px 0 12px;
}
#navigation ul.sections {
	list-style: none;
	margin: 0;
}
#navigation ul.sections li {
	float: left;
	list-style: none;
	background-image: url(../images/nav-middle.gif);
	width: 202px;
	height: 25px;
	margin-left: -5px;
	line-height: 20px;
	padding: 4px 0 0 25px;
	margin-bottom: 3px;
	font-size: 1.25em;
	font-weight: bold;

	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 177px;
	height: 22px;	
}
#navigation ul.sections li.selected {
	background-image: url(../images/nav-middle-selected.gif);
	color: white;
}
#navigation ul.sections li.first {
	background-image: url(../images/nav-first.gif);
	width: 183px;
	margin-left: 0px;
	padding-left: 10px;

	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 173px;
}

#navigation ul.sections li.first-selected {
	background-image: url(../images/nav-first-selected.gif);
	color: white;
	width: 183px;
	margin-left: 0px;
	padding-left: 10px;

	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 173px;
}
#navigation ul.sections li a {
	text-decoration: none;
	color: white;
}
#navigation div.statusbar {
	clear: both;
}
#navigation #points {
	position: absolute;
	left: 8px;
	list-style: none;
	margin: 0;
}
#navigation #points li {
	float: left;
	background-image: url(../images/link-arrow-right.gif);
	background-position: 0px 0.20em;
	padding: 0 0 0 12px;
	margin-left: 20px;
	width: 177px;
	list-style: none;
	color: #444;
	text-align: left;
	font-weight: bold;

	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 165px;	
}
#navigation #points li.first {
	width: 161px;
	margin-left: 5px;
}
#content {	
	position: relative;
	margin: 15px 0 15px 0;	
	overflow: auto;
	height: 485px;	
	}
	html>body #content {
		height: 480px;
		}


#main {
	width: 477px;
	height: 405px;
	padding-left: 12px;
	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 465px;
}
#status {
	width: 477px;
	margin-bottom: 6px;
	margin-left: 12px;

	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 465px;
}
#status td {
	padding: 5px 10px 5px 10px;
	background-color: #b3b3b3;
	color: white;
	font-size: 1.3em;
	vertical-align: middle;
}
#status td.next, #status td.previous {
	width: 90px;
}
#status td a { 
	color: white;
	text-decoration: none;
}
#status td.number {
	text-align: center;
}
#status td.next {
	text-align: right;
}
#main h4.hint {
	margin: 5px 0px 10px 5px;
	font-size: 1.2em;
}
#main table.industries {
	border-spacing: 0;
}
#main table.industries a {
	text-decoration: none;
	color: black;	
}
#main table.industries td.text, #main table.industries td.image {
	text-align: center;
	vertical-align: middle;		
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}

#main table.industries td.spacer {
	height: 10px;
}
#main table.industries td.text {
	width: 120px;
}
#main table.industries td.text a {
	display: block;
}
#main table.industries td.middle {
	width: 44px;
}
#main table.applications {
	width: 100%;
}
#main table.applications td {
	vertical-align: top;
}
#main table.applications td.text {
	vertical-align: top;
	padding-left: 12px;
}
#main table.applications td.image { 
	width:88px;
}
#main table.productattributes  {
	width: 100%;
}
#main table.productattributes td  {
	width: 25%;
	font-size: 1.2em;
}
#main table.productattributes td.check label{
	}
#main table.productattributes input.checkbox {
	margin-right: 6px;
	display: block;
	float: left;
	margin-top: 2px;
}
#main table.productattributes input.checkboxzusatz {
	margin-top: 9px !important;
}
	* html #main table.productattributes input.checkboxzusatz {
		margin-top: 3px !important;
	}
	*:first-child+html #main table.productattributes input.checkboxzusatz {
		margin-top: 3px !important;
	}

*html #main table.productattributes input.checkbox {
	margin-right: 3px;
	margin-top: -2px;
	}
html*+ #main table.productattributes input.checkbox {
	margin-right: 3px;
	margin-top: -2px;
	}
	html*+ #main table.productattributes input.checkboxzusatz {
		margin-top: 5px !important;
	}
#main table.productattributes div.box {
	height: 20px;
	width: 96px;
	padding: 7px 0px 7px 5px;
	border: 1px solid black;
	margin: 0 10px 12px 0;
}
	html>body #main table.productattributes div.box {
		width: 89px;
		padding-left: 10px;
		padding-right: 5px;
	}

#main table.productattributes div.box.boxzusatz {
	width: 94px;
	height: 27px;
	padding-right: 0px;
	padding-top: 0px;
}
	*:first-child+html #main table.productattributes div.box.boxzusatz {
		padding-top: 3px;
		padding-bottom: 4px;
		font-size: 11px;
	}
	/* IE 6 */
	* html #main table.productattributes div.box.boxzusatz {
		padding: 3px 2px 5px 5px;
		font-size: 11px;
	}
	
#main table.productattributes div.box input {
	margin-bottom: 5px;
}
#main table.products {
	width: 100%;
}
#main table.products img {
	margin: 12px 5px 0 1px;
/*	border: 1px solid black;*/
}
#main table.products td {
	height: 125px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}
#main table.products td.text {
	padding-left: 10px;
}
#main table.products td.text span.title {
	display: block;
	margin-bottom: 1em;
}
#main table.products td.text span.title a {
	color: black;
	background: 0 6px url(../images/dot_orange.gif) no-repeat;	
}
#main table.details td {
	vertical-align: top;
}
#main table.details td.image {
	float: left;
	width: 105px;
	height: 100%;
	text-align: left;
}
span.zoom {
	margin-top: 10px;
	color: #000;
	float: left;
	display: block;
	padding-left: 14px;
	background: 0 6px url(../images/dot_orange.gif) no-repeat;
	font-weight: bold;
	text-decoration: underline;
}
#main table.details td.image div.big span.zoom {
	margin: 3px 0 0 0;
}
div.big {
	position: absolute;
	width: 300px;
	padding: 5px;
	top: 0px;
	left: 0px;
	background-color: lightgrey;
	display: none;

	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	left: 12px;
}

/* 5.9.2007 rd */
#serviceblock {
	margin: 10px 0 0 110px;
	}
#serviceblock .listblock {
	width: 145px;
	float: left;
	position: relative;
	}
#serviceblock .left {
	margin-right: 50px;
	}
#serviceblock h5.inner {
	color: #fff;
	background-color: #b3b3b3;
	padding: 3px 5px;
	font-weight: bold;
	z-index: 500;
	}
#serviceblock .listblock ul.services {
	list-style: none;
	z-index: 500;
}
#serviceblock .listblock ul.services li {
	color: #000;
	padding-left: 0.8em;
	background: 0 6px url(../images/dot_orange.gif) no-repeat;
	margin-bottom: 0.5em;
}

.tooltips div {
	position: absolute;
	xbottom: 100px;
	xleft: 200px;
	width: 300px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
	z-index: 1000!important;
	}
	
.tooltips div.leftb {
	xbottom: 0;
	}
.tooltips div.rightt {
	xleft: 400px;
	}
.tooltips div.rightb {
	xleft: 400px;
	xbottom: 0;
	}

.hide {
	display: none;
	}


#marginals {
	position: absolute;
	right: 12px;
	_right: 20px;
	width: 277px;

	overflow: auto;
	padding: 30px 20px 30px 20px;
	border: 1px solid black;
	
	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 247px;
}

#marginals ol {
	list-style-position: inside;
	}
html>body #marginals ol{
	margin-left: 16px;
	list-style-position: outside;
}
html*+ #marginals ol {
	list-style-position: inside !important;
	margin: auto !important;
	padding-bottom: 10px;
	}

#marginals select, #marginals textarea, #marginals table {
	width: 175px;
}

/* 5.9.2007 rd */
#marginals select#sensors {
	width: 230px;
	font-size: 1em;
	margin-bottom: 25px;
	}
	

#marginals div {
	width: 247px;
	}
div.normal {
	top: 0px;
	height: 350px;	
}
div.extended {
	top: -120px;
	width: 203px;
	height: 525px;
	background-color: lightgrey;
	padding-top: 10px;

	/* boxmodelhack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	
}
a.arrow { 
	background: url(images/link-arrow-right.gif);
	background-position: 0px 0.15em;
	padding-left: 8px;
}
a.print,a.email, a.cross {
	display: block;
	float: left;
	background-image: url(../images/icon-printer.gif);
	background-position: 0px;
	padding-left: 16px;
	color: #444;
	text-decoration: none;
	margin-left: 9px;
}
span.seperator {
	float: left;
	padding: 4px 8px 4px 8px;
	display: block;
}
a.print:hover,a.email:hover, a.cross:hover {
	color: #cc6601;
	text-decoration: underline;
}
a.email {
	background-image: url(../images/icon-email.gif);
}
a.cross {
	background-image: url(../images/icon-cross.gif);
}
input.checkbox, input.radio {
	border: none;
	padding: 0;
}
ul.arrow {
	list-style: none;
}
ul.arrow li {
	color: #000;
	padding-left: 0.8em;
	background: 0 6px url(../images/dot_orange.gif) no-repeat;
	margin-bottom: 0.5em;
}
#marginals ul.arrow {
	margin-bottom: 2em;
}
#marginals ul.arrow a {
	font-weight: bold;
	display: inline;
}

#marginals ul.sensor {
	margin-bottom: 10px!important;
	}

#marginals ul.sensor a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

#marginals ul.sensor a:hover {
	color: #cc6601;
}

*.clear-fix {
	clear: both;
}
#content #welcome {
	padding-left: 12px;
}

#content #welcome div.message {
	font-size: 1.35em;
	margin-top: 16px;
	width:  455px;
}
#content #welcome div.message p {
	display: block;
	padding: 0 10px 5px 0;
}

/* Anpassungen Marcel Start */
#content #welcome div.message p span {
	display: block;
	float: left;
}
#content #welcome div.message p a {
	display: block;
	float: left;
	margin-left: 10px;
}
/* Anpassungen Marcel Ende */

#content #welcome div.message h2 {
	font-size: 1.2em;
}
#content #welcome div.message a.arrow { 
	display: block;
	padding: 0;
	color:  #000099; 
	padding-left: 15px;
	background: 0 4px url(../images/arrow.gif) no-repeat;
}

#controls {
	margin: 20px 0 20px 195px;
}
.tooltip {
	display: none;
	background: white;	
	width: 150px;
	border: 1px solid grey;
	z-index: 1000;
}
.tooltip ul {
	margin: 0;
	padding: 0;
}
.tooltip ul li {
	padding: 2px 0 2px 5px;
	list-style-type: none;
}
.tooltip ul li a {
	text-decoration: none;
}
#tool1 {
	position: absolute;
	top: 97px;
	left: 20px;
}
#tool2 {
	position: absolute;
	top: 97px;
	left: 220px;
}
#tool3 {
	position: absolute;
	top: 97px;
	left: 420px;
}
#tool4 {
	position: absolute;
	top: 97px;
	left: 620px;
}


/* CLASS ZELLE */

#main table.industries tbody td.zelle{ /* Streifen Breite Höhe für class Zelle */
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	width:196px;
	height:65px;
}

#main table.industries tbody td.zelle a{ /* Link */
	width:196px;
	height:65px;
	display:block;
	cursor:pointer;
}
#main table.industries tbody td.zelle a:hover {
	background-color: #E9D1B5;
}

#main table.industries tbody td.zelle a.img{ /* Bildzelle */
	width:88px;
	height:65px;
}
#main table.industries tbody td.zelle a span{ /* Textzelle */
	text-align:center;
	vertical-align:middle;
	width:98px;
	height:50px;
	float:left;
	padding:15px 5px 0 5px;
}
/* /CLASS ZELLE */

.hover {
	z-index: 100;
}