/* brand new quicknav */

* html ul#quickNav  {
	margin-bottom: -10px;
}

ul#quickNav * {
	z-index: 5;
}

	#quickNav li strong {
		display: block;
		width: 120px !important;
		width: 146px;
		padding: 3px 22px 4px 4px;	
		color: #fff;
		font-weight: normal;
		background: #818D97 url(../../images/arrow_icon_down.gif) no-repeat 128px center;
	}

	#quickNav li ul {
		position: absolute;
		height: auto !important;
		height: 1px;
		left: -9999px;
		border: 1px solid #818D97;
		border-width: 0 1px 1px 1px;
	}
	
	#quickNav li li a {
		display: block;
		width: 118px !important;
		width: 144px;
		height: auto !important;
		height: 1px;
		padding: 0px 22px 0px 4px;
		background: #fff;
	}
	
	#quickNav li li a:hover {
		background: #818D97;
	}
	
	#quickNav li:hover ul,
	#quickNav li.sfHover ul {
		left: 0;
	}

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	text-align: center;
}

body {
	background: url(../../images/body_bg.png) repeat-x 0 0;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}

#title_left {
	position: absolute;
	top: 14px;
	left: 42px;
	/*z-index: 1;*/
	z-index: 7;
	background: #fff url(../../images/logos/staubli_logo_small.png) no-repeat 50% 50%;
}

	#title_left a {
		display: block;
		width: 149px;
		height: 39px;
		text-indent: -9999px;
	}

#title_right {
	position: absolute;
	top: 14px;
	right: 42px;
	/*z-index: 1;*/
	z-index: 7;
	/*background: transparent url(../../images/logos/imag_logo_small.gif) no-repeat right 0;*/
}

	#title_right a {
		display: block;
		width: 38px;
		height: 39px;
		text-indent: -9999px;
	}
	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	width: 182px;
	height: 5px;
	/*background-image: url(../../images/subtitle_bg.png);*/
	text-indent: -9999px;
}

#box_shadow_static {
	position: relative;
	width: 1040px;
	min-height: 922px;
	height: auto !important;
	height: 922px;
	/* f?r Zentrierung */
	margin: 0 auto;
	background: #fff url(../../images/box_shadow_static_bg.png) repeat-y 0 0;
}

#box_shadow {
	position: relative;
	width: 1040px;
	min-height: 922px;
	height: auto !important;
	height: 922px;
	/* f?r Zentrierung */
	margin: 0 auto;
	background: url(../../images/box_shadow_bg.png) no-repeat 0 0;
}

#box {
	position: relative;
	width: 933px !important;
	width: 989px;
	margin-left: 26px !important;
	margin-left: 1px;
	padding: 0 28px;
}

#header {
	position: relative;
	height: 107px;
	background: #fff url(../../images/header_bg_new2.png) repeat-x 0 67px;
	z-index: 6;
}

	ul#rootline {
		position: absolute;
		left: 14px;
		bottom: 14px;
		color: #fff;
		height: 20px;
		
		background: url(../../images/cur_arrow.png) no-repeat 0px 17px;		
	}

		#rootline li {
			float: left;
		}
		
		#rootline li p {
			color: #fff;
			float: left;
		}
		
		#rootline li a {
			color: #fff;
			padding-left: 17px;
			background: url(../../images/rootlineSpacer.gif) no-repeat 7px 3px;
		}

		#rootline li.first a {
			padding-left: 0;
			background: transparent;
		}

	/* the old language navigaton
	ul#languageNavigation {
		position: absolute;
		right: 14px;
		bottom: 20px;
		right: 0px;
		bottom: 14px;
	}

		#languageNavigation li {
			display: block;
			height: 26px;
			width: 26px;
			background: url(../../images/langNav_spacer.png) no-repeat 0 0;
			float: left;
		}

		#languageNavigation li a {
			display: block;
			height: 21px !important;
			height: 26px;
			padding: 5px 0 0 0px;
			text-align: center;
			color: #fff;
		}
		
		#languageNavigation li.cur a {
			background: url(../../images/cur_arrow.png) no-repeat 10px 23px;
		}
	*/
	
	/* new drop down language nav */
	ul#languageNavigation {
		position: absolute;
		bottom: 17px !important;
		bottom: 12px;
		right: 0 !important;
		right: -1px;
	}

		* html ul#languageNavigation {
			margin-bottom: -10px;
		}

		#languageNavigation * {
			z-index: 6;
			cursor: pointer;
		}

		#languageNavigation li.label span {
			display: block;
			width: 120px !important;
			width: 146px;
			padding: 3px 22px 4px 4px;	
			color: #fff;
			font-weight: normal;
			background: #4E75AA url(../../images/arrow_icon_down.gif) no-repeat 128px center;
		}

		#languageNavigation ul {
			position: absolute;
			top: 21px;
			/*left: 0;*/
			left: -9999px;
			/*height: auto !important;
			height: 1px;*/
			height: 170px !important;
			height: 175px;
			width: 144px !important;
			width: 146px;
			overflow: auto;
			overflow-y: auto;
			overflow-x: hidden;
			border: 1px solid #4E75AA;
			border-width: 3px 1px 1px 1px;
			background: #fff;
		}
		
		#languageNavigation li li a {
			display: block;
			width: 118px !important;
			width: 144px;
			height: auto !important;
			height: 1px;
			padding: 0px 22px 0px 4px;
			background: #fff;
		}
		
		#languageNavigation li li a:hover {
			background: #4E75AA;
		}
			
		/* OPERA-Hack */
		/*html:first-child>b\ody #languageNavigation li li a {
			width: 105px !important;
		}*/
		
		#languageNavigation li:hover ul,
		#languageNavigation li.sfHover ul {
			left: 0;
		}

