/* Allgemein *******************************************************************/
/* KD Pneumatik ****************************************************************/
/* 30.07.09 ta ******* 20.11.09 Update bt22 ta  ********************************/
/* (c) brain at work GmbH . D-88299 Leutkirch . www.brain-at-work.de  **********/

body /* ACHTUNG: im Backoffice werden die Container-Styles in den body geladen */
{
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	color: #6F6F6F;
	line-height: 140%;
}
body.febody /* nur fuer Frontend gueltig */
{
	text-align: center;
	background-color: #A0A0A0;
}

tbody
{
	font-size: 75%;
}
.febody tbody
{
	font-size: 100%;
}

form, 
input,
textarea,
select
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 100%;
}

h1, .beetoolsskinSkin .mce_h1 span.mceText,
h2, .beetoolsskinSkin .mce_h2 span.mceText,
h3, .beetoolsskinSkin .mce_h3 span.mceText,
h4, .beetoolsskinSkin .mce_h4 span.mceText,
h5, .beetoolsskinSkin .mce_h5 span.mceText,
h6, .beetoolsskinSkin .mce_h6 span.mceText,
p,  .beetoolsskinSkin .mce_p span.mceText,
td p
{
	margin-top: 0px;
	padding-top: 0px;
}
h1, .beetoolsskinSkin .mce_h1 span.mceText
{
	color: #eb6909;
    font-size: 150%;
	font-weight:lighter; 
	line-height: 120%;
}
h1 a
{
	color: #eb6909;
}

h2, .beetoolsskinSkin .mce_h2 span.mceText
{ 
	color: #6F6F6F; 
    font-size: 130%; 
	line-height: 120%;
}
h2 a
{
	color: #6F6F6F;
}

h3, .beetoolsskinSkin .mce_h3 span.mceText
{
	color: #6F6F6F; 
    font-size: 110%; 
}
h3 a
{
	color: #6F6F6F; 
}

h4, .beetoolsskinSkin .mce_h4 span.mceText
{
	color: #6F6F6F;
    font-size: 110%; 
}
h5, .beetoolsskinSkin .mce_h5 span.mceText
{
	color: #ffffff;
	background-color: #eb6909;
	font-size: 110%;
	padding: 2px 5px;
	margin-bottom: 5px;
}
h5 a
{
	color: #ffffff;
}

h6, .beetoolsskinSkin .mce_h6 span.mceText
{
	color: #000000;
    font-size: 100%;
}

/* Bilder mit Links, Links fuer versch. Typen ************************************************************************/

img
{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px;
}

.thumb_image,
.zoomimagefe,
.dlimagefe
{
	cursor: pointer;
}

.pic
{
	line-height: 0;
}

.piclabel label,
.pic label
{
	font-size: 90%;
	margin-top: 0;
	padding-top: 0;
	color: #A0A0A0;
	line-height: 100%;
}

.zoomimagefe label,
.pic label.zoomimagefe
{
	display: block;
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	text-indent: 45px;
	background: url(image/icon_popup_zoom_1.gif) no-repeat;
	color: #A0A0A0;
}
.zoomimagefe label:hover,
.pic label.zoomimagefe:hover
{
	background: url(image/icon_popup_zoom_2.gif) no-repeat;
}

.hyperlinkfe .piclabel label,
.pic label.hyperlinkfe
{
	display: block;
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	text-indent: 45px;
	background: url(image/icon_hyperlink_1.gif) no-repeat;
	color: #A0A0A0;
}
.hyperlinkfe .piclabel label:hover,
.pic label.hyperlinkfe:hover
{
	background: url(image/icon_hyperlink_2.gif) no-repeat;
}

.doclinkfe .piclabel label,
.pic label.doclinkfe
{
	display: block;
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	text-indent: 15px;
	background: url(image/icon_download_1.gif) no-repeat;
	color: #A0A0A0;
}
.doclinkfe .piclabel label:hover,
.pic label.doclinkfe:hover
{
	background: url(image/icon_download_1.gif) no-repeat;
}

a
{
	color: #eb6909;
}

hr
{
	border: none;
	background-color: #6891B1;
	height: 1px;
}

/*Spamschutz*/
.formusername
{
	display: none;
}

/* Overlib für title-Anzeige bei Bildern ***************************************/

.overlibbackground
{
	background-color: #FFFFEE;
	color: #000000;
	text-align: left;
	border: 1px solid #666666;
	width: auto;
	padding: 0 5px;
	line-height: 120%;
}

/* Print-Header: nur sichtbar fuer media=print ************************************/

.febody .printheader
{
	display: none;
}

#stylesheetlblprint  /* Link "Druckansicht" */
{
}

#stylesheetlblnormal  /* Link "Zurueck zur Web-Ansicht " */
{
}

/* Container-Aufbau drumherum ************************************/

