@CHARSET "UTF-8";

/*** GLOBAL ****************************************************************************************************************/
html,
body,
div,
a:link,
a:visited,
a:hover,
table,
tr,
td,
th {
	font-size: 12px;
	line-height: 1.5em;
	font-family: helvetica,sans-serif;
}


a:link,
a:visited,
a:hover {
	text-decoration: none;
}

a:link, a:visited {
	color: #005794;
	color: #1c2d77;
}

a:hover {
	color: #7f7f7f;
}



/*** PAGE LAYOUT ***********************************************************************************************************/

    html {
        background-image: url('assets/backgrounds/site-background.jpg');
        background-repeat: repeat-x;
        background-color: #0f1941;
    }


    /* MAIN PAGE LAYOUT */
    body.site {
        position: absolute;
        width: 952px; /* 952 */
        margin: 16px 0 0 -476px;
        left: 50%;
    }
    /* MAIN PAGE LAYOUT */
    .pagecontainer {
        width: 936px; /* 952 - 8 - 8 = 936 */
        background-color: #fff;
        padding: 8px;
    }



    /* CONTENT CONTAINERS FOR TEMPLATES */
    .fullcontentcontainer {
        width: 100%;
        background-color: #fff;
    }

    .defaultcontentcontainer {
        width: 738px; /* 760 - 32 - 1 = 738 */
        margin: 0 0 0 8px;
        font-weight: normal;
    }

    .contentbackgroundtwocolumns .content.defaultcontentcontainer {
        background-color: #fff;
    }

    .defaultcontentcontainer_content {
        width: 520px; /* 520 */
        margin-right: 8px;
        background-color: #fff;
    }

    .defaultcontentcontainer_infoboxes {
        width: 210px;
    }

    .productcontentcontainer {
        width: 738px; /* 760 - 32 - 1 = 738 */
        margin: 0 0 0 8px;
        font-weight: normal;
    }

    .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('assets/backgrounds/logobanner-metal-background.jpg');
        background-repeat: no-repeat;
        height: 105px;
        width: 100%;
        margin: 0 0 16px 0;
    }

    .logobanner .logo {
        background-image: url('assets/backgrounds/logo_de.png');
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-position: center center;
        height: 80px;
        width: 100%;
    }


    /* COPYRIGHT BARS */
    div.coypright {
        margin-top: 6px;
        font-size: 11px;
        /*text-align: right;*/
        color: #fff;
    }

    div.copyright.nospacing {
        margin-top: 6px;
        .margin-top: 1px;
        font-size: 11px;
        text-align: right;
        color: #fff;
    }

    div.copyright a:link, div.copyright a:visited,
    div.coypright a:link, div.coypright a:visited {
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
    }

    div.coypright a:hover,
    div.coypright a:hover {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }

    div.coypright.borderTop {
        border-top: solid 1px #C8CDE2;
        padding-top: 6px;
    }

    .contentbackgroundgrey {
        /*background-color: #e2e3e5;*/
        /*border-bottom: solid 1px #fff;*/
    }

    .contentbackgroundthreecolumns {
        background-color: #e2e3e5;
    	background-image: url("assets/backgrounds/background-content-threecolumns.gif");
        background-position: 190px top;
        background-repeat: repeat-y;
        border-bottom: solid 1px #fff;
    }

    .contentbackgroundtwocolumns {
    	background: url("assets/backgrounds/background-content-twocolumns.gif") #e2e3e5 repeat-y 190px top;
    }

    .contentbackgroundproductpage {
    	background: url("assets/backgrounds/background-content-productpage.gif") #e2e3e5 repeat-y 190px top;
        /*background: url("assets/backgrounds/background-content-productpage.gif") #fff repeat-y 190px top;*/
    }

    .contentbackgroundproductpage .productcontentcontainer_infoboxes {
        background-color: #fff;
    }

    .fulltextsearchfield {
        background-color: #e2e3e5;
        border-bottom: solid 1px #fff;
        padding: 6px 6px 5px 6px;
    }



