/* Allgemein ********************************************************************/
/* Hans Kaesbauer ****************************************************************/
/* 17.04.08 ta   ****************************************************************/
/* (c) brain at work GmbH . D-88299 Leutkirch . www.brain-at-work.de **************/

html,body
{
	height: 100%;
}

body /* ACHTUNG: im Backoffice werden die Container-Styles in den body geladen */
{
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 150%;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	color: #383838;
	background: #FFF;
}

body.febody /* nur fuer Frontend gueltig */
{
	background: #FAFCFB url(image/w_body.gif) repeat-x 0px 0px fixed;
	text-align: center;
}

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

form, 
input,
textarea,
select
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	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;
}

p
{
	margin-bottom: 10px;
}

h1, .beetoolsskinSkin .mce_h1 span.mceText
{
    font-size: 140%; 
	margin-top: 10px;
}
h1 a
{
}

h2, .beetoolsskinSkin .mce_h2 span.mceText
{ 
    font-size: 120%; 
	margin-bottom: 5px;
}

h3, .beetoolsskinSkin .mce_h3 span.mceText
{
	color: #E79A47;
    font-size: 120%; 
	margin-bottom: 10px;
	padding-left: 17px;
	background: url(image/s_bullet_h3.gif) no-repeat 0px 3px;
}
h3 a
{
	color: #E79A47;
}

h4, .beetoolsskinSkin .mce_h4 span.mceText
{
    font-size: 120%; 
	color: #E79A47;
	margin-bottom: 10px;
}
h4 a
{
	color: #E79A47;
}

h5, .beetoolsskinSkin .mce_h5 span.mceText
{
	color: #4B4B4B;
	background: #DCDCDC url(image/s_bullet_h5.gif) no-repeat;
    font-size: 100%; 
	line-height: 20px;
	padding-left: 25px;
	margin-bottom: 5px;
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
}
h5 a
{
	color: #4B4B4B;
}
	
h6, .beetoolsskinSkin .mce_h6 span.mceText
{
	color: #4B4B4B;
    font-size: 100%;
	line-height: 14px;
	margin-bottom: 5px;
	background: url(image/w_h6.gif);
}

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

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

.thumb_image,
.zoomimagefe,
.dlimagefe,
img[onclick]
{
	cursor: pointer;
}

.pic
{
	line-height: 0;
}

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

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

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

a
{
	color: #737373;
}

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

/* 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 */
{
	text-align: left;
}

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

div.headcontainer
{
	width: 970px;
	margin: auto;
	height: 130px;
/*	height: 20%; */
	position: relative;
}

.febody div.logo
{
	position: absolute;
	left: 0px;
	top: 45px;
}

div.language
{
	position: absolute;
	right: 20px;
	top: 20px;
}
/*
div.topnav
{
	position: absolute;
	right: 10px;
	top: 65px;
	width: 700px;
	height: 25px;
	text-align: right;
}

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
{
	color: #000;
	text-decoration: underline;
}

div.topnav ul a.topnav 
{
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 25px;
	color: #737373;
	text-decoration: none;
}

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

div.topnav ul
{
}

div.topnav ul ul
{
	position: absolute;
}

div.topnav ul ul a.topnav 
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	height: 26px;
	line-height: 24px;
	border-right: 1px solid #FFF;
	color: #666;
	text-decoration: none;
	float: left;
}

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

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
{
	width: 970px;
	margin: auto;
	padding-bottom: 100px; 
}

.leftcontainer
{
	width: 380px;
	min-height: 140px !important;
	height: auto !important;
	height: 140px;
	float: left;
}

.centercontainer
{
	width: 580px;
/*	min-height: 180px !important;
	height: auto !important;
	height: 180px; */
	padding-top: 25px;
	float: left;
}
/*
.rightcontainer
{
	width: 200px;
	float: right;
}
*/

/* 

e *****************************************************************************/

div.menu
{
	padding-top: 5px;
	position: relative;
}

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

div.menu a.menu:hover
{}

div.menu ul
{
	position: absolute;
	top: 70px;
	right: 0px;
	width: 590px;
	border-bottom: 1px solid #A6A6A6;
	text-align: right;
}

