/* Allgemein ********************************************************************/
/* Ernst Reiner ****************************************************************/
/* 27.08.07 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; 
/*	background-color: #DADEDE; */
}

body.febody /* nur fuer Frontend gueltig */
{
	background-color: #BACAD3; 
	/* background-color:#A7ABCD;*/
	text-align: center;
}

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

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

h1, 
h2, 
h3, 
h4, 
h5, 
p,
td p
{
	margin-top: 0px;
	padding-top: 0px;
}
h1
{
	padding-top: 40px;
	color: #000;
    font-size: 160%; 
	font-weight: normal;
}
h1 a
{
	text-decoration: none;
}

h2
{ 
	padding-top: 40px;
    color: #000; 
    font-size: 125%; 
}
h2 a
{
	text-decoration: none;
}

h3
{
	color: #0067A6;
    font-size: 125%; 
	font-weight: normal;
}
h3 a
{
	color: #0067A6;
	text-decoration: none;
}

h4
{
	color: #000;
    font-size: 110%; 
}
h4 a
{
	text-decoration: none;
}

h5
{
	color: #0067A6;
    font-size: 125%; 
	font-weight: normal;
	background: url(image/s_bullet_headings.gif) no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
}
h5 a
{
	color: #0067A6;
	text-decoration: none;
}
h6
{
	color: #000;
    font-size: 100%;
}

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

img
{
	border-color: #FFF;
}
.thumb_image,
.zoomimagefe,
.hyperlinkfe,
.doclinkfe,
.dlimagefe
{
	cursor: pointer;
}

.pic label
{
	font-size: 90%;
}

.pic label.zoomimagefe
{
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	text-indent: 45px;
	background: url(image/icon_popup_zoom_1.gif) no-repeat;
	cursor: pointer;
}
.pic label.zoomimagefe:hover
{
	background: url(image/icon_popup_zoom_2.gif) no-repeat;
}

.pic label.hyperlinkfe
{
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	text-indent: 45px;
	background: url(image/icon_hyperlink_1.gif) no-repeat;
	cursor: pointer;
}
.pic label.hyperlinkfe:hover
{
	background: url(image/icon_hyperlink_2.gif) no-repeat;
}

.pic label.doclinkfe
{
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	text-indent: 15px;
	background: url(image/icon_download_1.gif) no-repeat;
	cursor: pointer;
}
.pic label.doclinkfe
{
	background: url(image/icon_download_1.gif) no-repeat;
}

a
{
	color: #0067A6;
}

/* Klassenangaben fuer Editor-span-Klassen (2.Dropdown-Feld neben Format)*/
.font60
{
	font-size: 60%;
}

.font80
{
	font-size: 80%;
}

.font120
{
	font-size: 120%; 
}

.font140
{
	font-size: 140%;
}

.font160
{
	font-size: 160%;
}

.corporatecolor
{
	color: #0067A6;
}

.signalcolor
{
	color: #BA4741;
}

/* 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: 900px;
	margin: auto;
}

/* Container-Aufbau Kopf ************************************************************************/

div.headcontainer
{
	width: 900px;
	height: 95px;
	text-align: left;
	position: relative;
}

div.logo
{
	position: absolute;
	left: 538px;
	top: 18px;
	width: 338px;
}

div.language
{
	position: absolute;
	left: 0;
	top: 20px;
	color: #636363;
}
div.language button,
div.language a
{
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	color: #636363;
	cursor: pointer;
	text-align: left;
}


div.topillu
{
}

div.topnav
{
	position: absolute;
	left: 0;
	top: 75px;
	line-height: 80%;
}

div.topnav ul, 
div.topnav li
{
    display:inline;
    margin: 0px;
    padding: 0px;
}

div.topnav a:hover,
div.topnav a.topnav:hover,
div.topnav a.active:hover
{
	text-decoration: underline;
}

div.topnav ul a.topnav  /* 1. Ebene - nicht geklickt */
{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 2px 10px 2px 0px;
	margin-right: 10px;
	border-right: 1px solid #000;
	float: left;
}

div.topnav ul a.active  /* 1. Ebene - geklickt */
{
	font-weight: bold;
}

div.topnav ul
{
}

div.topnav ul ul
{
	position: absolute;
	top: 20px;
	left: 10px;
	padding-left: 10px;
}

div.topnav ul ul a.topnav /* 1. Ebene - nicht geklickt */
{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	float: left;
}

div.topnav ul ul a.active  /* 1. Ebene - geklickt */
{
	display: block;
	color: #F0F;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	float: left;
}

div.topnav ul a.disabled, /* allg. nicht sichtbare/inaktive Kategorien */
div.topnav ul ul a.disabled
{
	text-decoration: line-through;
	font-style: italic;
	color: #999;	
}

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

div.topnav ul a.protectopen, /* PWS-geschuetzter Inhalt */
div.topnav ul ul a.protectopen
{
	/* background: #FFF url(image/icon_protectopen.gif) no-repeat bottom right;	 */
	color: #054E93;
}

