/* Allgemein ********************************************************************/
/* Striebel Textil GmbH *********************************************************/
/* 26.09.08 ta *** 13.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:12px;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	color: #000000;
}

body.febody /* nur fuer Frontend gueltig */
{
	background: #C1C1C1 url(image/w_body.gif) repeat-x;
	text-align: center;
}

tbody
{
	font-size: 75%;
}
.febody tbody
{
	font-size: 100%;
}

form, 
input,
textarea,
option
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

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
{
    font-size: 140%; 
}
h2, .beetoolsskinSkin .mce_h2 span.mceText
{ 
    font-size: 120%; 
}
h3, .beetoolsskinSkin .mce_h3 span.mceText
{
	color: #AF0051;
    font-size: 110%; 
	margin-bottom: 5px;
}
h3 a
{
	color: #AF0051;
}
h4, .beetoolsskinSkin .mce_h4 span.mceText
{
	color: #AF0051;
    font-size: 110%; 
	margin-bottom: 0;
	border-bottom: 1px solid #AF0051;
}
h4 a
{
	color: #AF0051;
}

h5, .beetoolsskinSkin .mce_h5 span.mceText
{
	color: #AF0051;
    font-size: 100%; 
	font-weight: normal
}
h5 a
{
	color: #AF0051;
}
h6, .beetoolsskinSkin .mce_h6 span.mceText
{
    font-size: 100%;
}
  
ul 
{
	padding:0;
	margin:0;
	margin-left: 17px;
}

/* Bilder mit Links, Links fuer versch. Typen ************************************************************************/

img
{
	border-color: #EFEFEF;
	border-width: 0px;
}
.thumb_image,
.zoomimagefe,
.dlimagefe
{
	cursor: pointer;
}

.pic
{
	line-height: 0;
}

.piclabel label,
.pic label
{
	color: #C5874E;
	font-size: 90%;
	margin-top: 0;
	padding-top: 0;
}

.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;
}
.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;
}
.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;
}
.doclinkfe .piclabel label:hover,
.pic label.doclinkfe:hover
{
	background: url(image/icon_download_2.gif) no-repeat;
}

.febody a
{
	color: #000;
}

/* 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 ************************************/

.all /* umfasst alles */
{
	width: 978px;
	margin: auto;
	text-align: left;
}

/* Container-Aufbau Kopf ************************************************************************/

div.headcontainer
{
	width: 958px;
	height: 142px;
	border: 1px solid #FFFFFF;
	margin: 25px 10px 0 10px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.febody .logo
{	
	position: absolute;
	left: 15px;
	top: 19px;
	z-index: 100;
}
.logo
{
	width: 170px;
	height: 82px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.febody .language
{
	position: absolute;
	left: 15px;
	top: 101px;
	z-index: 200;
}
.language
{
	font-size: 90%;
	color: #D3D3D3;
	width: 170px;
	height: 20px;
	padding-top: 20px;
	text-align: center;
	overflow: hidden;
	background-color: #676767;
}

.language a.lang
{
	color: #E6E6E6;
}
.language a.lang:hover
{
	color: #FFFFFF;
}

.topillu
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 958px;
	height: 120px;
	overflow: hidden;
	background-color: #C1C1C1;
	z-index: 50;
}

div.topnav
{
	position: absolute;
	left: 0px;
	top: 120px;
	width: 958px;
	height: 18px;
	padding-top: 2px;
	overflow: hidden;
	background-color: #AF0051;
	border-top: 1px solid #FFFFFF;
	text-align: right;
}

div.topnav ul, 
div.topnav li
{
    display:inline;
    margin: 0px;
    padding: 0px;
}

div.topnav a.topnav:hover,
div.topnav a.active:hover
{
	text-decoration: underline;
}

div.topnav ul a.topnav,
div.topnav ul ul a.topnav  /* 1. Ebene - nicht geklickt */
{
	color: #FFF;
	font-size: 90%;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #FFFFFF;
}

div.topnav ul a.active,
div.topnav ul ul a.active  /* 1. Ebene - geklickt */
{
	font-weight: bold;
}

div.topnav ul
{
}

div.topnav ul ul ul 
{
	position: absolute;
	top: 20px;
	left: 10px;
	padding-left: 10px;
}

div.topnav ul ul ul a.topnav  /* 1. Ebene - nicht geklickt */
{
	display: block;
	color: #F0F;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	float: left;
}

div.topnav ul 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: url(image/icon_protectclosed.gif) no-repeat bottom right;	
}

div.topnav ul a.protectopen, /* PWS-geschuetzter Inhalt */
div.topnav ul ul a.protectopen
{
	background: url(image/icon_protectopen.gif) no-repeat bottom right;	
}

/* Contenteraufbau Mitte *******************************************************************************/

.maincontainer
{
	background: #FFFFFF url(image/w_content.gif) repeat-y;
}

.leftcontainer
{
	width: 200px;
	float: left;
}

.centercontainer
{
	width: 720px;
	min-height: 450px !important;
	height: auto !important;
	height: 450px; 
	padding: 20px 0 0 0;
	float: left;
}
/*
.rightcontainer
{
	width: 15%;
	float: right;
}
*/

