@CHARSET "UTF-8";

@page a4-quer {
    size: landscape;
}

/*** GLOBAL ****************************************************************************************************************/
html,
    body,
    div,
    a:link,
    a:visited,
    a:hover,
    table,
    tr,
    td,
    th {
    color: #000000;
    font-size: 7pt;
    font-family: Verdana, sans-serif;
}

a:link,
    a:visited,
    a:hover {
    text-decoration: none;
}

a:link, a:visited {
    color: #005794;
}

a:hover {
    color: #7f7f7f;
}

table,
tbody,
tr,
td {
	border: none 0 #fff;
}

input,
select,
option {
    font-size: 7pt;
    border: none 0 #fff;
    outline: none 0 #fff;
}

.inputright {
    text-align: right;
}

/*** PAGE LAYOUT ***********************************************************************************************************/

html {
    width: 17cm;
}

/* MAIN PAGE LAYOUT */
body.site {
	width: 100%;
}

/* MAIN PAGE LAYOUT */
.pagecontainer {
	width: 100%;
}

/* CONTENT CONTAINERS FOR TEMPLATES */
.defaultcontentcontainer {
	width: 100%;
}

.defaultcontentcontainer_content {
	width: 100%;
}

.defaultcontentcontainer_infoboxes {
    width: 210px;
}

.productcontentcontainer {
	width: 100%;
}

.productcontentcontainer_content {
    width: 579px; /* 520 */
    margin-right: 8px;
    background-color: #fff;
}

.productcontentcontainer_infoboxes {
    width: 210px;
    width: 151px;
}

.fullcontentcontainer {
    width: 100%; /* padding: 32px 0 16px 0; */
    font-weight: normal;
}

.fullcontentcontainer.paddingtop {
    padding-top: 32px;
}

.columnleft {
    width: 190px;
}

/* DECORATORS */
.logobanner {
    /*background-image: url('css/assets/backgrounds/logobanner-metal-background.jpg');*/
    /*background-repeat: no-repeat;*/
    /*height: 105px;*/
    /*width: 100%;*/
    /*margin: 0 0 16px 0;*/
    display: none;
}

.logobanner .logo {
    /*background-image: url('css/assets/backgrounds/logo_de.png');*/
    /*background-repeat: no-repeat;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*height: 80px;*/
    /*width: 100%;*/
    display: none;
}

/* COPYRIGHT BARS */
div.coypright {
	display: none;
}

div.copyright.nospacing {
	display: none;
}

div.copyright a:link, div.copyright a:visited,
div.coypright a:link, div.coypright a:visited {
	display: none;
}

div.coypright a:hover,
div.coypright a:hover {
	display: none;
}

div.coypright.borderTop {
	display: none;
}


div.topNavigationBar {
    display: none;
}

div.topNavigationBar .navigationItem {
    display: none;
}

div.topNavigationBar .left .navigationItem {
    display: none;
}

div.topNavigationBar .right .navigationItem {
    display: none;
}

div.topNavigationBar a:link, div.topNavigationBar a:visited,
div.topNavigationBar a:link, div.topNavigationBar a:visited {
    display: none;
}

div.coypright a:hover,
div.coypright a:hover {
    display: none;
}

div.coypright.borderTop {
    display: none;
}

.contentbackgroundthreecolumns {
    background-color: #e2e3e5;
    background-image: url("css/assets/backgrounds/background-content-threecolumns.gif");
    background-position: 190px top;
    background-repeat: repeat-y;
    /*border-bottom: solid 1px #fff;*/
}

.contentbackgroundtwocolumns {
    background: url("css/assets/backgrounds/background-content-twocolumns.gif") #e2e3e5 repeat-y 190px top;
}

.contentbackgroundproductpage {
    background: url("css/assets/backgrounds/background-content-productpage.gif") #e2e3e5 repeat-y 190px top;
    background: url("css/assets/backgrounds/background-content-productpage.gif") #fff repeat-y 190px top;
}

.fulltextsearchfield {
    display: none;
}

/*** TOP NAVIGATION (I18N) *************************************************************************************************/
.navigationTop {
    display: none;
}

.navigationTop a:link, .navigationTop a:visited {
    display: none;
}