div.menu ul a.menu
{
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 110%;
	color: #737373;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div.menu ul a.menu:hover
{
	color: #EB9E4B;
}
div.menu ul a.active
{
	color: #EB9E4B;
	font-weight: bold;
}
div.menu ul ul
{
	position: absolute;
	top: 80px;
	left: -310px;
	width: 270px;
	border-bottom: none;
	background: none;
	text-align: left;
}

div.menu ul ul a.menu
{
	display: block;
	color:#737373;
	font-size: 100%;
	letter-spacing: 0;
	padding: 2px 0 0 20px;
	background: url(image/s_bullet_submenu.gif) no-repeat 0px 10px;
}
div.menu ul ul a.menu:hover
{
	color: #EB9E4B;
	background: url(image/s_bullet_submenu.gif) no-repeat 8px 10px;
}

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

div.menu ul ul ul
{
	position: static;
	width: 230px;
	border-bottom: none;
	background: none;
	text-align: left;
}

div.menu ul ul ul a.menu
{
	display: block;
	color:#737373;
	font-size: 100%;
	height: 20px;
	line-height: 15px;
	letter-spacing: 0;
	padding: 2px 0 0 40px;
	background: none;
}
div.menu ul ul ul a.menu:hover
{
	color: #EB9E4B;
	background: none;
}

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

div.menu ul ul ul
{
	width: 210px;
}

div.menu ul ul ul ul a.menu
{
	display: block;
	color:#737373;
	font-size: 100%;
	height: 20px;
	line-height: 15px;
	letter-spacing: 0;
	margin-left: 40px;
	padding: 2px 0 0 10px;
	background: none;
	border-left: 1px solid #CCC;
}
div.menu ul ul ul ul a.menu:hover
{
	color: #EB9E4B;
}

div.menu ul ul ul ul a.active
{
	color: #EB9E4B;
	font-weight: bold;
	border-left: 1px solid #EB9E4B;
}



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
{
	position: absolute;
	right: 10px;
	top: 120px;
	width: 350px;
	font-size: 100%;
	color: #818181;
	text-align: right; 
	white-space: nowrap;
}

.search form
{
	float: right;
}

.searchinput
{
	border:none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #FFF;
	font-size: 100%;
	color: #818181;
	width: 150px;
}
.searchsubmit
{
	border: none;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font-size: 100%;
	color: #818181;
}

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

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

.searchresult dd
{
	margin: 0;
}

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

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

.searchresult a:hover
{
}

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

.locatorstringnoanchor
{
	font-size: 95%;
	color: #818181;
	padding-right: 5px;
}

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

.menuinfobox
{
	width: 295px;
	margin-left: 90px;
	margin-top: 30px;
}

.menuinfobox h3
{
	background: transparent;
}

/* Newsblock     *************************************************************************************/

.newsblock
{
	position: absolute;
	top: 100px;
	width: 250px;
	height: 290px;
	padding-top: 10px;
	overflow: auto;
	margin: 35px 0 0 100px;
/*	border: 1px solid #DDD; */
 	background: url(image/w_newsmonitor.gif) no-repeat; 
}
.newsblock h1.blockheading
{
	color: #737373;
	font-size: 100%;
	position: absolute;
	left: 10px;
	top: 0px;
}

.newsblock .normarticle,
.newsblock .nextcatarticleitem
{
	color: #737373;
	padding: 0px 10px 10px 10px;
}

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

.contentcontainer,
.articledetailcontain,
.articlelistcontain1,
.articlelistcontain3
{}

.contentwide /* fuer Startseite breiter Container unten */
{
	padding-left: 90px;
}

.contentcontainer,
.articledetailcontain
{
	width: 560px;
	background: #FFF url(/frontend/style/image/w_body.gif) repeat-x 0px -145px;
}
.febody .contentcontainer,
.febody .articledetailcontain
{
	background: none;
}

.mainarticle,
.articledetail,
.articledetailcontain .normarticle
{}

.febody .articlelistcontain1, 	/* Artikelliste Kurzbeschr. 1-spaltig */
.febody .articlelistcontain3	/* Artikelliste Kurzbeschr. 3-spaltig */
{
/*	padding-left: 20px;  */
	margin-top: 10px;
}

.articlelistcontain1 .normarticle,
.articlelistcontain1 .nextcatarticleitem
{}

.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	width: 270px;
	padding-right: 10px;	
	margin-bottom: 10px;
	float: left;
}

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

.topillu .normarticle,
.topillu .nextcatarticleitem
{
	margin-bottom: 0px;
}


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

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

.normarticle a span.morelink, 
.nextcatarticleitem a span.morelink
{
	display: block;
	text-align: right;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	clear: both;
/*	background: url(image/s_bullet_more.gif) no-repeat right 2px;
	padding-right: 17px; */
}
.normarticle a:hover span.morelink, 
.nextcatarticleitem a:hover span.morelink
{
	color: #EB9E4B;
}

