/* Allgemein ******************************************************************/
/* Alpencosmed ****************************************************************/
/* 27.04.07 ta *** 25.02.11 Designupdate ta ***********************************/
/* (c) brain at work GmbH . D-88299 Leutkirch . www.brain-at-work.de **********/

html
{
	height: 100%;
}

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: #595959;
	background-color: #FFF;
}

body.febody /* nur fuer Frontend gueltig */
{
	height: 100%;
	background: #D8EECA url(image/w_body.jpg) repeat-x bottom fixed;
}

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, .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: #3B8D00;
    font-size: 140%; 
	border-bottom: 1px solid #3B8D00;
}
h1 a
{
	color: #3B8D00 !important;
	text-decoration: none;
}

h2 , .beetoolsskinSkin .mce_h2 span.mceText
{
    color: #F8A200; 
    font-size: 140%; 
	border-bottom: 1px solid  #F8A200; 
}
h2 a
{ 
    color: #F8A200 !important;
	text-decoration: none;
}

h3, .beetoolsskinSkin .mce_h3 span.mceText
{
	color: #3C8E01;
    font-size: 130%; 
	margin-bottom: 15px;
}
h3 a
{
	color: #3C8E01 !important;
	text-decoration: underline;
}

h4, .beetoolsskinSkin .mce_h4 span.mceText
{
	color: #F84F00;
    font-size: 100%; 
	margin: 0;
}
h4 a
{
	color: #F84F00;
}

h5, .beetoolsskinSkin .mce_h5 span.mceText
{
	color: #3B8D00;
	margin-bottom: 5px;
	font-size: 100%;
}
h5 a
{
	color: #3B8D00;
}
h6, .beetoolsskinSkin .mce_h6 span.mceText
{
	color: #000;
    font-size: 100%;
}

.centercontainer ol li
{
	list-style-type: decimal;
}

.centercontainer ol li ol li
{
	list-style-type: upper-roman;
}

.centercontainer ol li ol li ol li
{
	list-style-type: lower-alpha;
}



/* Bilder mit Links, Links fuer versch. Typen ************************************************************************/

img
{
	border-color: #EFEFEF;
	border-style: solid;
	border-width: 0px;
}

.febody a.hyperlinkfe img,
.febody a.hyperlinkfe span.pic
{
	text-decoration: none !important;
}

.thumb_image,
.zoomimagefe,
.hyperlinkfe,
.doclinkfe,
.dlimagefe
{
	cursor: pointer;
}

.pic
{
	line-height: 0;
}

.piclabel label,
.pic label
{
	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;
	cursor: pointer;
}
.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;
	cursor: pointer;
}
.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;
	cursor: pointer;
}
.doclinkfe .piclabel label,
.pic label.doclinkfe
{
	background: url(image/icon_download_1.gif) no-repeat;
}

.febody a
{
	color: #595959;
}

/* 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 */
{
	background: url(image/w_all.jpg) repeat-x top;
	margin: 0;
	width: 100%;
	text-align: center;
}

/* Container-Aufbau Kopf ************************************************************************/

div.headcontainer
{
	padding: 25px 0 0 0;
	width: 980px;
	height: 110px;
	background: url(image/w_head.jpg) no-repeat 0 25px;
	text-align: left;
	margin: auto;
	position: relative;
}

div.logo
{
	width: 980px;
	height: 85px;
}

div.language
{
}


div.topnav
{
	position:absolute;
	left: 20px;
	top: 113px;
}

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,
div.topnav ul ul a.topnav  /* 1. Ebene - nicht geklickt */
{
	color: #664300;
	text-decoration: none;
	padding: 0 10px 0 8px;
	background: url(image/i_bullet_topnav.gif) no-repeat 0px 4px;
}

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;
	background-color: #FACB59;
	border-top: 1px solid #FDC647;
}