/* Contenteraufbau Mitte *******************************************************************************/

.maincontainer
{
	min-height: 500px !important;
	height: auto !important;
	height: 500px;
	border: 1px solid #FFF;
	background-color: #DADEDE;
	text-align: left;
}

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

.centercontainer
{
	width: 687px;
	margin-left: 30px;
	float: left;
}
/*
.rightcontainer
{
	width: 200px;
	float: right;
} */


/* Menue *****************************************************************************/

div.menu
{
	margin-top: 40px;
}

div.menu ul, 
div.menu li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

div.menu a.menu:hover
{
	background: #E6EBEB;
	text-decoration:underline;
}

div.menu ul a.menu
{
	display: block;
	padding: 0px 2px 0px 20px;
	line-height: 20px;
	font-size:12px;
	color:#0067A6;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
}

div.menu ul a.active
{
	font-weight: bold;
}

div.menu ul ul a.menu
{
	padding: 0px 2px 0px 30px;
	line-height: 20px;
	font-size:12px;
	color:#0067A6;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
	background: #D4D4D4 url(image/s_bullet_mainmenu.gif) no-repeat 20px 6px;
}

div.menu ul ul a.menu:hover
{
	background: #D4D4D4 url(image/s_bullet_mainmenu_activ.gif) no-repeat 20px 6px;
}

div.menu ul ul a.active
{
	font-weight: bold;
	background: #D4D4D4 url(image/s_bullet_mainmenu_activ.gif) no-repeat 20px 6px;
}

div.menu ul ul ul a.menu
{
	padding: 0px 2px 0px 40px;
	font-size: 90%;
	color:#0067A6;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
	background: #CACACA url(image/s_bullet_mainmenu.gif) no-repeat 30px 4px;
}

div.menu ul ul ul a.menu:hover
{
	background: #CACACA url(image/s_bullet_mainmenu_activ.gif) no-repeat 30px 4px;
}

div.menu ul ul ul a.active
{
	font-weight: bold;
	background: #CACACA url(image/s_bullet_mainmenu_activ.gif) no-repeat 30px 4px;
}

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;
	font-style: italic;
	color: #999;	
}

div.menu ul a.protectclosed, /* PWS-geschuetzter Inhalt */
div.menu ul ul a.protectclosed,
div.menu ul ul ul a.protectclosed
{
/*	background: #FFF 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: #FFF url(image/icon_protectopen.gif) no-repeat bottom right;	 */
}


/* Suche ************************************************************************************/

div.search
{
	color: #0067A6;
	padding: 10px 0px 10px 20px;
	border-bottom: 1px solid #FFF;
}

.searchinput
{
	border: 1px solid #FFF;
	width: 100px;
	background: #CDCDCD;
	color: #000;
}
.searchsubmit
{
	border: none;
	background: transparent;
	cursor: pointer;
	color: #0067A6;
	text-align: left;
}

.searchlastsubmit
{
	color: #818181;
	border: none;
	background: transparent;
	text-decoration: none;
	font-size: 90%;
	cursor: pointer;
	text-align: left;
}

dl.searchresult /* dd-Tag: gefundener Text mit Hervorhebungen */
{
}

.searchresult dt
{
	border-bottom: 1px solid #0067A6;
	margin:  0 0 5px 0 ;
}

.locatorstringnoanchor
{
	font-size: 95%;
	color: #0067A6;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #999;
}

.searchresult dd
{
	margin: 0;
}

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

.searchresult a:hover
{
}

.searchresult strong /* Pfadangabe */
{
	color: #F66013;
	margin-bottom: 5px;
}

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

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

.menuinfobox
{
	width: 150px;
	margin-left: 20px;
	margin-top: 10px;
}

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

.contentcontainer, 		/* Hauptbereich fuer Detail-Texte */
.articledetailcontain,	/* Liste der Detail-Texte "alle auf 1 Seite" */
.articlelistcontain1, 	/* Artikelliste Kurzbeschr. 1-spaltig */
.articlelistcontain2	/* Artikelliste Kurzbeschr. 2-spaltig */
{}

.contentcontainer
{
	width: 690px;
}

.febody .contentcontainer
{
	width: 100%;
}

.articlelistcontain1 .normarticle,
.articlelistcontain1 .nextcatarticleitem
{
	min-height: 75px !important;
	height: auto !important;
	height: 75px;
	
	margin-bottom: 10px;
	position: relative;
	border-top: 1px solid #FFF;
	padding-top: 2px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 2px;
}

.articlelistcontain2 /* fuer backoffice */
{
	width: 321px;
}
.febody .articlelistcontain2 /* fuer backoffice */
{
	width: auto;
}

.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	min-height: 75px !important;
	height: auto !important;
	height: 75px;
	
	width: 46%;
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	border-top: 1px solid #FFF;
	padding-top: 2px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 2px;
}

.mainarticle
{
	margin-bottom: 20px;
	position: relative;
}

.normarticle p a, 
.nextcatarticleitem p a
{
	color: #666666;
	text-decoration: none;
}

