* {
	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: 10px;
	/*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: 10px;
	/*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/shadow.png) repeat-y 0 0;
}

#box_shadow_bottom {
	display:block;
	height: 24px;
	width: 1040px;
	background: url(../images/shadow_bottom.png) repeat-y 0 0;
}

#box {
	position: relative;
	width: 950px !important;
	width: 950px;
        margin: 0 auto;

}

#header {
	position: relative;
	height: 126px;
	background: #fff url(../images/header_bg.gif) repeat-x 0 0;
	z-index: 6;
}

	ul#rootline {
		position: absolute;
		left: 14px;
		bottom: 9px;
		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 {
		display: block;
                width: 155px;
                height: 20px;
                margin: 0 0 10px 10px;
	}

		* html ul#languageNavigation {
			margin-bottom: -10px;
		}

		#languageNavigation * {
			z-index: 6;
			cursor: pointer;
		}

		#languageNavigation li.label span {
			display: block;
                        height: 15px;
			width: 145px;
			padding: 5px 5px 4px 5px;	
                        border-bottom: 1px solid #D8DDE0;
			color: #8e9398;
			font-weight: normal;
			background:  #ECEDED url(../images/arrow_icon_down.gif) no-repeat 135px center;
		}

		#languageNavigation ul {
			position: absolute;
			top: 21px;
			/*left: 0;*/
			left: -9999px;
			/*height: auto !important;
			height: 1px;*/
			height: 70px;
			width: 153px !important;
			width: 146px;
			overflow: auto;
			overflow-y: auto;
			overflow-x: hidden;
			border: 1px solid #ECEDED;
			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: #8e9398;
		}
			
		/* 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: 175px;
	/*min-height: 400px;
	height: auto !important;
	height: 400px;*/
	
	padding-bottom: 50px;
	background: #FFF;        
}   
        #menu_pointer {
                width: 2px; 
                height: 25px; 
                background-color: #8e9398; 
                position: absolute; 
                left: -6px;
        }
	ul#mainNavigation {
		margin-bottom: 21px;
	}

		#mainNavigation li a {
			display: block;
			width: 146px !important;
			width: 165px;
			margin-top: 5px;
			padding: 5px 8px 5px 10px;
			color: #8e9398;
                        
			font-size: 13px;			
			border-bottom: 1px solid #d8dde0;
			background: #eceded /*url(../images/nav_bg_inactive.png) repeat-x*/;
			
		}
		

                #mainNavigation li a:hover {
                        background: #8e9398;
                        color: #FFF;
                }
                
		#mainNavigation li a.act {
			background: #8e9398;
                        color: #FFF;
                        font-weight: bold;

		}

		#mainNavigation li a:hover {

		}

		#mainNavigation li a.first {
			margin-top: 0;
		}

		#mainNavigation ul {
			margin-top: 2px;
			margin-bottom: 2px;
			
		}
		
		
		#mainNavigation ul ul {
			margin-bottom: 2px;
                        margin-top: 2px;
		}

		#mainNavigation li li a {
			color: #FFF;
			font-size: 12px;
			font-weight: normal;
			margin-bottom: 2px;
			background: #c3c7ca;
			padding-bottom: 4px;
			margin-top: 0;
		}
                
                #mainNavigation li li li a {
			color: #909397;
			font-size: 12px;
			font-weight: normal;
			margin-bottom: 2px;
			background: #dcdddf;
                        padding: 5px 30px;
			margin-top: 0;
		}
                
                #mainNavigation li li li li a {
			
			background: #f4f4f4;
                        margin-bottom: 0px;
                        border: none;
                                
		}
                
		
		/*#mainNavigation li li a:hover,*/
		#mainNavigation li li a.act {
			color: #3a3f43;
                        font-weight: bold;
			background: #BAC2C8;
		}

		#mainNavigation li li li a {
			width: 116px !important;
			width: 146px;
			padding-left: 18px;
		}
                
                #mainNavigation li li li a.act {
			color: #3A3F43;
                        background-color: #DCDDDF;
		}
                #mainNavigation li li li li li a.act,
		#mainNavigation li li li li li a {
			width: 106px !important;
			width: 146px;
			padding-left: 30px;
                        background-color: #f4f4f4;
                        margin-bottom: 0px;
                        border: none;
		}
		
		

		/* 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: #8e9398;
		}

		#metaNavigation  li a.first {
			margin-top: 0;
		}

		#metaNavigation  ul {
			/*display: none;*/
			margin-bottom: 21px;
		}

		#metaNavigation  li li a  {
			color: #8e9398;
			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: 610px;
	}
	
	.layout3 #col2 {
		width: 408px;
	}

	#mainContent {
		padding: 0 0 10px 0px;
		margin-bottom: 21px;
		overflow: hidden;
		background: #fff url(../images/borderMainContent.gif) repeat-y 0px 150px;
 
	}
	
		.layout1 #mainContent {
			width: 786px !important;
			width: 793px;
		}
		
		.layout2 #mainContent {
			width: 610px !important;
			width: 626px;
			border-bottom: 1px solid #e4e4e4;
		}

