/* Allgemein ********************************************************************/
/* Karl Schneider Staudachmuehle ************************************************/
/* 01.10.10 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%;
	line-height: 160%;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	color: #333333;
	background-color: #FFFFFF;
}

body.febody /* nur fuer Frontend gueltig */
{
	background: #FFFFFF url(image/w_body.gif) repeat-x;
}

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

.febody form, 
.febody input,
.febody textarea,
.febody option
{
	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: #B30101;
    font-size: 180%; 
	font-family: Georgia, Times, serif;
	margin-bottom: 20px;
}

h1 a
{
	color: #B30101;
}

h2, .beetoolsskinSkin .mce_h2 span.mceText
{ 
	color: #B30101;
    font-size: 140%;
	font-family: Georgia, Times, serif;
}
h2 a
{ 
	color: #B30101;
}

h3, .beetoolsskinSkin .mce_h3 span.mceText
{
	color: #B30101;
    font-size: 130%; 
	font-weight: normal;
	margin-bottom: 0;
	font-family: Georgia, Times, serif;
}
h3 a
{ 
	color: #B30101;
	text-decoration: underline;
}

h4, .beetoolsskinSkin .mce_h4 span.mceText
{
	color: #000000;
    font-size: 110%; 
}

h5, .beetoolsskinSkin .mce_h5 span.mceText
{
	color: #000000;
	font-weight: bold;
    font-size: 110%; 
}
h5 a
{
	color: #000000;
}
h6, .beetoolsskinSkin .mce_h6 span.mceText
{
    font-size: 120%;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #FFFFFF;
	padding: 2px 10px;
	margin: 0;
	background-color: #B30101;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
}

a
{
	color: #B30101;
}

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

img
{
	border-color: #EFEFEF;
	border-style: solid;
	border-width: 0px;
}
.thumb_image,
.zoomimagefe,
.dlimagefe
{
	cursor: pointer;
}

.pic
{
	line-height: 0;
}

.piclabel label,
.pic label
{
	display: block;
	color: #666666;
	font-size: 90%;
	line-height: 100%;
	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;
}

/* 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: 100%;
	padding: 0px;  
	margin: 0px;
	text-align: center;
}


/* Contenteraufbau gesamt  *******************************************************************************/

.upper
{
	width: 100%;
	height: 138px;
	background: #708B39 url(image/w_upper.gif) top left repeat-x;
}

.headcontainer
{
	width: 980px;
	height: 138px;
	margin: auto;
	text-align: left;
	position: relative;
	background: url(image/w_head.gif) no-repeat;
}

.maincontainer
{
	width: 980px;
	padding-top: 70px;
	margin: auto;
	text-align: left;
	min-height: 500px !important;
}

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

.centercontainer
{
	width: 500px;
	float: left;
}

.rightcontainer  /* innerhalb contentcontainer ! */
{
	width: 220px;
	float: right;
}

.lower
{
	width: 100%;
	height: 113px;
	background: #708B39 url(image/w_lower.gif) bottom left repeat-x;
}

/* Container-Aufbau links ******************************************/

.logo
{
	color: #CDDCBF;
}

.logo a.hyperlinkfe
{
	color: #CDDCBF;
	text-decoration: none;
}

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

.searchinputdiv
{
	position: absolute;
	left: 750px;
	top: 103px;
	width: 210px;
	text-align: left;
	font-size: 90%;
	color: #4B4B4B;
	text-align: right;
}

.febody .searchinput
{
	border: none;
	background: #EFEFEF url(image/w_searchinput.gif) no-repeat;
	color: #999999;
	font-size: 100%;
	width: 150px;
	height: 13px;
	vertical-align: middle;
	padding: 2px 5px;
}
.febody .searchsubmit
{
	color: #FFFFFF;
	font-size: 100%;
	border: none;
	background: #707070;
	cursor: pointer;
	padding: 0;
	vertical-align: middle;
	width: 19px;
	height: 17px;
}