.normarticle a span.morelink, 
.nextcatarticleitem a span.morelink
{
	color: #0067A6;
	text-decoration: none;
}

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

/* News Block ***************************************************************************/

.productnewsblock
{
	width: 335px;
	float: left;
}

.productnewsblock .normarticle,
.productnewsblock .nextcatarticleitem
{
	min-height: 75px !important;
	height: auto !important;
	height: 75px;
	
	margin-bottom: 10px;
	position: relative;
	border-top: 1px solid #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.newsblock
{
	width: 335px;
	float: right;
}

.newsblock .blockheading,
.productnewsblock .blockheading
{
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 2px 1px 2px 5px;
	background-color: #CA0000;
}

.newsblock .normarticle,
.newsblock .nextcatarticleitem
{
	min-height: 75px !important;
	height: auto !important;
	height: 75px;
	
	margin-bottom: 10px;
	position: relative;
	border-top: 1px solid #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.doclinkfe,
.hyperlinkfe,
.articlelinkfe,
a.doclinkfe,
a.hyperlinkfe,
a.articlelinkfe,
a.lang
{
	color: #0067A6;
	cursor: pointer;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

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

.formstyleadresse
{}
.formstylenewsletter
{}
.febody .formstylekontakt input,
.febody .formstylekontakt textarea,
.febody .formstylekontakt select
{
	font-size: 100%;
	border: 1px solid #FFF;
	background-color: #FFF;
}

.febody input.formsubmit
{
	background-color: #E4E4E4;
	border: 1px solid #FFF;
	color: #0067A6;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}

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

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

/* Footer *********************************************************************************/

.febody .footercontainer
{
	border-top: 1px solid #dfdfdf;
	color: #000;
	margin: 40px 20px 40px 205px;
}

.footercontainer a.backlink
{
	text-decoration: none;
	color: #0067A6;	
	background: url(image/i_icon_back.gif) no-repeat 0 3px;
	padding-left: 10px;
}

.formstylerecommend /* Klasse im form-Tag */
{}

input.recommend /* Weiterempfehlen-Button */
{
	border: none; 
	background: transparent;
	margin: 0;
	padding: 0;
	width: 120px;
	color: #000;
	cursor: pointer;
	text-align: right;
	vertical-align: middle;
}

.footercontainer a.toplink /* nach oben Link */
{
	text-decoration: none;
	color: #000;
float:right;
margin-right:20px;
color:#0067A6;
}

#stylesheetlblprint, /* Zur Druckansicht */
#stylesheetlblnormal
{
	cursor: pointer;
	color: #000;
}

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

.blue-button,
.red-button,
.grey-button
{
	display: block;
	height: 18px;
	padding: 3px 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.blue-button
{
	width: 165px;
	background: url(image/w_bluebutton.gif) no-repeat;
}
.red-button
{
	width: 192px;
	background: url(image/w_redbutton.gif) no-repeat;	
}
.grey-button
{
	width: 162px;
	background: url(image/w_greybutton.gif) no-repeat;
}

.blue-button a.hyperlinkfe,
.red-button a.hyperlinkfe,
.grey-button a.hyperlinkfe,
a .blue-button,
a .red-button,
a .grey-button
{
	color: #FFFFFF;
	text-decoration: none;
}

table.horray-short
{
	width: 100%;
	border-top: 1px solid #B5BEC0;
}
table.horray-short td
{
	padding: 5px 0 5px 0;
}
table.horray-short td.horray-shorttitel,
table.horray-short td.horray-shorttext
{
	vertical-align: top; 
	text-align: left;
	padding: 15px 0 5px 0;
}
table.horray-short td.horray-shortpic
{
	vertical-align: top; 
	text-align: right;
}

table.horray-prodfeatures
{
	width: 390px;
}
table.horray-prodfeatures th
{
	color: #FFFFFF;
	background-color: #005AAB;
}
table.horray-prodfeatures td
{
	color: #000000;
}

.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;
}
.pics-short-right
{
	float: right;
	padding-left: 3%;
	border: none;
}

.text-short
{}

.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;
}

.bawhiddenhtml
{
	width: 640px;
}


/* Ansprechpartner Liste ***************************************************************/

.contacttable
{
	width: 99%;
	border-collapse: collapse;
	padding: 1px;
}
.contactpic /* Bildbereich */
{
	width: 100px;
	height: 100px;
	vertical-align: top;
	background-color: #D4D4D4;
}
.contacttitle /* Name, Funktion */
{
	vertical-align: top;	
	padding-left: 10px;
}
.contactdata /* Adresse */
{
	width: 280px;
	vertical-align: top;
	padding-left: 10px;
}
.contactlabel /* Beschriftung Telefon etc. */
{
	width: 70px;
	color: #999;
	vertical-align: top;
}
.contactnumbers
{
	width: 200px;
	vertical-align: top;
}

body.febody .formfieldhidden
{
	display: none;
}

/** brain-at-work Link *****************************************************************/
.bawlink
{
	visibility: hidden;
}