div.all /* umfasst alles */
{
	width: 100%;
	background-color: #f2f2f2;
	text-align: left;
}
/* Positionierung der Container innerhalb der Hilfscontainer*/
div.headcontainer,
div.maincontainer,
div.footercontainer
{
	width:960px;
	margin:auto;
}
/* Container-Aufbau Kopf ************************************************************************/
div.top 
{
	background: #5E5B57 url(image/w_top.gif) repeat-x;
	width:100%;
	height:53px;
}
div.headcontainer
{
	height: 53px;
	margin:auto;
	position: relative;
}
.logo
{
	width: 200px;
	height: 30px;
}
.febody .logo
{
	position: absolute;
	left: 0;
	top: 53px;
	width: 220px;
	height: 120px;
	overflow: hidden;
}

.topillu
{}
.febody .topillu 
{
	min-height:100px;
	width:960px;
	margin:auto;
	overflow: hidden;
	z-index: 1000;
}



/* Suche ************************************************************************************/
.febody .search
{
	position: absolute;
	top: 35px;
	left: 220px;
	width: 740px;
	height: 19px;
	text-align:right;
	padding-bottom: 5px;
	color: #FEFFFF;
}
.febody .search .toplinks
{
	float:left;
}
.febody .search #englisch
{
	padding-left:360px; 
}
.febody .search #impressum
{
	padding-left:10px; 
}
.searchinput
{	
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	color: #000000;
	font-size: 100%;
	padding-left: 3px;
	width: 130px;
}
.searchsubmit
{
	border: none;
	background: transparent;
	color: #ffffff;
	font-size: 100%;
	cursor: pointer;
	text-align: left;
	padding-left: 3px;
}

.searchlastsubmit
{
	border: none;
	background: transparent;
	color: #4C4C4C;
	font-size: 100%;
	cursor: pointer;
}
.searchresult /* dd-Tag: gefundener Text mit Hervorhebungen */
{}

.searchresult dd
{
	margin: 0;
}

.searchresult dt
{
	border-bottom: 1px solid #4C80A6;
	margin: 0;
}

.searchresult a
{
	color: #4C4C4C;
	text-decoration: none;
}

.searchresult a:hover
{
}

.locatorstringnoanchor
{
	font-size: 95%;
	padding-right: 10px;
	background: url(image/s_bullet_searchresult.gif) no-repeat right;
}

.bawfoundtext /* exakt zur Suche uebereinstimmende Begriffe */
{
	font-weight: bold;
}

/* Contenteraufbau Mitte *******************************************************************************/
div.middle
{
	padding-top:20px;
	background-color:#ffffff;
	border-top: 1px solid #A0A0A0;
}
.maincontainer
{
	height: 375px;
	height:auto !important;
	min-height:350px !important;
}

.leftcontainer
{
	width: 190px;
	float: left;
}

.centercontainer
{
	width: 530px;
	padding: 10px 30px 30px 20px;
	float: left;
}
* html .centercontainer 
{
	padding-right:10px;
}
.rightcontainer
{
	width: 190px;
	margin-top: 10px;
	float: left;
}

/* Menue *****************************************************************************/
div.menu
{
	position: relative;
	z-index: 5000;
}
div.menu ul, 
div.menu li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

div.menu li a
{
	color: #000000;
}
div.menu a.menu:hover
{
	color: #F2F2F2;
	background-color: #8B8A88;
}

div.menu ul
{
	display: block;
	position: absolute;
	left: 175px;
	top: 32px;
	width: 800px;
	text-align: center;
}

div.menu ul a.menu
{
	padding: 5px 15px 5px 15px;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #8B8A88;
	border-top: 1px solid #8B8A88;
	border-right: 1px solid #8B8A88;
}

div.menu ul a.active
{
	color: #5E5B57;
	background-color: #F2F2F2;
	border-bottom: none;
}

div.menu ul ul
{
	display: block;
	position: absolute;
	left: -200px;
	top: 170px;
	width: 180px;
	text-align: left;
}

div.menu ul ul a.menu
{
	display: block;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
	line-height: 120%;
	text-transform:none; 
	color: #89896F;
	border: none;
	border-bottom: solid 1px #89896F;
}
div.menu ul ul li a
{
	border-bottom:none;
}
div.menu ul ul a.active
{}
div.menu ul ul ul a.menu
{
	display: block;
	padding: 2px 5px 2px 30px;
}

div.menu ul ul ul a.active
{
}

div.menu ul a.disabled, /* allg. nicht sichtbare/inaktive Kategorien */
div.menu ul ul a.disabled,
div.menu ul ul ul a.disabled
{
	text-decoration: line-through;
}

div.menu ul a.protectclosed, /* PWS-geschuetzter Inhalt */
div.menu ul ul a.protectclosed,
div.menu ul ul ul a.protectclosed
{
	background: url(image/icon_protectclosed.gif) no-repeat bottom right;	
}