/* Menue *****************************************************************************/

div.menu
{
	border-top: 1px solid #FFFFFF;
}

div.menu ul, 
div.menu li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

div.menu a.menu:hover,
div.menu a.active:hover
{
	color: #000;
	text-decoration: underline;
}

div.menu ul a.menu
{
	display: block;
	padding: 3px 2px 2px 36px;
	font-size:12px;
	font-weight: bold;
	color:#4D4D4D;
	text-decoration:none;
	background: url(image/wc_mainmenu.gif);
}
div.menu ul a.menu:hover
{
	color:#000;
	background: url(image/wc_mainmenu_hover.gif);
}

div.menu ul a.active
{
	display: block;
	padding: 2px 2px 2px 36px;
	font-size:12px;
	font-weight: bold;
	color:#FFF;
	text-decoration:none;
	background: url(image/wc_mainmenu_activ.gif);
}

div.menu ul ul a.menu
{
	display: block;
	padding: 2px 2px 2px 50px;
	font-size:12px;
	font-weight: normal;
	color:#4D4D4D;
	text-decoration:none;
	background: url(image/wc_mainmenu.gif);
}

div.menu ul ul a:hover
{
	color:#000;
	background: url(image/wc_mainmenu_hover.gif);
}

div.menu ul ul a.active
{
	display: block;
	padding: 2px 2px 2px 50px;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	background: url(image/wc_mainmenu_activ.gif);
}

div.menu ul ul ul a.menu
{
	padding: 2px 2px 2px 70px;
}

div.menu ul ul ul a.active
{
	color:#FFF;
	text-decoration:none;
	background: url(image/wc_mainmenu_activ.gif);
}

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: 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;	
}

/** Blaettern Links ****************************************************************/

.listpagediv
{
	height: 20px;
	padding-top: 5px;
	line-height: 125%;
	font-size: 11px;
	clear: both;
}

.blaettern
{
	margin-top: 20px;
	line-height: 125%;
	clear: both;
}

a.blaetterlink,
a.listpagenext,
a.listpageprevious
{
	padding: 1px 5px 1px 5px;
	margin-right: 5px;
	color: #AF0051;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
	text-decoration: none;
}
a.blaetterlink:hover,
a.listpagenext:hover,
a.listpageprevious:hover
{
	border: 1px solid #999999;
}

.listpagediv a.active
{
	background-color: #AF0051;
	color: #FFFFFF;
}


a
{
	text-decoration:none;		
}

/* Suche ************************************************************************************/

.search
{
	padding: 15px 0px 17px 37px;
	background: url(image/wc_searchfield.gif) top left no-repeat;
	font-size: 11px;
	color: #666;
}

.search p
{
	margin: 0;
}
.searchinput
{
	border-width:1px;
	border-color:#999;
	background: #FFF;
	color: #999999;
	font-size: 100%;
	width: 150px;
}
.searchsubmit
{
	color: #666;
	font-weight: bold;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 100%;
}

a.searchlastsubmit
{
	color: #666;
}

input.searchinput:focus,
input.searchinput:active
{
	color: #000000;
	background-color: #FFFFFF;
}

/** NEUE SUCHE LAYOUT ****************************************************/

div.searchinputdiv
{
	position: relative;
}

div.searchinfofield
{
	color: #676767;
	font-weight: bold;
	border: 1px solid #676767;
	padding: 10px 10px 10px 50px;
	background: url(image/waiting.gif) no-repeat 10px 5px;
}

div.searchoutput ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	border-top: 1px dotted #999999;
}
div.searchoutput p
{
	margin: 0;
}

li.searchresultitem
{
	padding: 1%;
	border-bottom: 1px dotted #999999;
}

li.searchresultitem div.searchresultpic
{
	width: 18%;
	margin-right: 2%;
	float: right;
	text-align: center;
	overflow: hidden;
}

li.searchresultitem div.searchresulttext
{
}

li.searchresultitem img
{
	width: auto !important;
	height: auto !important;
	max-height: 80px !important;
	max-width: 80px !important;
	margin: 0 !important; 
	border: none !important; 
}

li.searchresultitem a
{
	text-decoration: none;
}

li.searchresultitem h3 a
{
	text-decoration: underline;
}

li.searchresultitem h3
{
	border:none;
	margin: 0;
}

li.searchresultitem .breadcrumbpath a.hyperlinkfe
{
	font-size: 80%;
	color: #999999;
}

div.divproposallist
{
	position: relative;
	z-index: 10000;
	width: 150px;
	position: absolute;
	left: 180px;
	top: 340px;
}

div.divproposallist ul
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	margin: 0;
	z-index: 10000;
}

div.divproposallist ul,
div.divproposallist li
{
	list-style-type: none;
}

/* breadcrumbpath ************************************************************************************/

.breadcrumb
{
}

div.breadcrumbpath
{
	clear: both;
}