div.topnav ul ul ul a.topnav /* 1. Ebene - nicht geklickt */
{
	color: #664300;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}

div.topnav ul ul ul a.active  /* 1. Ebene - geklickt */
{
	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: 986px;
	text-align: left;
	margin: auto;
}

.leftcontainer
{
	width: 172px;
	float: left;
}

.centercontainer
{
	width: 620px;
	margin: 8px 0 0 8px;
	padding: 20px 0 20px 0;
	background-image: url(image/w_top_center.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	float: left;
}

.rightcontainer
{
	width: 170px;
	margin: 8px 0 0 8px;
	float: right;
}


/* Menue *****************************************************************************/

div.menu
{
}

div.menu ul, 
div.menu li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

div.menu ul
{
	display: block;
}

div.menu ul 
{	
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(image/w_menucolor.gif) no-repeat 0px 10px;
}

div.menu a.menu:hover
{
	text-decoration: underline;
}

div.menu ul a.menu
{
	display: block;
	margin: 0 10px 0 0;
	padding: 3px 0 3px 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background: url(image/w_mainmenu.gif) no-repeat bottom right;
}

div.menu ul a.menutitle
{
	display: block;
	margin: 0;
	padding: 3px 0 3px 10px;
	margin-top: 8px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url(image/w_mainmenu_title.gif) no-repeat top left;
}

div.menu ul a.active
{
	font-weight: bold;
}

div.menu ul ul
{	
	display: block;
	padding-bottom: 10px;
	background: url(image/w_menucolor.gif) no-repeat bottom;
}

div.menu ul ul a.menu
{
	display: block;
	margin: 0 10px 0 0;
	padding: 3px 0 3px 20px;
	color: #000;
	text-decoration: none;
	background: transparent;
}

div.menu ul ul a.active
{
	font-weight: bold;
}

div.menu ul ul ul a.menu
{
	display: block;
	margin: 0 10px 0 0;
	padding: 3px 0 3px 30px;
	color: #000;
	text-decoration: none;
	background: transparent;
}

div.menu ul ul ul a.active
{
	font-weight: bold;
}

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;	
}


/* Suche ************************************************************************************/

div.searchinputdiv
{
	position: absolute;
	left: 700px;
	top: 65px;
	width: 260px;
	height: 30px;
	padding: 5px 10px;
	background: url(image/w_searchinputdiv.png) no-repeat;
	z-index: 500;
}

div.searchinputdiv label
{
	color: #FFFFFF;
	font-size: 110%;	
}

div.search label
{
	color: #FFF;
	font-weight: bold;	
	text-transform: uppercase;
}

.searchinput
{
	width: 200px;
	border: 1px solid #F8A200;
	background: #FFF;
	color: #F8A200;
	
}
.searchsubmit
{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 25px;
	top: 6px;
	border: none;
	background: url(image/w_searchsubmit.png) no-repeat;
	cursor: pointer;
	color: #996400;
	text-align: left;
}

a.searchlastsubmit
{
	position: absolute;
	right: 25px;
	top: 28px;
	color: #d58b00;
	border: none;
	background: transparent;
	text-decoration: none;
	font-size: 90%;
	cursor: pointer;
	text-align: left;
}

input.searchinput:focus,
input.searchinput:active
{
	color: #000000;
	background-color: #FFFFFF;
}

/** NEUE SUCHE LAYOUT ****************************************************/


div.searchinfofield
{
	color: #6DBB35;
	font-weight: bold;
	border: 1px solid #6DBB35;
	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
{
	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: 35px;
	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;
}


/** 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;
}

/* Menue Infobox *************************************************************************************/

.menuinfobox
{
	width: 170px;
	margin-top: -13px;
	padding-bottom: 20px; 
	font-size: 70%;
}

.febody .menuinfobox
{
	font-size: 90%;
}

.menuinfobox h2
{
	display: block;
	margin: 0;
	padding: 4px 0 3px 10px;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	background: url(image/w_mainmenu_title.gif) no-repeat top left;
}

/* Content + Artikellisten ***************************************************************************/

div.contentbackground
{
	background-color: #FFF;
	border-left: 1px solid #68B92E;
	border-right: 1px solid #68B92E;
	min-height: 1000px !important;
	height: auto !important;
	height: 1000px;
	padding-bottom: 20px;
}

div.path
{
	position: absolute; 
	left: 20px;
	top: 4px;
	font-size: 90%;
	color: #3B8800;
}
div.path a
{
	color: #3B8800;
	text-decoration: none;
}

div.topillu
{
	padding: 1px;
	width: 618px;
}

.contentcontainer, 		/* Hauptbereich fuer Detail-Texte */
.articledetailcontain,	/* Liste der Detail-Texte "alle auf 1 Seite" */
.articlelistcontain1 	/* Artikelliste Kurzbeschr. 1-spaltig */
{
	margin: 0 20px 0 20px;
	width: 578px;
}

.start-spezial .contentcontainer,
.start-spezial .articledetailcontain
{
	margin: 0 0 1px 1px;
	width: 616px;
}

.articlelistcontain2,	/* Artikelliste Kurzbeschr. 2-spaltig */
.productlistcontain		/* Produktartikelliste Kurzbeschr. 2-spaltig */
{
	margin: 0 20px 0 0;
	width: 616px;
}

.articlelistcontain1 .normarticle,
.articlelistcontain1 .nextcatarticleitem
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D4EBC3;
}

.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	width: 46%;
	margin-right: 10px; /* wegen IE fester Pixelwert statt Prozent */
	float: left;
}

.mainarticle,
.articledetail,
.normarticle,
.nextcatarticleitem,
.productlistcontain 
{
	position: relative;
}

.mainarticle
{
	padding-top: 20px;
	line-height: 150%;
}
.start-spezial .mainarticle
{
	padding: 0;
}

.articledetail
{
	padding-top: 20px;
	line-height: 150%;
}

.articledetail h1
{
	border-bottom: none;
}