/*** TOP NAVIGATION (I18N) *************************************************************************************************/
.navigationTop {
	padding-top: 80px;
	font-size: 11px;
	text-align: right;
	color: #767676;
}

.navigationTop a:link, .navigationTop a:visited {
	color: #767676;
	text-transform: uppercase;
}

.navigationTop a:hover {
	color: #cbcbcb;
}



/*** MAIN MENU *************************************************************************************************************/
.mainmenu {
	width: 100%;
	height: 25px;
	overflow: hidden;
}

.mainmenu .menuitem,
.mainmenu .menuitem:link,
.mainmenu .menuitem:visited {
    /*background-image: url("assets/backgrounds/inactive-mainmenuitem-background.jpg");*/
    /*background-repeat: repeat-x;*/
    /*background-position: bottom left;*/
    background: url("assets/backgrounds/inactive-mainmenuitem-background.jpg") repeat-x bottom left;
	color: #ffffff;
	display: block;
	float: left;
    margin: 3px 0 0 0;
	padding: 3px 15px 5px 15px;
	font-weight: bold;
	/*border-right: solid 1px #cccccc;*/
	text-transform: uppercase;
	height: 14px;
    font-size: 12px;
}

.mainmenu .menuitem:link.active,
.mainmenu .menuitem:visited.active,
.mainmenu .menuitem:hover {
    margin: 0;
    border-top: solid 3px #ce1f1a;
	color: #1c2c77;
    background: #fff;
}

.mainmenu .menuitem.left {
	border-right: solid 1px #bbbbbb;
}

.mainmenu .menuitem.right {
	border-left: solid 1px #bbbbbb;
}



/*** SUB MENU **************************************************************************************************************/
.submenu {
	width: 190px;
	border-bottom: solid 7px #fff;
}

.submenu a.submenuitem:link,
.submenu a.submenuitem:visited,
.submenu a.submenuitem:hover {
	padding: 7px 0 6px 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.0em;
    text-transform: uppercase;
	display: block;
    color: #fff;
    background-color: #1c2d77;
    border-bottom: solid 1px #fff;
}

.submenu a.submenuitem:hover,
.submenu a.submenuitem.active:link,
.submenu a.submenuitem.active:visited {
	color: #1c2d77;
    background-color: #fff;
    font-weight: bold;
    border-left: solid 3px #ce1f1a;
    padding: 7px 0 6px 7px;
}



.submenu a.subsubmenuitem:link,
.submenu a.subsubmenuitem:visited,
.submenu a.subsubmenuitem:hover {
	padding: 7px 0 6px 20px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.0em;
    text-transform: uppercase;
	display: block;
    color: #1c2d77;
    background-color: #bfc1c5;
    background-image: url('assets/icons/submenu-hook.gif');
    background-position: 10px 8px;
    background-repeat: no-repeat;
    border-bottom: solid 1px #fff;
}

.submenu a.subsubmenuitem:hover,
.submenu a.subsubmenuitem.active:link,
.submenu a.subsubmenuitem.active:visited {
	color: #1c2d77;
    background-color: #fff;
    font-weight: normal;
    border-left: solid 3px #ce1f1a;
    padding: 7px 0 6px 17px;
    background-position: 7px 8px;
}



.submenu a.subsubsubmenuitem:link,
.submenu a.subsubsubmenuitem:visited,
.submenu a.subsubsubmenuitem:hover {
	padding: 7px 0 6px 30px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.0em;
    text-transform: uppercase;
	display: block;
    color: #1c2d77;
    background-color: #e2e3e5;
    background-image: url('assets/icons/submenu-hook.gif');
    background-position: 20px 8px;
    background-repeat: no-repeat;
    border-bottom: solid 1px #fff;
}