div.breadcrumbpath a.hyperlinkfe
{
	color: #999999;
	font-size: 90%;
	text-decoration: none;
	background: url(image/s_bullet_breadcrumb.gif) no-repeat;
	padding-left: 7px;
	padding-right: 5px;
}
div.breadcrumbpath a.hyperlinkfe:hover
{
	text-decoration: underline;
}

/* Menue Infobox *************************************************************************************/

.menuinfobox
{
}

/* Content + Artikellisten ***************************************************************************/

.contentcontainer, 		/* Hauptbereich fuer Detail-Texte */
.articledetailcontain,	/* Liste der Detail-Texte "alle auf 1 Seite" */
.articlelistcontain1 	/* Artikelliste Kurzbeschr. 1-spaltig */
{
	margin-left: 25px;
	width: 560px;
}

.articlelistcontain2 	/* Artikelliste Kurzbeschr. 1-spaltig */
{
	margin-left: 25px;
	width: 610px;
}

.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	width: 265px;
	margin-right: 25px;
	float: left;
}

.normarticle,
.nextcatarticleitem
{
	margin-bottom: 10px;
}

.normarticle img
{
}

.centercontainer .normarticle a, 
.centercontainer .nextcatarticleitem a
{
	text-decoration: none;
	color: #000;
}

.morelink
{
	color: #AF0051;
	text-decoration: none;
}
.morelink:hover
{
	color: #000;
	text-decoration: underline;
}

.doclinkfe,
.hyperlinkfe,
.articlelinkfe,
a.doclinkfe,
a.hyperlinkfe,
a.articlelinkfe
{
	cursor: pointer;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

/* Block rechts ***************************************************************************/

.articlelistblock /* Artikelliste Kurzbeschr. rechts */
{
	margin-bottom: 20px;
}

.infoblock /* Artikel Kurzbeschr. statisch */
{
	margin-bottom: 20px;
}

/* Formulare *********************************************************************************/

.formstylekontakt input,
.formstylekontakt textarea,
.formstylekontakt select
{
	font-size: 100%;
	border-width: 1px;
	border-color: #666;
	padding: 2px;
}

input.formsubmit
{
	border: 1px solid #AF0051;
	background: #FFFFFF;
	color: #AF0051;
	font-weight: bold;
	cursor: pointer;
}

.FormErrorMessageStyle
{
	font-weight: bold;
	color: #AF0051;
}

.formerrorfields
{
	color: #AF0051;
	border: 1px solid #AF0051;
	padding: 5px 10px;
}

.febody input.formerror, /* Klasse des Input bei fehlenden Eingaben */
.febody textarea.formerror,
.febody select.formerror
{
	border: 1px solid #9E0B0E;
}

.febody .formfieldhidden
{
	display: none;
}

/* Footer *********************************************************************************/

.footercontainer
{
	margin-top: 30px;
	padding-left: 225px;
	background: url(image/w_footer.gif) bottom left no-repeat;
	position: relative;
}
* html .footercontainer 
{
	top: 50px;
}
.footercontainer form
{
	border-top: 1px solid #000000;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: 30px;
	text-align: right;
}
.footercontainer .nextcatarticleitem,
.footercontainer .nextcatarticleitem p
{
	margin: 0;
	padding: 0;
}

.backlink
{
	position: absolute;
	top: -20px;
	left: 235px !important;
	left: 10px;
	text-decoration: none;
	font-size:12px;
	color:#AF0051;
}

a.recommend /* Weiterempfehlen-Button */
{
	border: none;
	background: transparent url(image/i_icon_recommend.gif) no-repeat 0px 3px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-left: 20px;
	cursor: pointer;
	font-size:12px;
	color:#AF0051;
	text-align: left;
}

a.toplink /* nach oben Link */
{
	text-decoration: none;
	font-size:12px;
	color:#AF0051;
	background: transparent url(image/i_icon_toplink.gif) no-repeat;
	padding-left: 20px;
	margin-left: 20px;
}

#stylesheetlblprint /* Zur Druckansicht */
{
	cursor: pointer;
	background: transparent url(image/i_icon_printpage.gif) no-repeat 0px 3px;
	padding-left: 20px;
	margin-left: 20px;
	font-size:12px;
	color:#AF0051;
}
.febody #stylesheetlblprint /* weisse Schrift nur im Frontend verwenden */
{
	color: #AF0051;
}

/* PopUp Fenster *********************************************************************************/

.popupimage /* Zoombilder */
{
	background-color: #666666;
}

/* 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;
}

/* Layoutvorlagen *********************************************************************************/

hr
{
	border: 1px solid #AF0051;
}

.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
{
	width: 43%;
	float: right;
}

.dreispalter .columnleft /* Werksfuehrung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnmiddle /* Werksfuehrung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnright /* Werksfuehrung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 0;
	float: left;
}

body.febody .invisible /* fuer .bawhiddenhtml Einblend-Texte wie Datenschutz-Hinweis, Suchmaschinentext */
{
	display: none;
}

/** brain-at-work Link *****************************************************************/
.bawlink a
{
	font-size: 90%;
	color: #AAA;
}