.normarticle p, 
.nextcatarticleitem p,
.normarticle h2,
.nextcatarticleitem h2,
.normarticle h4,
.nextcatarticleitem h4
{
	margin: 0;
}

.normarticle a, 
.nextcatarticleitem a
{
	text-decoration: none;
}

.normarticle a span.morelink, 
.nextcatarticleitem a span.morelink
{
	text-decoration: underline;
}


.doclinkfe,
.hyperlinkfe,
.articlelinkfe,
a.doclinkfe,
a.hyperlinkfe,
a.articlelinkfe
{
	color: #595959;
	cursor: pointer;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

/* 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 ***************************************************************************/

.dynamicblock /* Artikelliste Kurzbeschr. rechts */
{
	background: url(image/w_boxcolor.gif) bottom left no-repeat;
	margin-bottom: 8px;
	width: 172px;
}

.staticblock, /* Artikel Kurzbeschr. statisch */
.themesblock
{
	margin-bottom: 15px;
	width: 172px;
	color: #000;
}

.themesblock
{
	font-size: 70%;
}

.febody .themesblock
{
	font-size: 90%;
}

.staticblock a,
.themesblock a
{
	color: #000;
}

.staticblock h2,
.themesblock h2
{
	display: block;
	margin: 0;
	padding: 4px 0 3px 8px;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	border: none;
}

.dynamicblock .normarticle,
.dynamicblock .nextcatarticleitem
{
	padding:  8px;
}

h1.blockheading
{
	background: url(image/w_blockheading_green.gif);
	font-size: 100%;
	color: #FFF;
	padding: 5px 0 0 7px;
}

.febody .specialoffer
{
	position: absolute; 
	left: 400px;
	top: 170px;
	padding-left: 20px;
}

.specialoffer
{
	width: 180px;
	background-color: #FFFFFF;
}

.specialoffer h1.blockheading
{
	font-size: 140%;
	color: #FB5100;
	background: transparent;
	border-bottom-color: #FB5100;
	padding: 0;
}

.specialoffer .normarticle,
.specialoffer .nextcatarticleitem
{
	background: url(image/w_specialoffer.gif) repeat-x bottom;
	border-bottom:  1px solid #FB5100;
	padding-bottom: 15px;
}
.specialoffer .normarticle a span.morelink, 
.specialoffer .nextcatarticleitem a span.morelink
{
	display: block;
	padding-left: 10px;
	width: 80px;
	font-weight: bold;
	background: url(image/w_specialoffer_morelink.gif) no-repeat;
	text-decoration: none;
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	cursor:pointer;
}

/* Formulare *********************************************************************************/

.formstyleadresse
{}
.formstylenewsletter
{}
.formstylekontakt input,
.formstylekontakt textarea,
.formstylekontakt select,
.formstyleshop input,
.formstyleshop textarea,
.formstyleshop select,
.formstyleadresse input,
.formstyleadresse textarea,
.formstyleadresse select
{
	font-size: 100%;
	border: 1px solid #CCC;
	padding: 2px 5px;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

.FormErrorMessageStyle /* eingeblendete Fehlernachricht */
{
	color: #CC0000;
}

.formerrorfields
{
	padding: 5px 10px;
	border: 1px dotted #CC0000;
	color: #CC0000;
}

input.formsubmit
{
	cursor:pointer;
}

.febody input.formerror, /* Klasse des Input bei fehlenden Eingaben */
.febody textarea.formerror,
.febody select.formerror
{
	border: 1px solid #CC0000;
	background-color: #FEF9EB;
}

.febody .formfieldhidden
{
	display: none;
}

/* Footer *********************************************************************************/

.footercontainer
{
	background: url(image/w_footer.gif) no-repeat top left;
	width: 619px;
	padding: 5px 0 0 0;
	min-height: 25px !important;
	height: auto !important;
	height: 25px;
	color: #3B8800;	
}

.febody .backlink
{
	position: absolute;
	left: 20px !important;
	left: 0px;
	top: -25px;
	text-decoration: none;
	color: #3B8800;	
}

.formstylerecommend /* Klasse im form-Tag */
{}

input.recommend /* Weiterempfehlen-Button */
{
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #3B8800;
	text-align: left;
	vertical-align: bottom;
}

.toplink /* nach oben Link */
{
	text-decoration: none;
	color: #3B8800;
}

#stylesheetlblprint, /* Zur Druckansicht */
#stylesheetlblnormal
{
	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: 20px;
	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;
}

/** Alpencosmed Spezial ***************************************************************/

table td.fotobuttons
{
	background: #69B92F url(image/w_introtable.gif) no-repeat top center;
	height: 23px;
	color: #FFF;
}

table td.fotobuttons a
{
	color: #FFF;
	text-decoration: none;
}

/** brain-at-work Link *****************************************************************/

.bawlink
{
	text-align: center;
}

.bawlink a
{
	font-size: 10px;
	text-decoration: none;
	color: #318A0C;
}