.submenu a.subsubsubmenuitem:hover,
.submenu a.subsubsubmenuitem.active:link,
.submenu a.subsubsubmenuitem.active:visited {
	color: #1c2d77;
    background-color: #fff;
    font-weight: normal;
    border-left: solid 3px #ce1f1a;
    padding: 7px 0 6px 27px;
    background-position: 17px 8px;
}





/*.subItemBorderTop {*/
	/*border-top: solid 1px #C8CDE2;*/
/*}*/

/*a.subsubitem:link,*/
/*a.subsubitem:visited {*/
/*}*/
/*a.subsubitem:link,*/
/*a.subsubitem:visited,*/
/*a.subsubitemActive:hover {*/
	/*font-family: Verdana,verdana,sans-serif;*/
/*}*/

/*a.subsubitemActive:link,*/
/*a.subsubitemActive:visited,*/
/*a.subsubitemActive:hover {*/
	/*font-weight: bold;*/
/*}*/

/*a.noborder:link,*/
/*a.noborder:visited,*/
/*a.noborder:hover {*/
	/*border: none;*/
/*}*/



/*** CONTENT FORMATTING ****************************************************************************************************/
.content {
	color: #333;
}

.content h1 {
    margin: 0 0 21px 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: #1c2d77;
}

.content .contentMain a:hover,
.content .contentMain div a:hover {
	text-decoration: underline;
}

.content hr.basic {
	background: transparent;
	border: none 0;
	border-top: solid 1px #818588;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 5px 0;
}


.teaserelement {
	margin: 0 0 21px 0;
}



/*** 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;
}




a.arrowlink:link,
a.arrowlink:visited,
a.arrowlink:hover {
	background-image: url("assets/icons/pfeil_navi.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0;
	background-position: 1px 1px;
}



/*** 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;
}



/*** CONTENT FORMATTING FOR CERMET *****************************************************************************************/
.csb_cermet .content {
	color: #8b503c;
}

.csb_cermet .content h1 {
	background-color: #f7dad3;
	color: #8b503c;
}

.csb_cermet .content h2 {
	color: #8b503c;
}

.csb_cermet .content h3 {
	font-weight: normal;
    color: #8b503c;
}

.csb_cermet .content h4 {
	color: #8b503c;
}

.csb_cermet .content strong,
.csb_cermet .content b {
	color: #8b503c;
}

.csb_cermet .content a:link,
.csb_cermet .content a:visited,
.csb_cermet .content div a:link,
.csb_cermet .content div a:visited {
	color: #8b503c;
}

.csb_cermet .content .bandsawbladeklassifizierungelement {
    background-color: #f7dad3;
}

.csb_cermet .content .bandsawbladeklassifizierungelement.active {
    background-color: #8b503c;
}

.csb_cermet .content .werkstoffetableelement {
    background-color: #f7dad3;
}

.csb_cermet .content .werkstoffetableelement.active {
    background-color: #8b503c;
}



/*** WHATEVER **************************************************************************************************************/

.content .legende {
    padding: 0 0 10px 0;    
}

.content .legende,
.content .legende table,
.content .legende tr,
.content .legende table tr td,
.content .legende tr td {
    color: #000;
}

.content .legende .werkstoffetableelement {
    padding: 6px 2px 3px 1px;
    .padding: 5px 2px 3px 1px;
    background-color: #888;
    color: #fff;
}

.content .legende h2 {
    color: #000;
}

.content .legende .klassifizierungen {
    vertical-align: middle;
}

.content .legende .bandsawbladeklassifizierungelement {
    .padding: 3px 0 7px 0;
    background-color: #888;
    color: #fff;
}

.content .legende .bandsawbladeklassifizierung_text {
    padding: 8px 0 0 10px;
    /*background-color: #888;*/
    color: #000;
}

.content .legende .bandsawbladeklassifizierung_text b {
    color: #000;
}



.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;
    padding: 0 8px;
}















.dummmyClassForCssProblems {
    color: #f00;
}






