@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #f7f7f2;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	position: relative;
	width: 960px;
	margin: auto;
}
.stop_float {
	padding: 0px;
	margin: 0px;
	clear: both;
}

/* TOP CONTAINER */

#top {
	position: relative;
	float: left;
	width: 960px;
	height: 87px;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
}
#topmenu {
	position: relative;
	float: left;
	top: 10px;
	left: 12px;
}
#language {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}
#logo {
	position: relative;
	float: right;
	top: 16px;
	right: 16px;
	width: 176px;
	height: 56px;
}
#logo img {
	border: 0px;
}

/* SEARCH */

#search {
	position: relative;
	float: right;
	background-image: url(../img/search_bg.gif);
	background-repeat: repeat-x;
	width: 203px;
	height: 59px;
}
.tx-indexedsearch-searchbox-sword {
	position: relative;
	float: left;
	width: 95px;
	height: 20px;
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 9px;
	background-image: url(../img/searchinput_bg.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 12px;
	margin-left: 26px;
	margin-right: 6px;
}
.tx-indexedsearch-searchbox-button {
	position: relative;
	float: left;
	background-image: url(../img/search_submit_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 38px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0px;
	cursor: pointer;
	margin-top: 12px;
}

/* MENU CONTAINER */

#menu {
	position: relative;
	float: left;
	width: 960px;
	height: 71px;
	background-image: url(../img/menu_bg.gif);
}

/* CONTENT CONTAINER */

#info {
	position: relative;
	float: left;
	padding-top: 8px;
	width: 920px;
	height: 34px;
	clear: both;
}
#breadcrumb {
	position: relative;
	color: #cccccc;
	float: left;
	font-size: 10px;
}
#breadcrumb a{
	color: #cccccc;
}
#breadcrumb .fileexplorer_allWrap {
	font-size: 10px;
	color: #cccccc;
}
#breadcrumb .fileexplorer_allWrap a{
	color: #cccccc;
}
#print_view {
	color: #cccccc;
	font-size: 10px;
	position: relative;
	float: right;
}
#print_view a {
	color: #cccccc;
}

#content {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	width: 920px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 29px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	text-align: left;
}

#main_content {
	position: relative;
	float: left;
}

#nav_2ndlevel {
	position: relative;
	float: left;
	width: 215px;
	margin-right: 20px;
}

/* FOOTER */

#footer {
	position: relative;
	float: left;
	width: 960px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	padding-top: 15px;
	padding-bottom: 40px;
}
#footer a {
	color: #cccccc;
}
#footer a:hover {
	color: #b3b3b3;
}

/* ---------------------- MENUES ---------------------- */

/* ALL MENUS */

ul.sub_menu {
    list-style-type: none;
    margin:0px;
	padding:0px;
}

ul.menu a {
    display: block;
}
ul.menu li {
    padding:0;
    margin:0;
    float:left;
}

/* TOP MENU */

ul.top_menu {
	position: relative;
	float: left;
	list-style-type: none;
	font-size: 12px;
	font-family: Tahoma;
	color: #7c7c7c;
}
ul.top_menu li {
	position: relative;
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #9c9b9b;
	padding-right: 7px;
	padding-left: 7px;
}
ul.top_menu li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #7c7c7c;
	font-size: 9px;
	vertical-align: top;
}
ul.top_menu li a:hover{
	color: #4a4a4a;
}
ul.top_menu li a.active{
	color: #4a4a4a;
}

/* LANGUAGE MENU */

.language_menu {
	position: relative;
	float: left;
	padding-left: 7px;
	font-size: 9px;
	font-family: Tahoma;
	text-decoration: none;
	text-transform: uppercase;
	color: #7c7c7c;
}
.language_menu_text{
	position: relative;
	float: left;
}
.language_menu_flags {
	position: relative;
	float: left;
	padding-left: 7px;
}
.language_menu_flags img {
	position: relative;
	float: left;
	border: 0px;
	margin-right: 4px;
}


/* MAIN MENU */