#imagBox {
	position: relative;
	/*top: -13px;*/
	height: 62px !important;
	height: 72px;
	/*background: #dcdfe0;*/
	padding: 5px;
}

	#imagBox * {
		color: #4e75aa;
		font-weight: bold;
	}

	#imagBox p {
		font-size: 22px;
	}
	
	#imagBox span {
		position: relative;
		top: -7px;
		font-size: 14px;
	}
	
	/*.homepage #imagBox {
		background: transparent;
	}*/
		
#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 146px;
	/*min-height: 400px;
	height: auto !important;
	height: 400px;*/
	
	padding-bottom: 50px;
	background: #d2e3f4;
}

	ul#mainNavigation {
		margin-bottom: 21px;
	}

		#mainNavigation li a {
			display: block;
			width: 126px !important;
			width: 146px;
			margin-top: 7px;
			padding: 3px 10px 3px 10px;
			color: #fff;
			font-size: 11px;
			font-weight: bold;
			background: #a3bcdb;
		}
		
		.homepage #mainNavigation li a,
		#mainNavigation li a:hover,
		#mainNavigation li a.act {
			background: #4e75aa;
		}

		#mainNavigation li a:hover {

		}

		#mainNavigation li a.first {
			margin-top: 0;
		}

		#mainNavigation ul {
			margin-bottom: 21px;
		}
		
		#mainNavigation ul ul {
			margin-bottom: 0px;
		}

		#mainNavigation li li a {
			color: #818d97;
			font-size: 11px;
			font-weight: normal;
			border-bottom: 1px solid #fff;
			background: transparent;
			padding-bottom: 4px;
			margin-top: 0;
		}
		
		#mainNavigation li li a:hover,
		#mainNavigation li li a.act {
			color: #fff;
			background: #a3bcdb;
		}

		#mainNavigation li li li a {
			width: 116px !important;
			width: 146px;
			padding-left: 20px;
		}

		#mainNavigation li li li li a {
			width: 106px !important;
			width: 146px;
			padding-left: 30px;
		}
		
		#mainNavigation li li li li li a {
			width: 96px !important;
			width: 146px;
			padding-left: 40px;
		}

		#mainNavigation li a.cur {
			background: #4E75AA url(../../images/mainNav_arrow.png) no-repeat 3px 8px;
		}
		
		#mainNavigation li li a.cur {
			background: #a3bcdb url(../../images/mainNav_arrow.png) no-repeat 3px 8px;
		}
		
		#mainNavigation li li li a.cur {
			background: #a3bcdb url(../../images/mainNav_arrow.png) no-repeat 13px 8px;
		}
		
		#mainNavigation li li li li a.cur {
			background: #a3bcdb url(../../images/mainNav_arrow.png) no-repeat 23px 8px;
		}
		
		#mainNavigation li li li li li a.cur {
			background: #a3bcdb url(../../images/mainNav_arrow.png) no-repeat 33px 8px;
		}
		
		/* Products Special */

		#mainNavigation li.hide {
			display: none;
		}

	ul#metaNavigation  {
		margin-bottom: 21px;
	}

		#metaNavigation  li a {
			display: block;
			width: 126px !important;
			width: 146px;
			margin-top: 7px;
			padding: 3px 10px 3px 10px;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			background: #BAC2C8;
		}
		
		.homepage #metaNavigation li a,
		#metaNavigation li a:hover,
		#metaNavigation li a.act {
			background: #818d97;
		}

		#metaNavigation  li a.first {
			margin-top: 0;
		}

		#metaNavigation  ul {
			display: none;
			margin-bottom: 21px;
		}

		#metaNavigation  li li a,
		#metaNavigation li li a:hover,
		#metaNavigation li li a.act  {
			color: #818d97;
			font-size: 11px;
			font-weight: normal;
			border-bottom: 1px solid #fff;
			background: transparent;
			padding-bottom: 4px;
			margin-top: 0;
		}

		#metaNavigation  li li li a {
			width: 116px !important;
			width: 146px;
			padding-left: 20px;
		}

		#metaNavigation  li li li li a {
			width: 106px !important;
			width: 146px;
			padding-left: 30px;
		}