.navigationTop a:hover {
    display: none;
}

/*** MAIN MENU *************************************************************************************************************/
.mainmenu {
    display: none;
}

.mainmenu .menuitem,
.mainmenu .menuitem:link,
.mainmenu .menuitem:visited {
    display: none;
}

.mainmenu .menuitem:link.active,
.mainmenu .menuitem:visited.active,
.mainmenu .menuitem:hover {
    display: none;
}

.mainmenu .menuitem.left {
    display: none;
}

.mainmenu .menuitem.right {
    display: none;
}

/*** SUB MENU **************************************************************************************************************/
.submenu {
    display: none;
}

.submenu a.submenuitem:link,
.submenu a.submenuitem:visited,
.submenu a.submenuitem:hover {
    display: none;
}

.submenu a.submenuitem:hover,
.submenu a.submenuitem.active:link,
.submenu a.submenuitem.active:visited {
    display: none;
}

.submenu a.subsubmenuitem:link,
.submenu a.subsubmenuitem:visited,
.submenu a.subsubmenuitem:hover {
    display: none;
}

.submenu a.subsubmenuitem:hover,
.submenu a.subsubmenuitem.active:link,
.submenu a.subsubmenuitem.active:visited {
    display: none;
}

.submenu a.subsubsubmenuitem:link,
.submenu a.subsubsubmenuitem:visited,
.submenu a.subsubsubmenuitem:hover {
    display: none;
}

.submenu a.subsubsubmenuitem:hover,
.submenu a.subsubsubmenuitem.active:link,
.submenu a.subsubsubmenuitem.active:visited {
    display: none;
}



/*** CONTENT FORMATTING ****************************************************************************************************/
.content {
    color: #333;
	width: 100%;
}

.content h1 {
    margin: 0;
    padding: 8px 8px;
/*    font-size: 18px; */
    line-height: 1.2em;
    font-weight: bold;
    background-color: #e2e3e5;
    color: #1c2d77;
}

.content h2 {
    margin: 0;
    padding: 0;
/*    font-size: 14px; */
    line-height: 1.5em;
    font-weight: bold;
    color: #1c2d77;
    margin-bottom: 12px;
}

.content h3 {
    margin: 0;
    padding: 0;
/*    font-size: 12px; */
    line-height: 1.5em;
    font-weight: bold;
    color: #000;

    margin: 0;
    padding: 0;
/*    font-size: 14px; */
    line-height: 1.5em;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}

.content h4 {
    margin: 0;
    padding: 0;
/*    font-size: 12px; */
    font-weight: normal;
    color: #1c2d77;
}

.content strong,
    .content b {
    color: #000;
}

.content a:link,
    .content a:visited,
    .content div a:link,
    .content div a:visited {
    color: #b8c6e1;
    color: #CED9EB;
    color: #005aa1;
}

.content .contentMain a:hover,
    .content .contentMain div a:hover {
    text-decoration: underline;
}

/*** CONTENT FORMATTING PRODUCT PAGE SPECIALS ******************************************************************************/

.content .articlegroupheadline {
    font-family: arial;
/*    font-size: 14px; */
    margin: 14px 0 0 0;
}

.content .bandsawbladeklassifizierungheadline {
    font-family: arial;
    margin: 14px 0 3px 0;
    font-weight: bold;
}

.content .bandsawbladeklassifizierungcontainer {
    width: 151px;
    margin: 0 0 14px 0;
}

.content .bandsawbladeklassifizierungelement {
    background-color: #888;
    color: #fff;
    width: 37px;
    margin: 0 1px 1px 0;
    padding: 5px 0 2px 0;
    line-height: 1.0em;
    text-transform: uppercase;
/*    font-size: 26px; */
    text-align: center;
}

.content .bandsawbladeklassifizierungelement.right {
    width: 37px;
    margin: 0 0 1px 0;
}

.content .bandsawbladeklassifizierungelement.active {
    background-color: #00f;
}

.content .werkstoffetablecontainer {
    width: 151px;
}

.content .werkstoffetableheadline {
    font-family: arial;
    margin: 14px 0 3px 0;
    font-weight: bold;
}