div.menu ul a.protectopen, /* PWS-geschuetzter Inhalt */
div.menu ul ul a.protectopen,
div.menu ul ul ul a.protectopen
{
	background: url(image/icon_protectopen.gif) no-repeat bottom right;	
}


/* Menue Infobox *************************************************************************************/

.menuinfobox
{
	position:relative;
	margin-top: 20px;
	color:#6F6F6F;	
}

/* Content + Artikellisten ***************************************************************************/

.contentcontainer, 		/* Hauptbereich fuer Detail-Texte */
.articledetailcontain,	/* Liste der Detail-Texte "alle auf 1 Seite" */
.articlelistcontain1	/* Artikelliste Kurzbeschr. 1-spaltig */
{
	width: 500px;
}
.articlelistcontain1
{
	padding-left:30px;
}
.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	width: 220px;
	min-height: 140px;
	margin-left:30px;
	padding: 5px;
	float: left;
	border: 1px solid #DDDDDD;
}

.mainarticle,
.articledetail,
.normarticle,
.nextcatarticleitem
{
	position: relative;  /* fuer die absolute Positionierung innerhalb der Artikel notwendig */
}

.mainarticle
{
	padding-left:30px;
}

.articledetail
{}

.centercontainer .normarticle
{
	margin-bottom: 10px;
}
.centercontainer .nextcatarticleitem
{
	margin-bottom: 10px;
}


.normarticle p, 
.nextcatarticleitem p,
.normarticle h2,
.nextcatarticleitem h2,
.normarticle h3,
.nextcatarticleitem h3,
.normarticle h4,
.nextcatarticleitem h4
{
	margin: 0;
}

.normarticle a, 
.nextcatarticleitem a
{
	text-decoration: none;
}

.normarticle a span.morelink, 
.nextcatarticleitem a span.morelink
{
	color: #eb6909;
}

a.hyperlinkfe,
a.doclinkfe,
a.zoomlinkfe
{
	color: #eb6909;
}

/* beetools-PopUp **********************************************/

.beetoolspopup
{
	width: 440px;
	height: 340px;
	position: relative;
	border: 1px solid #000;
	background-color: #FFFFFF;
}

.beetoolspopup iframe,
.beetoolspopup .beetoolspopupcontent
{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 400px;
	height: 300px;
	border: none;
	padding: 0;
	margin: 0;
	border: 1px solid #CCCCCC;
}

.beetoolspopup .top,
.beetoolspopup .bottom
{
	position: relative;
}