ul.menu {
	position: relative;
	float: left;
    list-style-type: none;
	padding-top: 13px;
	padding-left: 20px;
}
ul.menu li {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 88px;
	margin-right: 1px;
	background-image: url(../img/menu_tab.gif);
	background-repeat: no-repeat;
}
ul.menu li.active {
	float:left;
	width: 88px;
	height: 58px;
	background-image: url(../img/menu_tab_active.gif);
	background-repeat: no-repeat;
}
ul.menu li a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 10px;
	width: 88px;
}
ul.menu li a:hover {
	color: #333333;
}
ul.menu a.active {
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/menu_tab_active.gif);
	height: 58px;
}

/* SUB MENU */

ul.sub_menu {
	position: relative;
	width: 215px;
	float: left;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-right: 20px;
	padding-top: 44px;
}
ul.sub_menu li {
	display:block;
	width: 215px;
	height: 39px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/submenu_bg.gif);
	background-repeat: repeat-x;
}
ul.sub_menu li a {
	display: block;
	height: 27px;
	padding-left: 26px;
	padding-top: 12px;
	color: #333333;
	text-decoration: none;
}
ul.sub_menu a.active {
	font-weight: bold;
	text-decoration: none;
}
ul.sub_menu a:hover {
	background-color: #f5f5f5;

}

/* DOWNLOAD MENU */

ul.sub_menu_download {
    list-style-type: none;
	margin-left: -26px;
	margin-top: -30px;
	margin-bottom: 30px;
	padding:0px;
}
ul.sub_menu_download {
	position: relative;
	width: 215px;
	float: left;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-right: 20px;
	padding-top: 44px;
}
ul.sub_menu_download li {
	display:block;
	width: 215px;
	height: 39px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/submenu_bg.gif);
	background-repeat: repeat-x;
}
ul.sub_menu_download li a {
	display: block;

	height: 27px;
	padding-left: 26px;
	padding-top: 12px;
	color: #333333;
	text-decoration: none;
}
ul.sub_menu_download a.active {
	font-weight: bold;
	text-decoration: none;
}
ul.sub_menu_download a:hover {
	background-color: #f5f5f5;

}

/* HEADLINES */

