* {
	color: #000;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	text-align: center;
}

body table.typo3-adminPanel {
	text-align:left;
}

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: 22px;
	left: 42px;
	/*z-index: 1;*/
	z-index: 7;
	background: #fff url(../images/logos/staubli_logo.png) no-repeat 50% 50%;
}

	#title_left a {
		display: block;
		width: 177px;
		height: 49px;
		text-indent: -9999px;
	}

#title_right {
	position: absolute;
	top: 37px;
	right: 42px;
	/*z-index: 1;*/
	z-index: 7;
}

	#title_right a {
		display: block;
		width: 330px;
		height: 17px;
		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: 131px;
	background: #fff url(../images/header_bg.gif) repeat-x 0 0;
	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;
			text-align: center;
			padding: 5px 0 0 0px;
			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: #818D97 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: 70px;
			width: 144px !important;
			width: 146px;
			overflow: auto;
			overflow-y: auto;
			overflow-x: hidden;
			border: 1px solid #818d97;
			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: #818D97;
		}
			
		/* OPERA-Hack */
		/*html:first-child>b\ody #languageNavigation li li a {
			width: 105px !important;
		}*/
		
		/* No hover anymore - dalder@snowflake.ch - 26.09.2008 */
		/*
		#languageNavigation li:hover ul,
		#languageNavigation li.sfHover ul {
			left: 0;
		}
		*/

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 146px;
	/*min-height: 400px;
	height: auto !important;
	height: 400px;*/
	
	padding-bottom: 50px;
	background: #E0E4E7;
}

	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: #BAC2C8;
		}
		
		.homepage #mainNavigation li a,
		#mainNavigation li a:hover,
		#mainNavigation li a.act {
			background: #818d97;
		}

		#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: #BAC2C8;
		}

		#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;
		}

		/* 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: 11px;
			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  {
			color: #818d97;
			font-size: 11px;
			font-weight: normal;
			border-bottom: 1px solid #fff;
			background: transparent;
			padding-bottom: 4px;
			margin-top: 0;
		}
		
		#metaNavigation li li a:hover,
		#metaNavigation li li a.act  {			
			color: #fff;
			background: #BAC2C8;
		}

		#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;
		/*overflow: hidden;*/
		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;
		/*overflow: hidden;*/
		background: url(../images/rightCol_bg.gif) no-repeat 0 0;
	}

	/* brand new quicknav */
	* html ul#quickNav  {
		margin-bottom: -10px;
	}
	
	ul#quickNav * {
		z-index: 5;
		cursor: pointer;
	}
	
		#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: 390px;
			width: 144px !important;
			width: 146px;
			left: -9999px;
			overflow: auto;
			overflow-y: auto;
			overflow-x: hidden;
			border: 1px solid #818D97;
			border-width: 0 1px 1px 1px;
		}
		
		#quickNav li li a {
			display: block;
			width: 101px !important;
			width: 146px;
			height: auto !important;
			height: 1px;
			padding: 0px 22px 0px 4px;
			background: #fff;
		}
		
		/* OPERA-Hack */
		html:first-child>b\ody #quickNav li li a {
			width: 105px !important;
		}
		
		#quickNav li li a:hover {
			background: #818D97;
		}
		
		/*
		#quickNav li:hover ul,
		#quickNav li.sfHover ul {
			left: 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;
	}
	
#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-left: 10px;
		padding-top: 2px;
		font-size: 10px;
		/*background: url(../images/footer_spacer.png) no-repeat 7px 0;*/
		background: url(../images/footer_spacer.png) no-repeat 5px 0;
	}

	ul#footerNavigation {
		float: left;
	}

		#footerNavigation li {
			float: left;
		}

		#footerNavigation li a {
			display: block;
			/*padding-left: 14px;*/
			padding-left: 10px;
			padding-top: 2px;
			/*background: url(../images/footer_spacer.png) no-repeat 7px 0;*/
			background: url(../images/footer_spacer.png) no-repeat 5px 0;
		}