a.searchlastsubmit
{
	color:#ccc;
	display: block;
	margin: 10px 0 0 0;
}

.febody input.searchinput:focus,
.febody input.searchinput:active
{
	color: #000000;
}

/** NEUE SUCHE LAYOUT ****************************************************/

div.searchinfofield
{
	color: #5E1B2B;
	font-weight: bold;
	border: 1px solid #5E1B2B;
	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; 
}

li.searchresultitem a
{
	color: #000000;
	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
{
	z-index: 10000;
}

div.divproposallist ul
{
	width: 250px;
	position: absolute;
	left: 0px;
	top: 30px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	margin: 0;
	z-index: 10000;
}

div.divproposallist ul,
div.divproposallist li
{
	list-style-type: none;
}


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

div.topnav
{
	position: absolute;
	left: 260px;
	top: 103px;
	font-family: Georgia, Times, serif;
}

div.topnav ul a.topnav
{
	display: block;
	float: left;
	margin-right: 15px;
	padding: 0px 5px;
	font-size: 13px;
	color: #707070;
	text-decoration: none;
}

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

div.menu
{
	width: 205px;
	margin-top: 15px;
	margin-left: 15px;
	font-family: Georgia, Times, serif;
	line-height: 120%;
}

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

div.menu ul a.menu
{
	display: block;
	padding: 7px 5px;
	font-size: 120%;
	color: #B30101;
	text-decoration: none;
}

div.menu ul a.active
{
	border-top: 1px solid #D97E7B;
	background-color: #FFFAF3;
}

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

div.menu ul ul
{
	display: block;
	padding-bottom: 3px;
	background-color: #FFFAF3;
	border-bottom: 1px solid #D97E7B;
}

div.menu ul ul a.menu
{
	display: block;
	padding: 3px 3px 3px 25px;
	font-size: 13px;
	color: #B30101;
	text-decoration: none;
	background: #FFFAF3 url(image/s_bullet_submenu.gif) no-repeat 5px 4px;
}

div.menu ul ul  a.active
{
	border-top: none;
	background: #FFFAF3 url(image/s_bullet_submenu_active.gif) no-repeat 5px 4px;
}

div.menu ul ul a.menu:hover,
div.menu ul ul a.active:hover
{
}

div.menu ul ul ul
{
}

div.menu ul ul ul a.menu
{
}

div.menu ul ul ul a.active
{
}

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

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

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


/* 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;
}

/** Blaettern Links ****************************************************************/

.listpagediv
{
	height: 20px;
	padding-top: 5px;
	clear: both;
}

.blaettern
{
	margin-top: 20px;
	line-height: 125%;
	font-size: 12px;
	clear: both;
}

.listpagediv
{
	line-height: 125%;
	font-size: 12px;
	clear: both;
}

a.blaetterlink,
a.listpagenext,
a.listpageprevious
{
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	color: #737373;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
	font-weight: bold;
}
a.blaetterlink:hover,
a.listpagenext:hover,
a.listpageprevious:hover
{
	border: 1px solid #999999;
}

.listpagediv a.active
{
	background-color: #666666;
	color: #FFFFFF;
}

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

.contentcontainer, 		/* Hauptbereich fuer Detail-Texte */
.articledetailcontain,	/* Liste der Detail-Texte "alle auf 1 Seite" */
.articlelistcontain1 	/* Artikelliste Kurzbeschr. 1-spaltig */
{
	width: 460px;
	margin-left: 20px; 
}
.contentcontainer
{
	position: relative;
}

.articlelistcontainX
{
	width: 500px;
}

.articledetailcontain .normarticle
{
	margin-bottom: 20px;
}

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

.articlelistcontainX .normarticle,   /* Artikelliste Kurzbeschr. 2-spaltig */
.articlelistcontainX .nextcatarticleitem
{
	width: 210px;
	margin-left: 20px;
	float: left;
}

.mainarticle,
.articledetail
{
	margin-bottom: 20px;
}

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

.morelink
{
	display: block;
	margin-bottom: 5px;
	text-align: right;
	border-bottom: 1px solid #D0625B;
	color: #B30101;
	text-decoration: none;
	clear: both;
}
.morelink:hover
{
	color: #000;
	text-decoration: underline;
}

a.doclinkfe,
a.hyperlinkfe,
a.articlelinkfe
{
	color: #B30101;
	cursor: pointer;
	text-decoration: underline;
}

a.doclinkfe:hover,
a.hyperlinkfe:hover,
a.articlelinkfe:hover,
a:hover
{
	text-decoration: underline;
}

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

h1.blockheading
{}

.staticblock, /* Artikel Kurzbeschr. statisch */
.dynamicblock
{
	font-size: 70%;
	line-height: 140%;
	width: 200px;
}

.febody .staticblock, /* Artikel Kurzbeschr. statisch */
.febody .dynamicblock
{
	font-size: 90%;
}

.staticblock h6,
.dynamicblock h6
{
	position: relative;
	top: -9px;
	left: -9px;
	width: 176px;
}

.staticblock .normarticle,
.staticblock .nextcatarticleitem,
.dynamicblock .normarticle,
.dynamicblock .nextcatarticleitem
{
	border: 1px solid #D0625B;
	background: #FFFFFF;
	padding: 10px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	margin-bottom: 15px;
}

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

.formstylekontakt input,
.formstylekontakt textarea,
.formstylekontakt select,
.formstyleadresse input,
.formstyleadresse textarea,
.formstyleadresse select
{
	border-width: 1px;
	padding: 3px 1px 3px 1px;
	color: #4B4B4B;
}

.FormErrorMessageStyle
{
	color: #ED1C24;
}

.formerrorfields
{
	padding: 10px;
	border: 1px solid  #ED1C24;
	background-color: #FFFFFF;
}

input.formsubmit
{
	padding: 0 10px 0 10px;
	cursor: pointer;
	background: #FFFFFF;
	font-weight: bold;
}

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

.febody .formfieldhidden
{
	display: none;
}

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

.footercontainer
{
	width: 900px;
	height: 63px;
	padding: 50px 40px 0px 40px;
	margin: auto;
	text-align: left;
	line-height: 120%;
	color: #FFFFFF;
	position: relative;
	background: #607731;
}

.febody .footercontainer
{
	background: transparent url(image/w_footer.gif) no-repeat bottom left;
}

.febody .footernav
{
	width: 800px;
	position: absolute;
	top: 8px;
	right: 30px;
	text-align: right;
	color: #637B33;
	font-size: 90%;
}

.footercontainer a.hyperlinkfe,
.footercontainer a.backlink,
.footercontainer a.recommend,
.footercontainer a.toplink
{
	text-decoration: none;
	color: #637B33;
}
.footercontainer a:hover
{
	text-decoration: underline;
}


/* 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
{
}

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

.columnleft  /* Zweispaltige Seiteninhalte - linke Spalte */
{
	width: 210px;
	float: left;
}
.columnright  /* Zweispaltige Seiteninhalte - linke Spalte */
{
	width: 210px;
	float: right;
}

/* Spezial Startseite ****************************************************************/

.startseite .centercontainer
{
	width: 740px;
}

.startseite .contentcontainer
{
	width: 700px;
}

.startseite h1
{
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 10px;
}
.startseite h1 a
{
	text-decoration: none;
}

table.product-categories
{
	font-size: 100%;
}

.febody table.product-categories
{
	font-size: 90%;
	line-height: 130%;
}

td.futter-link
{
	padding: 5px;
	border: 1px solid #F5E2C2;
}

table.product-categories h2
{
	font-weight: normal;
	margin-bottom: 0;
}

/** brain-at-work Link *****************************************************************/

.bawlink
{
	background: #617831;
	text-align: right;
}

.bawlink a
{
	font-size: 90%;
	color: #999999;
	text-decoration: none;
}
.bawlink a:hover
{
	color: #FFFFFF;
}