#col3 {
	z-index: 5;
}	
		
	.layout1 #col3 {
		display: none;
	}

	.layout2 #col3 {
		position: relative;
		float: left;
		width: 165px; 
                
		min-height: 400px;
		height: auto !important;
		height: 400px;
		/*overflow: hidden;*/
		
	}

	.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;
	}
        #quickNav {
            
            margin-left: 10px;
        }
	ul#quickNav * {
		z-index: 5;
		cursor: pointer;
                
	}
	
		#quickNav li strong {
                        
                        display: block;
                        height: 16px;
			width: 150px!important;
			padding: 5px 0 3px 5px;	
                        border-bottom: 1px solid #D8DDE0;
			color: #8e9398;
			font-weight: normal;
			background: #eceded url(../images/arrow_icon_down.gif) no-repeat 135px;
		}
	
		#quickNav li ul {
			position: absolute;
			height: 390px;
			width: 150px !important;

			left: -9999px;
			overflow: auto;
			overflow-y: auto;
			overflow-x: hidden;
			border: 1px solid #eceded;
			border-width: 0 1px 1px 1px;
			margin-left: 10px;
		}
		
		#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: #8e9398;
		}
		
		/*
		#quickNav li:hover ul,
		#quickNav li.sfHover ul {
			left: 0;
		}
		*/
		
	.searchBox {
		
		margin: 5px 0 10px 10px;
                height: 25px;
		background: #eceded;
                width: 155px;
                border-bottom: 1px solid #D8DDE0;
	}

		#search label {	
			display: none;
		}

		#search .text {
			position: relative;
			top: 3px;
			left: 5px;			
			height: 12px;
			width: 116px !important;
			width: 122px;
			padding: 2px 3px 3px 3px;
			background-color: #fff;
			font-size: 11px;
			color: #8e9398;
			border: 0;
                        border-top: 1px solid #D8DDE0;
                        border-left: 1px solid #D8DDE0;
		}
		
		#search .button {
			position: relative;
			top: 5px;
			left: 13px;
			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;
	clear: both;
	padding-left: 750px;
	font-size: 11px;
	bottom: -25px;
	/*border-top: 1px solid #afafaf;*/
}

	#footer * {
		font-size: 11px;
		color: #8e9398;
	}

	#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 {
    margin: 0 auto;
    position: relative;
    width: 300px;
	
	}

		#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 5px 2px;
		}
                
                li#printPage a {			
                        background: none;
		}
                
                
                
@media only screen and (max-width: 1024px) {
	
	#mainContent .contentElement.version0 h3 {
    	font-size: 18px;
	}

	#mainContent .version0 p {
		font-size: 12px!important;	
	}


}                