#col2 {
	position: relative;
	float: left;
	overflow: hidden;
}

	.layout1 #col2 {
		width: 780px;
	}

	.layout2 #col2 {
		width: 641px;
	}
	
	.layout3 #col2 {
		width: 408px;
	}

	#mainContent {
		padding: 0 0 14px 14px;
		margin-bottom: 21px;
		overflow: hidden;
		
	}
	
		.layout1 #mainContent {
			width: 786px !important;
			width: 793px;
		}
		
		.layout2 #mainContent {
			width: 626px !important;
			width: 640px;
		}

#col3 {
	z-index: 5;
}	
		
	.layout1 #col3 {
		display: none;
	}

	.layout2 #col3 {
		position: relative;
		float: left;
		width: 146px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
		/*background: url(../../images/rightCol_bg.gif) no-repeat 0 0;*/
	}

	.layout3 #col3 {
		position: relative;
		float: left;
		width: 379px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
		background: url(../../images/rightCol_bg.gif) no-repeat 0 0;
	}

	#search {
		position: relative;
		margin: 7px 0 21px 0 !important;
		margin: 4px 0 21px 0;
		height: 21px;
		background: #818d97;
	}

		#search label {	
			display: none;
		}

		#search .text {
			position: absolute;
			top: 1px;
			left: 1px;
			height: auto !important;
			height: 19px;
			width: 116px !important;
			width: 122px;
			padding: 2px 3px 3px 3px;
			background-color: #fff;
			font-size: 11px;
			color: #818d97;
			border: 0;
		}
		
		#search .button {
			position: absolute;
			top: 3px;
			left: 127px;
			z-index: 1;
			width: 15px;
			height: 15px;
			border: 0;
			/*background: #fff url(../../images/search_button.png) no-repeat 50% 50%;*/
			background: url(../../images/arrow_icon_right.gif) no-repeat 50% 50%;
			text-indent: -9999px;
		}

	#rightContent {
		padding: 0 0 14px 0;
	}
	
	.layout3 #rightContent {
		width: 379px;
		overflow: hidden;
	}
	
#footer {
	position: relative;
	height: auto !important;
	height: 1px;
	margin: 0 160px 20px 160px;
	clear: both;
	border-top: 1px solid #afafaf;
}

	#footer * {
		font-size: 10px;
		color: #afafaf;
	}

	#copyright {
		float: left;
		padding-top: 2px;
	}
	
	#lastchange {
		float: left;
		padding-left: 14px;
		padding-top: 2px;
		font-size: 10px;
		background: url(../../images/footer_spacer.png) no-repeat 7px 0;
	}

	ul#footerNavigation {
		float: left;
	}

		#footerNavigation li {
			float: left;
		}

		#footerNavigation li a {
			display: block;
			padding-left: 14px;
			padding-top: 2px;
			background: url(../../images/footer_spacer.png) no-repeat 7px 0;
		}