.content .werkstoffetableelement {
    background-color: #888;
    color: #fff;
    width: 18px;
    margin: 0 1px 1px 0;
    padding: 4px 0 4px 0;
    line-height: 1.0em;
    text-transform: uppercase;
/*    font-size: 10px; */
    text-align: center;
}

.content .werkstoffetableelement.right {
    margin: 0 0 1px 0;
}

.content .werkstoffetableelement.active {
    background-color: #00f;
}

/*** CONTENT FORMATTING FOR CARBON STEEL ***********************************************************************************/
.bsb_carbonsteel .content {
    color: #0085cd;
}

.bsb_carbonsteel .content h1 {
    background-color: #d0e4f7;
    color: #0085cd;
}

.bsb_carbonsteel .content h2 {
    color: #0085cd;
}

.bsb_carbonsteel .content h3 {
    font-weight: normal;
    color: #0085cd;
}

.bsb_carbonsteel .content h4 {
    color: #0085cd;
}

.bsb_carbonsteel .content strong,
    .bsb_carbonsteel .content b {
    color: #0085cd;
}

.bsb_carbonsteel .content a:link,
    .bsb_carbonsteel .content a:visited,
    .bsb_carbonsteel .content div a:link,
    .bsb_carbonsteel .content div a:visited {
    color: #0085cd;
}

.bsb_carbonsteel .content .bandsawbladeklassifizierungelement {
    background-color: #d0e4f7;
}

.bsb_carbonsteel .content .bandsawbladeklassifizierungelement.active {
    background-color: #0085cd;
}

.bsb_carbonsteel .content .werkstoffetableelement {
    background-color: #d0e4f7;
}

.bsb_carbonsteel .content .werkstoffetableelement.active {
    background-color: #0085cd;
}

/*** CONTENT FORMATTING FOR BIMETAL ****************************************************************************************/
.bsb_bimetal .content {
    color: #0087a1;
}

.bsb_bimetal .content h1 {
    background-color: #cfe4eb;
    color: #0087a1;
}

.bsb_bimetal .content h2 {
    color: #0087a1;
}

.bsb_bimetal .content h3 {
    font-weight: normal;
    color: #0087a1;
}

.bsb_bimetal .content h4 {
    color: #0087a1;
}

.bsb_bimetal .content strong,
    .bsb_bimetal .content b {
    color: #0087a1;
}

.bsb_bimetal .content a:link,
    .bsb_bimetal .content a:visited,
    .bsb_bimetal .content div a:link,
    .bsb_bimetal .content div a:visited {
    color: #0087a1;
}

.bsb_bimetal .content .bandsawbladeklassifizierungelement {
    background-color: #cfe4eb;
}

.bsb_bimetal .content .bandsawbladeklassifizierungelement.active {
    background-color: #0087a1;
}

.bsb_bimetal .content .werkstoffetableelement {
    background-color: #cfe4eb;
}

.bsb_bimetal .content .werkstoffetableelement.active {
    background-color: #0087a1;
}

/*** CONTENT FORMATTING FOR CARBIDE ****************************************************************************************/
.bsb_carbide .content {
    color: #0a3275;
}

.bsb_carbide .content h1 {
    background-color: #ced0e5;
    color: #0a3275;
}

.bsb_carbide .content h2 {
    color: #0a3275;
}

.bsb_carbide .content h3 {
    font-weight: normal;
    color: #0a3275;
}

.bsb_carbide .content h4 {
    color: #0a3275;
}

.bsb_carbide .content strong,
    .bsb_carbide .content b {
    color: #0a3275;
}

.bsb_carbide .content a:link,
    .bsb_carbide .content a:visited,
    .bsb_carbide .content div a:link,
    .bsb_carbide .content div a:visited {
    color: #0a3275;
}

.bsb_carbide .content .bandsawbladeklassifizierungelement {
    background-color: #ced0e5;
}

.bsb_carbide .content .bandsawbladeklassifizierungelement.active {
    background-color: #0a3275;
}

.bsb_carbide .content .werkstoffetableelement {
    background-color: #ced0e5;
}

.bsb_carbide .content .werkstoffetableelement.active {
    background-color: #0a3275;
}

/*** CONTENT FORMATTING FOR DIAMOND ****************************************************************************************/
.bsb_diamond .content {
    color: #de4f4e;
}