.beetoolspopup .topleft,
.beetoolspopup .bottomleft,
.beetoolspopup .topright,
.beetoolspopup .bottomright
{
	width: 20px;
	height: 20px;
	position: absolute;
}
/*
.beetoolspopup .topleft		{	top: 0px;	left: 0px;	background: url(image/w_beetoolspopup_corners.png) 0px 0px no-repeat;	}
.beetoolspopup .bottomleft	{ 	bottom: 0px; left: 0px;	background: url(image/w_beetoolspopup_corners.png) 0px -20px no-repeat;	}
.beetoolspopup .topright 	{	top: 0px; 	right: 0px;	background: url(image/w_beetoolspopup_corners.png) -20px 0px no-repeat;	}
.beetoolspopup .bottomright	{	bottom: 0px; right: 0px;	background: url(image/w_beetoolspopup_corners.png) -20px -20px no-repeat;	}

.beetoolspopup .topmiddle
{
	height: 20px;
	background: url(image/w_beetoolspopup_horizontal.png) 0px 0px repeat-x;
}

.beetoolspopup .middleleft
{
	width: 20px;
	background: url(image/w_beetoolspopup_vertical.png) 0px 0px repeat-y;
}
.beetoolspopup .middleright
{
	width: 20px;
	background: url(image/w_beetoolspopup_vertical.png) -20px 0px repeat-y;
}
*/
.beetoolspopup .middlemiddle
{
	width: 400px;
	height: 300px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
/*
.beetoolspopup .bottommiddle
{
	height: 20px;
	background: url(image/w_beetoolspopup_horizontal.png) 0px -20px repeat-x;
}
*/
.beetoolspopupclose
{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
	height: 15px;
	background: #AAAAAA;
	color: #000000;
	border-width: 1px;
	cursor: pointer;
}

/* Block rechts ***************************************************************************/

.staticblock /* Artikel Kurzbeschr. statisch */
{
	width: 180px;
	border: 1px solid #DDDDDD;
}
.staticblock p
{
	padding: 10px;
}

.dynamicblock /* Artikelliste Kurzbeschr. rechts */
{
}

/* Formulare *********************************************************************************/

.formstyleadresse
{}
.formstylenewsletter
{}
.formstylekontakt input,
.formstylekontakt textarea,
.formstylekontakt select
{
	font-size: 100%;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

.FormErrorMessageStyle /* eingeblendete Fehlernachricht */
{
	color: #FF6600;
}

input.formsubmit
{
	background-color: #646464;
	padding: 2px 10px;
	color: #ffffff;
	cursor: pointer;
}

.formerrorfields
{
	border: 1px solid #F5840A;
	padding: 10px;
}

.febody input.formerror, /* Klasse des Input bei fehlenden Eingaben */
.febody textarea.formerror,
.febody select.formerror
{
	border: 1px solid #FF6600;
}

.febody .formfieldhidden
{
	display: none;
}

/* Footer *********************************************************************************/
div.bottom
{
	background:#A0A0A0 url(image/w_footer.gif) repeat-x;
}
.footercontainer
{
	height:25px;
	padding-top: 5px;
	color: #ffffff;
}
.footercontainer div.left
{
	width:200px;
	float:left;
}
.footercontainer div.right
{
	float:right;
	width:100px;
	text-align:right;
	padding-right:200px;
}
.footercontainer a.hyperlinkfe,
.footercontainer a.recommend,
.footercontainer a.toplink
{
	color:#ffffff;
	text-decoration: none;
}
.formstylerecommend /* Klasse im form-Tag */
{}
.fotoercontainer div.nextcatarticleitem
{
	width:30%;
}

a#stylesheetlblprint, /* Zur Druckansicht */
#stylesheetlblnormal
{
	cursor: pointer;
	background: url(image/i_icon_printpage.gif) no-repeat 0px 0px;
	padding-left: 27px;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
}

/* PopUp Fenster *********************************************************************************/

.popupimage /* Zoombilder */
{
	background-color: #F0F0F0;
}
.popupimage img
{
	cursor: pointer;
}

/* Layoutvorlagen *********************************************************************************/

.pics-left
{
	float: left;
	padding-right: 3%;
	border: none;
}

.pics-right
{
	float: right;
	padding-left: 3%;
	border: none;
}

.pics-short
{
	float: left;
	padding-right: 3%;
	border: none;
}

.zweispalter .columnleft  /* Zweispaltige Seiteninhalte - linke Spalte */
{
	width: 43%;
	margin-right: 4%;
	float: left;
}
.zweispalter .columnright  /* Zweispaltige Seiteninhalte - linke Spalte */
{
	width: 43%;
	float: left;
}

.dreispalter .columnleft /* Dreispaltige Anordnung - links */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnmiddle /* Dreispaltige Anordnung - mitte */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnright /* Dreispaltige Anordnung - rechts */
{
	width: 30%;
	margin-right: 0;
	float: left;
}

body.febody .invisible /* fuer .bawhiddenhtml Einblend-Texte wie Datenschutz-Hinweis, Suchmaschinentext */
{
	display: none;
}

body.febody .formfieldhidden
{
	display: none;
}

/** brain-at-work Link *****************************************************************/
.bawlink
{
	text-align: center;
	font-size: 90%;
	padding-top: 10px;
}

.bawlink a
{
	text-decoration: none;
	color: #DDDDDD;
}

.bawlink a:hover
{
	color: #000000;
}

body.febody .cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 5px 0;
  width: 100%;
  z-index: 99999;
  border-top: 2px solid #333; }
  @media all and (max-width: 1230px) {
    body.febody .cookie {
      padding: 5px 2%; } }
  body.febody .cookie .ckhnws {
    display: block;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    font-weight: bold; }
    body.febody .cookie .ckhnws p {
      color: #000;
      text-align: left !important;
      padding: 0 !important;
      float: left;
      font-size: 80% !important; }
      body.febody .cookie .ckhnws p a {
        color: #000 !important;
        text-decoration: underline; }
        body.febody .cookie .ckhnws p a:hover {
          text-decoration: none; }
    body.febody .cookie .ckhnws > a {
      display: inline-block;
      float: right;
      background-color: #000;
      padding: 4px 20px;
      color: #fff !important;
      text-decoration: none;
      border-radius: 10px; }
      @media all and (max-width: 1230px) {
        body.febody .cookie .ckhnws > a {
          display: block;
          width: 100%;
          text-align: center;
          margin: 10px 0; } }
body.febody form .rw.dsnf {
  position: relative; }
  body.febody form .rw.dsnf input[type="checkbox"] {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: auto; }
    body.febody form .rw.dsnf input[type="checkbox"] + label {
      display: block;
      padding-left: 30px;
      line-height: 120%; }
      body.febody form .rw.dsnf input[type="checkbox"] + label a {
        text-decoration: underline; }
    body.febody form .rw.dsnf input[type="checkbox"].error + label, body.febody form .rw.dsnf input[type="checkbox"].formerror + label {
      color: #ff0000; }