.pageTitle {
	position: relative;
	float: right;
	width: 685px;
	height: 44px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8c8c8;
	margin-bottom: 20px;
}
.pageTitle img {
	padding-top: 11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.module_title {
	position: relative;
	float: left;
	clear: both;
	padding-bottom: 18px;
	width: 100%;
}
.module_title img {
	position: relative;
	float: left;
	top: 0px;
}
.module_title_img {
	top: 0px !important;
}

/* MODULE TITLE 2 (DOWNLOAD BEREICH) */

.module_title_2 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-top: 6px;
}
.module_title_2 img {
	position: relative;
	float: left;
	top: 1px;
}
.module_title_2_img {
	top: 0px !important;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h3 {
	position: relative;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	clear: both;
	display:inline;
}
.box_onecol h3{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	padding-bottom: 10px;
}
.box_onecol_right h3{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	padding-bottom: 10px;
}

/* ---------------------- MODULE BOXES ---------------------- */

.trenner {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	margin-top: 18px;
	margin-bottom: 18px;
}
.teaser_box {
	position: relative;
	float: left;
	width: 195px;
	background-color: #f7f7f7;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
}
.teaser_box .csc-textpic-imagewrap {
	position: relative;
	float: left;
	width: 195px !important;
	text-align: center;
}
.teaser_box .csc-textpic-imagewrap .csc-textpic-image {
	position: relative;
	float: left;
	width: 195px !important;
	text-align: center;
	margin-top: 10px;
}

/* MODUL BODYTEXT */

.bodytext {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	clear: both;
}
.bodytext a {
	color: #e58e29;
}
.bodytext a:hover {
	color: #cc7e25;
}
a.download {
	color: #e58e29;
	font-weight: normal;
}
a:hover.download {
	color: #cc7e25;
}

/* MODUL LISTS */

.csc-bulletlist {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	list-style-type: none;
}
.csc-bulletlist li {
	background-image: url(../img/bulletlist_img.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}

.nav_2ndlevel_subcontent {
	position: relative;
	float: left;
	width: 189px;
	margin-left: 26px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.nav_2ndlevel_subcontent ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.nav_2ndlevel_subcontent li{
}
#content75 {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 685px;
}
.item75 {
	position: relative;
	float: left;
	width: 100%;
}


/* BOX ONE COLUMN */

.box_onecol {
	position: relative;
	float: left;
	width: 215px;
	margin-right: 20px;

}
.box_onecol img {
	margin: 0px;
	padding: 0px;
}
.box_onecol_right {
	position: relative;
	float: left;
	width: 215px;
}
.box_onecol_right img {
}
.csc-textpic-imagewrap {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.csc-textpic-imagerow {
	float: left;
	padding-bottom: 0px;
	width: 215px !important;
}
.csc-textpic-imagerow-last {
	float: left;
	padding-bottom: 5px;
}
.csc-textpic-firstcol {
}
.csc-textpic-lastcol {
}
.csc-textpic-image {
	position: relative;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
}
.csc-textpic-imagerow dl {
	height: 107px;
}
.csc-textpic-imagerow dt {
	height: 107px;
}

/*BOX TWO COLUMNS */

.box_twocols {
	position: relative;
	float: left;
	width: 450px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.box_twocols img {
	float: left;
	border: 0px;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box_twocols_right {
	position: relative;
	float: left;
	width: 450px;
}
.box_twocols csc-header-n2 {
	float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
}
.box_twocols .bodytext {
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 450px;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-weight: normal;
}
.box_twocols h2 {
	position: relative;
	float: left;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 12px;
}
.box_twocols h3 {
	position: relative;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 450px;
	clear: both;
	display:inline;
	padding-bottom: 10px;
}
.box_twocols_right h2 {
	position: relative;
	float: left;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 12px;
}
.box_twocols hr.trenner {
	position: relative;
	float: left;
	clear: both;
	width: 450px;
	height: 1px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	margin-top: 18px;
	margin-bottom: 18px;
}
/* BOX THREE COLUMNS */

.box_threecols {
	position: relative;
	float: left;
	width: 685px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.box_content_half {
	position: relative;
	float: left;
	width: 332px;
	margin-right: 20px;
}
.box_content_half_right {
	position: relative;
	float: left;
	width: 332px;
}

/* NEWS BOXES */

.news_onecol {
}
.news_twocols {
}

/* KONTAKT FORMULAR */

.csc-mailform {
	position: relative;
	float: left;
	width: 332px;
	margin-top: 30px;
	border: none;
	padding: 0px;
}
.csc-mailform-field {

}
.csc-mailform-field label{
	position: relative;
	float: left;
	width: 95px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin-top: 3px;
}
.csc-mailform-field input[type=text]{
	position: relative;
	float: left;
	width: 220px;
	border: 1px solid #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 3px;
}
.csc-mailform-field textarea{
	position: relative;
	float: left;
	width: 220px;
	height: 120px;
	border: 1px solid #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.csc-mailform-submit {
	position: relative;
	float: left;
	width: 100px;
	border: 1px solid #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 6px;
	margin-left: 95px;
	background-color: #FFFFFF;
}

/* DOWNLOAD */
.csc-uploads {
	position: relative;
	float: left;
	width: 685px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 20px;
}
.csc-uploads2 {
	position: relative;
	float: left;
	width: 685px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
}
.csc-uploads-fileName a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: transparent url(../img/download_arrow.gif) no-repeat center right;
	padding-right: 10px;
}
.csc-uploads-icon {
	width: 40px;
}
.csc-uploads-fileSize {
	width: 200px;
}
.csc-uploads3 {
	position: relative;
	float: left;
	width: 685px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.upload-attribute {
	height: 46px;
	vertical-align: top;
}
.upload-icon {
	width: 40px;
}
.upload-item {
	height: 20px;
	vertical-align: top;
}
.upload-fileName {
	width: 30%;
}
.upload-fileName a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: transparent url(../img/download_arrow.gif) no-repeat center right;
	padding-right: 10px;
}
.upload-fileSize {
	width: 100px;
	text-align: right;
}

/* DOWNLOAD (expand) */

.msg_list {
	width: 685px;
	margin: 0px;
	padding: 0px;
}
.msg_head {
	width: 100%;
	cursor: pointer;
	position: relative;
		float: left;
	clear: both;
	height: 40px;
}
.msg_body {
	position: relative;
	float: left;
	clear: both;
}

/* 25 75 - ZERTIFIKATE, DIN EN ISO, FACHPRESSE */
.tv_fce_2col_25_75 {
	position: relative;
	float: left;
	width: 100%;
}

.tv_fce_2col_1 {
	position: relative;
	float: left;
	margin-right: 20px;
}
.tv_fce_2col_1 img{
	width: 213px;
	height: 159px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
.tv_fce_2col_2 {
	position: relative;
	float: left;
	width: 450px;
}

/* PRODUKTKATALOG */
.tv_page_2col_1 {
	position: relative;
	float: left;
	width: 215px;
	margin-right: 20px;
}
.tv_page_2col_2 {
		position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 685px;
}

/* PRODUCT MENU */

.catalog_navigation {
	width: 215px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-right: 20px;
	padding-top: 44px;
}
.catalog_navigation li{
	width: 215px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	background-image: url(../img/submenu_bg.gif);
	background-repeat: repeat-x;
}
.catalog_navigation li.active {
	background-image: url(../img/submenu_bg_active.gif);
	background-repeat: repeat-x;
}
.catalog_navigation li a {
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 26px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #333333;
	text-decoration: none;
}
.catalog_navigation li a:hover {
	background-color: #f5f5f5;
}

/* CATALOG MENUE 2ND LEVEL */

.catalog_navigation ul{
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.catalog_navigation ul li{
	width: 215px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.catalog_navigation ul li a{
	background-color: #f0f0ef;
	padding-left: 26px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.catalog_navigation ul li a:hover {
	background-color: #cccccc;
}
.catalog_navigation ul li.active {
}
.catalog_navigation ul li.active a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../img/product_menu_active.gif);
	background-repeat: repeat-y;
}
.catalog_navigation ul li.active a:hover {
	background-color: #717171;
}

.catalog_navigation ul li.inactive {
	background-color: #f0f0f0;
}
.catalog_navigation ul li.inactive {
	background-color: #f0f0ef;
}

.tv_page_2col_1_content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/* CATALOG HOME */
.tv_page_2col_1_content .csc-header{
	margin-top: 25px;
	margin-bottom: 6px;
	margin-left: 26px;	
}
.lastest_viewed_products {
	position: relative;
	float: left;
	width: 189px;
	margin-left: 26px;
	margin-bottom: 30px;
	list-style-type: none;
	font-size: 11px;
}
.lastest_viewed_products li{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
}
.lastest_viewed_products a{	
	color: #e58e29;
}
.lastest_viewed_products a:hover {
	color: #cc7e25;
}
.fileexplorer_allWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.prod_box {
	position: relative;
	float: left;
	width: 215px;
	height: 257px;
	margin-right: 20px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.prod_box p {
	margin-top: 16px;
	font-size: 11px;
}
.prod_box h2 {
	float: left;
	width: 215px;
	clear: both;
	padding-bottom: 15px;
}
.prod_box a {
	font-size: 11px;
	color: #e58e29;
}
.prod_box a:hover {
	font-size: 11px;
	color: #cc7e25;
}
/* PROD BOX HEADER */

.prod_box .module_title_img {
	float: left;
	border: 0px;
	margin-top: 1px !important;
}
prod_box .module_title img {
	position: relative;
	float: left;
	top: 0px;
}
/* PROD BOX RIGHT */

.prod_box_right {
	position: relative;
	float: left;
	width: 215px;
	height: 257px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.prod_box_right p {
	font-size: 11px;
	margin-top: 16px;
}
.prod_box_right h2 {
	float: left;
	width: 215px;
	clear: both;
	padding-bottom: 15px;
}
.prod_box_right a {
	font-size: 11px;
	color: #e58e29;
}
.prod_box_right a:hover {
	font-size: 11px;
	color: #cc7e25;
}
.prod_box_right .module_title_img {
	float: left;
	border: 0px;
	margin-top: 1px !important;
}
.prod_box_right .module_title img {
	position: relative;
	float: left;
	top: 0px;
}

/* PRDOUCT CATEGORIES */
.cat_matrix {
	float: left;
	width: 685px;
	margin-bottom: 30px;
	overflow-x: auto;
}
.matrix_1 {
	height: 84px;
	vertical-align: middle;
	text-align: center;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}
.matrix_1 img{
	border: 0px;
}
.matrix_0 {
	width: 84px;
	height: 84px;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}
.matrix_0 img{
	border: 0px;
}
.cat_matrix table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	width: 100%;
}
.cat_matrix table th {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	background-color: #f7f7f7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
.cat_matrix table tr{
}
.matrix_product{
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	width: 100px;
}
.cat_detail_img {
	position: relative;
	float: left;
	width: 216px;
	margin-right: 19px;
}
.cat_detail_img img{
	position: relative;
	float: left;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
.cat_detail_text {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	padding-bottom: 20px;
	margin-bottom: 18px;
	font-size: 11px;
	color: #666666;
}
.cat_detail_text h3{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	padding-bottom: 10px;
}
.cat_detail_list ul {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	list-style-type: none;
}
.cat_detail_list li {
	background-image: url(../img/bulletlist_img.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}
.cat_detail_list h3{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	padding-bottom: 10px;
}

/* PRODUCT DETAIL */
.prod_detail_img {
	position: relative;
	float: left;
	width: 303px;
	height: 305px;
	background-image: url(../img/prod_detail_img.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 49px;
}
.prod_detail_img img {
	margin-top: 5px;
}
.prod_detail_tech{
	position: relative;
	float: left;
	width: 303px;
	height: 305px;
	background-image: url(../img/prod_detail_img.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 18px;
}
.prod_detail_tech img {
	margin-top: 5px;
}
.prod_detail {
	padding-top: 20px;
	position: relative;
	float: left;
	width: 332px;
	padding-right: 20px;
}
.prod_detail ul {
	padding-top: 16px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	list-style-type: none;
	width: 100%;
}
.prod_detail li{
	background-image: url(../img/bulletlist_img.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}
.prod_detail_atrb_01{
	padding-top: 20px;
	position: relative;
	float: left;
	width: 332px;
}
.attrib_01 {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.prod_detail_atrb_02{
	position: relative;
	float: left;
	background-image: url(../img/product_attrib_bg.gif);
	background-repeat: repeat;
	width: 635px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.prod_detail_atrb_02 table {
	float: right;
	background-color: #FFFFFF;
	padding-right: 18px;
	padding-left:18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.prod_detail_atrb_02 th{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding: 4px;
	color: #333333;
	vertical-align: top;
}
.prod_detail_atrb_02 td{
	padding: 4px;
	text-align: center;
}
.prod_detail_atrb_03{
	position: relative;
	float: left;
	width: 655px;
	margin-top: 30px;
}
.prod_detail_atrb_03 th {
		color: #333333;
		padding-bottom: 4px;
}

/* PRODUCT DETAIL THICKBOX */
.thickbox_productnumber {
	float: left;
	text-align: center;
	width: 785px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.thickbox_productnumber h1{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.prod_detail_atrb_thickbox{
	position: relative;
	background-image: url(../img/product_attrib_bg.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	margin: auto;
	width: 500px;
}
.prod_detail_atrb_thickbox table {
	background-color: #FFFFFF;
	padding-right: 18px;
	padding-left:18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.prod_detail_atrb_thickbox th{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding: 4px;
	color: #333333;
}
.prod_detail_atrb_thickbox td{
	padding: 4px;
	text-align: center;
}


.prod_links {
	position: relative;
	float: left;
	width: 654px;
	padding-left: 1px;
	margin-top: 20px;
}
.prod_links_2 {
	position: relative;
	float: left;
	width: 654px;
	padding-left: 1px;
	padding-top: 14px;
}
.prod_variante {
	position: relative;
	float: left;
	list-style-type: none;
	padding-top: 5px;
}
.prod_variante li {
	position: relative;
	float: left;
	display: block;
	list-style-type: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.prod_variante li img{
	margin-top: 10px;
}
.prod_variante li a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.prod_variante li a:hover {
	color: #cc7e25;
}

/* PRODUCT SEARCH */

.prod_search {
	position: relative;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	margin-bottom: 20px;
	clear: both;
	width: 685px;
}
.prod_search li {
	position: relative;
	float: left;
	display: block;
	list-style-type: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.prod_search li img{
	margin-top: 10px;
}
.prod_search li a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.prod_search li a:hover {
	color: #cc7e25;
}


/* SEARCH RESULT */
.search-bulletlist {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	list-style-type: none;
	width: 100%;
	padding-bottom: 12px;
	margin-top: 10px;
}
.search-bulletlist li {
	background-image: url(../img/bulletlist_img.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}

.browsebox {
	margin-top: 10px;
}
.browsebox a{
	color: #e58e29;
}
.browsebox a:hover{
	color: #cc7e25;
}

.tx-indexedsearch-res {
	padding-top:10px;
}
.tx-indexedsearch-res a {
		color: #e58e29;
}
.tx-indexedsearch-res a:hover {
	color: #cc7e25;
}
.tx-indexedsearch-sw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.tx-indexedsearch-redMarkup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #333333;
}
.tx-indexedsearch-descr {
	padding-top: 10px;
	padding-bottom: 5px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dcdcdc;
	padding-bottom: 10px;
	color: #cccccc;
}
.tx-indexedsearch-info a{
	color: #cccccc;
}
.tx-indexedsearch-info a:hover{
	color: #cccccc;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* TEAM */
.team_map {
	position: relative;
	float: left;
	width: 332px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.team_search {
	position: relative;
	float: left;
	width: 332px;
	margin-bottom: 16px;
	margin-top: 10px;
}
.team_result {
	position: relative;
	float: left;
	width: 332px;
}
.teamsearch {
	position: relative;
	width: 215px;
	float: left;
}
#teamSearchResult {
	margin-top: 16px;
}
#teamSearchResult ul{
	list-style-type: none;
}
#teamSearchResult ul li{
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
}
#teamSearchResult ul li ul li{
	font-weight: normal;
	color: #666666;
}
#teamSearchResult ul li ul li a {
	color: #e58e29;
}
#teamSearchResult ul li ul li a:hover {
	color: #cc7e25;
}
#teamSearchZip {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
}
#teamSearch_submit {
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
select{
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}
.team_weltweit {
	float: left;
	width: 100%;
}
.team_weltweit a {
	color: #e58e29;
}
.team_weltweit a:hover {
	color: #cc7e25;
}

/* GLOSSAR */
.glos_abc {
}
.index_abc{
	width: 43px;
	height: 23px;
	float: left;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.index_abc a{
	color: #e58e29;
}
.index_abc a:hover {
	color: #cc7e25;
}
.glos_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.glos_list a{
	color: #e58e29;
}
.glos_list a:hover {
	color: #cc7e25;
}
.glos_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.glos_detail a{
	color: #e58e29;
}
.glos_detail a:hover{
	color: #cc7e25;
}
.glos_nav {
	position: relative;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EEEEEE;
}
#glos_nav_left {
	position: relative;
	float: left;
	width: 225px;
	padding-top: 10px;
}
#glos_nav_right {
	position: relative;
	float: right;
	width: 225px;
	text-align: right;
	padding-top: 10px;
}
.glos_image img{
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border:1px solid #e0e0e0;
	float:left;
	padding: 4px;
}