.contentcontainer ul,
.articledetailcontain ul,
.articlelistcontain1 ul,
.articlelistcontain3 ul,
.menuinfobox ul,
.newsblock ul
{
	padding-left: 15px !important;
	padding: 0;
	margin: 0 !important;
	margin: 0 0 0px 16px;
	list-style-image: url(image/s_bullet_li_moz.gif) !important;
	list-style-image: url(image/s_bullet_li_ie.gif);
}
.contentcontainer ol,
.articledetailcontain ol,
.articlelistcontain1 ol,
.articlelistcontain3 ol,
.menuinfobox ol,
.newsblock ol
{
	padding-left: 15px !important;
	padding: 0;
	margin: 0 !important;
	margin: 0 0 0px 16px;
}


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


a.doclinkfe:hover,
a.hyperlinkfe:hover,
a.articlelinkfe:hover,
a:hover
{
	color: #E79A47;
	text-decoration: none;
}
div.bawhiddenhtml a
{
	text-decoration:none;
	font-weight:bold;
}
div.bawhiddenhtml a:hover
{
	color:#4B4B4B;
}
/* Formulare *********************************************************************************/

.formstyleadresse
{}
.formstylenewsletter
{}
.formstylekontakt input,
.formstylekontakt textarea,
.formstylekontakt select
{
	font-size: 100%;
	border-width: 1px;
	background-color: #FFF;
	padding: 2px;
	margin-bottom: 5px;
}

input.formsubmit
{
	cursor: pointer;
}

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

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

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

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

.footer
{
	clear: both;
	width: 100%;
	height: 70px;
	background: #E79A47 url(image/w_footer.gif) repeat-x top left;
	position: fixed !important;
	position: absolute;
	bottom: -2px;
	left: 0px;  
}

.febody .footercontainer
{
	width: 880px;
	padding: 5px 0 0 90px;
	margin: auto;
	color: #FFF;
}

.febody a.backlink,
.footer a.hyperlinkfe
{
	text-decoration: none;
	color: #FFF;
}
.febody a.backlink:hover,
.footer a.hyperlinkfe:hover
{
	text-decoration: underline;
	color: #FFF;
}

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

input.recommend /* Weiterempfehlen-Button */
{
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	background: url(image/i_icon_recommend.gif) no-repeat 0 3px;
	cursor: pointer;
	color: #FFF;	
	text-align: left;
	vertical-align: middle !important;
	vertical-align: middle;
	font-size: 100%;
}

a.toplink /* nach oben Link */
{
	text-decoration: none;
	color: #FFF;
	padding-left: 16px;
}


a.stylesheetlblprint
{
	text-decoration: none;
	color: #FFF;
}

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

/* Sitemap *********************************************************************************/

.contentcontainer ul.sitemap
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.sitemap li a
{
	display: block;
	border-bottom: 1px solid #E79A47;
	padding-left: 10px;
	padding-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul.sitemap li
{
	
}

ul.sitemap li li
{
}

ul.sitemap ul
{
	list-style-type: disc;
	margin-left: 10px !important;
}

ul.sitemap ul li a
{
	border-bottom: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

ul.sitemap ul ul
{
	list-style-type: circle;
}

ul.sitemap ul ul li a
{
	padding-left: 0px;
	text-transform: none;
	font-weight: normal;
}

ul.sitemap ul ul ul
{
}

ul.sitemap ul ul ul li a
{
	padding-left: 0px;
}

ul.sitemap ul ul ul ul
{
}

ul.sitemap ul ul ul li a
{
	padding-left: 0px;
}

ul.sitemap li a:hover
{
	text-decoration: underline;
}

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

.pics-left
{
	float: left;
	padding-right: 10px;
	border: none;
}

.pics-right
{
	float: right;
	padding-left: 10px;
	border: none;
}

.pics-short
{
	float: left;
	border: none;
	padding-right: 20px;
}

.text-intro
{
	padding: 20px 20px 0 0;
}

.text-intro ul
{
	margin-left: 20px;
}

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

table.dreispalter
{
	width: 660px;
}

table.dreispalter .columnleft, /* Dreispaltige Anordnung - links */
table.dreispalter .columnmiddle,
table.dreispalter .columnright
{
	width: 210px; 
	vertical-align: top;
}

table.dreispalter .spacer
{
	width: 10px;
}

table.preise
{
	border-collapse: collapse;
}

table.preise td
{
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #CCC;
}

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

a:hover
{
	text-decoration: underline;
}



/** brain-at-work Link *****************************************************************/
.bawlink
{
	text-align: center;
}

.bawlink a
{

	color: #CCC;
	text-decoration: none;
}