.bsb_diamond .content h1 {
    background-color: #f7dad3;
    color: #de4f4e;
}

.bsb_diamond .content h2 {
    color: #de4f4e;
}

.bsb_diamond .content h3 {
    font-weight: normal;
    color: #de4f4e;
}

.bsb_diamond .content h4 {
    color: #de4f4e;
}

.bsb_diamond .content strong,
    .bsb_diamond .content b {
    color: #de4f4e;
}

.bsb_diamond .content a:link,
    .bsb_diamond .content a:visited,
    .bsb_diamond .content div a:link,
    .bsb_diamond .content div a:visited {
    color: #de4f4e;
}

.bsb_diamond .content .bandsawbladeklassifizierungelement {
    background-color: #f7dad3;
}

.bsb_diamond .content .bandsawbladeklassifizierungelement.active {
    background-color: #de4f4e;
}

.bsb_diamond .content .werkstoffetableelement {
    background-color: #f7dad3;
}

.bsb_diamond .content .werkstoffetableelement.active {
    background-color: #de4f4e;
}

/*** WHATEVER **************************************************************************************************************/

.standardinfobox {
    background-color: #e9e9e9;
    /*border-bottom: solid 8px #fff;*/
}

.standardinfobox .headline {
    background-color: #1c2d77;
    color: #fff;
    font-family: arial, sans-serif;
/*    font-size: 11px; */
    font-weight: bold;
    /*border-bottom: solid 1px #fff;*/
}

/**********************************************************************************************
    PARAMENTOR
**********************************************************************************************/
.paramentorBox {
    padding: 1pt;
    background-color: #fff;
    margin-bottom: 4pt;
    background-repeat: repeat-x;
    /*border: solid 1px #c6c6c6;*/
	/*.width : 16cm;*/
}

.paramentorBox h2 {
    font-weight: bold;
/*    font-size: 12px; */
    padding: 0 0 0 5px;
    background: transparent;
}

.paramentorBox a:link,
    .paramentorBox a:visited,
    .paramentorBox a:hover {
    color: #082D76;
    text-decoration: none;
}

.paramentorBox .smallerror {
    width: 142px;
}

.mediumBox {
    width: 415px;
}

.mediumBoxParamaster {
    width: 352px;
}

.mediumHeight {
    height: 145px;
}

.text {
    padding-left: 5px;
    padding-right: 5px;
}

.paramentorloginbox {
    background-color: #fff;
    padding: 19px;
    margin-bottom: 10px;
    /*border: solid 1px #c6c6c6;*/
	.width : 880 px;
}

.paramentorloginbox {
/*    font-size: 13px; */
    line-height: 1.6em;
}

.paramentorloginbox h2 {
    font-weight: bold;
/*    font-size: 18px; */
    padding: 0 0 0 0;
    background: transparent;
}

.paramentorloginbox a:link,
.paramentorloginbox a:visited,
.paramentorloginbox a:hover {
    color: #082D76;
    text-decoration: none;
}

input {
    border: none;
    background-color: #ccc;
}

select {
    border: none;
    background-color: #fff;
}

.mainFormDefaultTableCell {
    width: 4cm;
}

.width178 {
    width: 3.5;
}

.mainFormDefaultInput {
    width: 3cm;
}

input.mainFormDefaultInput,
select.mainFormDefaultInput {
    width: 2.8cm;
}

.width135 {
    width: 2.7cm;
}

.width120 {
    width: 2.4cm;
}

.width90 {
    width: 1.6cm;
    width: 2cm;
}

input[type="text"].width80,
input[type="password"].width80,
textarea.width80,
.width80 {
    width: 1.4cm;
}

input[type="text"].width60,
input[type="password"].width60,
textarea.width60,
.width60 {
    width: 1.4cm;
}

.width70 {
    width: 1.2cm;
}

.width50 {
    /*width: 0.8cm;*/
    width: 1.0cm;
}

.width30 {
    width: 0.5cm;
}

.maschinenstundensatzbox {
    margin-left: 0;
    width: 10cm;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
}

td {
    vertical-align: top;
}


.dummmyClassForCssProblems {
    color: #f00;
}






