/* Allgemein ********************************************************************/
/* Ehlers Verlag raum & zeit ****************************************************/
/* 22.08.07 ta ****************************************************************/
/* © 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%;
	background-color: #FFF;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

body.febody /* nur für Frontend gültig */
{
}

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
{
	color: #E00200;
    font-size: 125%; 
	text-decoration: underline;
}
h1 a
{
	color: #E00200;
}
h2
{ 
    color: #000; 
    font-size: 120%; 
}
h2 a
{ 
    color: #000;
}
h3
{
	color: #E00200;
    font-size: 100%; 
	margin-bottom: 0;
}
h3 a
{
	color: #E00200;
}

h4
{
	color: #000;
    font-size: 110%; 
	margin-bottom: 0;
}
h5
{
	color: #FFF;
    font-size: 110%; 
	font-weight: normal;
	padding: 2px 5px 2px 10px;
	margin-bottom: 5px;
	background: #E00200 url(image/w_h5.gif) no-repeat;
}
h5 a
{
	color: #FFF;
}

h6
{
	color: #000;
    font-size: 100%;
}

h1.blockheading
{
	color: #FFF;
	font-weight: normal;
	font-size: 100%;
	background: url(image/w_blockheading.gif) no-repeat;
	padding: 2px 2px 2px 25px;
}

/* Bilder mit Links, Links für versch. Typen ************************************************************************/

img
{
	border-color: #EDE4CF;
	border-style: solid;
}

.thumb_image,
.zoomimagefe,
.hyperlinkfe,
.doclinkfe,
.dlimagefe
{
	cursor: pointer;
}

.pic label
{
	font-size: 90%;
	margin-top: 0;
	padding-top: 0;
}

.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: #000;
}

/* Klassenangaben für 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: #E00200;
}

.signalcolor
{
	color: #E00200;
}

/* Print-Header: nur sichtbar für media=print ************************************/

.febody .printheader
{
	margin-bottom: 1cm;
}

#stylesheetlblprint  /* Link "Druckansicht" */
{
}

#stylesheetlblnormal  /* Link "Zurück zur Web-Ansicht " */
{
}

/* Container-Aufbau drumherum ************************************/

.all /* umfasst alles */
{
	margin: auto;
	width: 17cm;
}

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

div.headcontainer
{
	display: none;
}


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

.search
{
	width: 200px;
	height: 19px !important;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 174px;
	top: 130px;
	padding-left: 10px;
	padding-top: 1px !important;
	padding-top: 0;
	margin: 0;
	background-color: #D4C8AD;
}

.searchinput
{
	margin: 0;
	padding: 0;
	width: 120px;
	height: 16px;
	border:none;
	border-bottom: 1px solid #D4C8AD;
	background: #FFF;
	color: #000;
}
.centercontainer .searchinput
{
	border: 1px solid #D4C8AD;
}

.searchsubmit
{
	border: none;
	background: transparent;
	cursor: pointer;
}

.searchsubmit:hover
{
	color: #FFF;
	background-color: #E00200;
}

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

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

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

.searchresult a:hover
{
	background-color: #EEE;
}

.searchresult dt/* Pfadangabe */
{
	font-size: 90%;
	border-bottom: 1px solid #AEAEAE;
	margin-bottom: 3px;
}

.locatorstringnoanchor
{
	color:#999;
	padding: 0 5px 0 5px;
	border-right: 1px solid #999;
}

.bawfoundtext
{
	background-color: #EDE4CF;
}

/* Top-Navigation ************************************************************************************/

div.topnav
{
	display: none;
}


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

.maincontainer
{
	min-height: 500px !important;
	height: auto !important;
	height: 500px;
	position: relative;
}

.leftcontainer
{
	display: none;
}

.centercontainer
{
}

.rightcontainer
{
	display: none;
}


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

div.menu
{
	display: none;
}


/* Menü Infobox *************************************************************************************/

.menuinfobox
{
	font-size: 90%;
	width: 145px;
	margin: 20px 0 0 10px;
}

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

.contentcontainer, 		/* Hauptbereich für Detail-Texte */
.articledetailcontain	/* Liste der Detail-Texte "alle auf 1 Seite" */
{
	width: 100%;
}

.articlelistcontain1, 	/* Artikelliste Kurzbeschr. 1-spaltig */
.articlelistcontain2	/* Artikelliste Kurzbeschr. 2-spaltig */
{
}

.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	width: 45%; 
	margin-right: 10px;
	float: left;
}
.articlelistcontain3 .normarticle,
.articlelistcontain3 .nextcatarticleitem
{
	width: 31%; 
	margin-right: 10px;
	float: left;
}

.articlelistcontain1 h1,
.articlelistcontain1 h2,
.articlelistcontain2 h1,
.articlelistcontain2 h2,
.articlelistcontain3 h1,
.articlelistcontain3 h2
{
	margin: 0;
}

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

.normarticle img
{
}

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

.morelink
{
	color: #E00200;
	text-decoration: underline;
}
.morelink:hover
{
	text-decoration: none;
}

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

a:hover
{
	text-decoration: none;
}


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

.articlelistblock /* Artikelliste Kurzbeschr. rechts */
{
	width: 190px;
}

.infoblock /* Artikel Kurzbeschr. statisch */
{	
	width: 190px;
	border: 1px solid #E00200;
}
.infoblock p
{
	padding: 0 5px 0 5px;
}

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

.formstylekontakt input, /* span um input */
.formstylekontakt textarea,
.formstylekontakt select
{
	font-size: 100%;
	border: 1px solid #D4C8AD;
}

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

.formerror /* Klasse des Input bei fehlenden Eingaben */
{
	color: #FFF;
	background: #E00200;
}

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

.footercontainer
{
	display: none;
}

#stylesheetlblprint, /* Zur Druckansicht */
#stylesheetlblnormal
{
	cursor: pointer;
	color: #CCC;
	padding: 0 0 0 20px;
}

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

.pics-left
{
	float: left;
	padding-right: 3%;
	border: none;
}

.pics-right
{
	float: right;
	padding-left: 3%;
	border: none;
}

.pics-short
{
	width: 100px;
	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: left;
}

.dreispalter .columnleft /* Werksführung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnmiddle /* Werksführung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnright /* Werksführung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 0;
	float: left;
}

/** Shop *****************************************************************/

.productcategory /* feste Auswahlrechtecke mit Titel drunter */
{
	width: 170px; 
	height: 110px;
	border: 1px solid #EDE4CF;	
	text-align: center;
}

.productcategory .pic
{
	width: 170px;
	height: 90px;
	text-align: center;
	overflow: hidden;
}

.productcategory .pic img
{
/*	width: auto !important;
	height: auto !important; */
}

.productcategory h5
{
	background: #EDE4CF url(image/s_bullet_productcategory.gif) 0px 4px no-repeat;
	text-align: center;
	position: relative;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
}

div.shoppopup
{
	width: 240px; 
	height: 150px; 
	position: fixed; 
	left: 35%; 
	top: 30%; 
	z-index: 1000;
	background: url(image/w_shop_popup.gif) no-repeat;
	padding: 20px 40px 30px 20px;
	display: none;
}

div.shoppopup button
{
	border: none;
	background: transparent;
	cursor: pointer;
	background: url(image/icon_close.gif) no-repeat;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-size: 100%;
	color: #E00200;
}

div.shoppopup a.hyperlinkfe
{
	background-image: url(image/icon_shoppingcart_red.gif);
	background-repeat: no-repeat;
	padding: 0 10px 0 25px;
	font-size: 100%;
	text-decoration: none;
}

table.variationtable
{
	width: 200px;
	margin: 10px 0 0 0;
	border-top: 1px solid #D7BA99;
	border-collapse: collapse;
}
/*
.normarticle table.variationtable,
.nextcatarticleitem table.variationtable
{
}

.articledetail table.variationtable,
.mainarticle table.variationtable
{	
	width: 100%;
	clear: both;
}
*/
table.variationtable tbody
{
	font-size: 90%;
}

table.variationtable th
{
	color: #82715D;
	text-align: left;
	font-weight: normal;
	width: 40%;
	border-bottom: 1px solid #D7BA99;
}

table.variationtable td
{
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #D7BA99;
}

table.variationtable td.pricefield
{
	white-space: nowrap;
	font-weight: bold;
	font-size: 110%;
}
table.variationtable input.menge
{
	width: 30px;
	border-width: 1px;
	text-align: right;
	font-size: 100%;
}

button.warenkorb
{
	background-image: url(image/icon_shoppingcart.gif);
	background-repeat: no-repeat;
}

button.warenkorb,
button.warenkorb:hover
{
	background-position: middle left;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
	padding: 0 10px 0 30px;
	text-align: left;
	font-size: 10px;
	color: #000;
}

div.shoppingcartinfo
{
	margin: 0;
	padding: 5px;
	color: #000;
	text-align: left;
}
/*
div.shoppingcartinfo table td
{
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 100%;
}
*/
div.shoppingcartinfo input /* Ausgabe "aktueller Warenkorbinhalt" */
{
	border: none;
	background: transparent;
	color: #000;
	width: 60px;
	margin: 0;
	font-size: 90%;
	text-align: right;
}

.shoppingcartinfo a.hyperlinkfe
{
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 20px;
	background: transparent url(image/icon_shoppingcart_red.gif) no-repeat 0px 0px;
	padding-left: 20px;
	margin-top: 5px;
}

table.order-shoppingcart /* Warenkorb-Tabelle */
{
	border-collapse: collapse;
	width: 580px;
	border: 1px solid #EDE4CF;
}
table.order-shoppingcart tbody
{
}
table.order-shoppingcart th
{
	background-color: #EDE4CF;
	color: #000;
	vertical-align: top;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
table.order-shoppingcart td
{
	border-bottom: 1px solid #EDE4CF;
}

table.order-shoppingcart input
{
	border: none;
	background: transparent;
	color: #000;
	width: 80px;
	text-align: right;
	font-size: 100%;
}
tr.order-shoppingcart-list /* jede Zeile im Warenkorb */
{
	vertical-align: top;
}

button.order-shoppingcart-delete /* Löschen-Button in jeder Zeile */
{
	width: 12px;
	height: 12px;
	margin-top: 2px;
	font-size: 10px;
	line-height: 10px;
	border: none;
	padding: 0;
	background-color: #C40E26;
	color: #FFF;
	cursor: pointer;
}

table.order-shoppingcart artnr /* Artikelnummer */
{}
table.order-shoppingcart input.input-amount /* Mengeneingabe ändern */
{
	border-width: 1px;
	border-style: inset;
	background-color: #FFF;
	width: 30px;
}
table.order-shoppingcart order-article /* Artikelbezeichnung */
{}
table.order-shoppingcart pricenet  /* Netto Preisangabe */
{}
table.order-shoppingcart pricetax /* Steuersatz Prozent */
{}
table.order-shoppingcart pricetax-amount /* USt.-Betrag */
{}
table.order-shoppingcart pricegross /* Brutto Preisangabe */
{}

table.order-shoppingcart tr.sum-pricenet td /* Summe Netto Preisangabe */
{
	border-top: 1px solid #EDE4CF;
}

table.order-shoppingcart tr.sum-pricetax-amount /* Summe USt.-Betrag */
{}
table.order-shoppingcart tr.sum-pricegross td
{
	border-bottom: 2px solid #EDE4CF;
}
table.order-shoppingcart tr.sum-pricegross, /* Summe Brutto Preisangabe */
table.order-shoppingcart tr.sum-pricegross td input
{
	font-weight: bold;
	color: #000;
}

div.order-buttons, /* Buttons unter Warenkorb mit "zur Kasse" und "weitershoppen" */
td.order-buttons
{
	vertical-align: top;
	border-top: 1px solid #E00503;
	border-bottom: 1px solid #E00503;
	padding: 3px 0 3px 0;
	font-weight: bold;
	width: 580px;
	height: 15px;
}

div.order-buttons a,
td.order-buttons a
{
	color: #E00503;
	text-decoration: none;
}

input.orderlink /* Hyperlink zum nächsten Bestellschritt */
{
	padding: 0;
	vertical-align: bottom;
	color: #E00503;
	background: transparent;
	border: none;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	font-size: 100%;
}
a.orderlink:hover
{
	background-color: transparent;
}

table.zahlungsart label
{
	color: #DE0100;
	font-weight: bold;
	padding-right: 20px;
}

table.zahlungsart input
{
	cursor: pointer;
}


/** brain-at-work Link *****************************************************************/
.bawlink a
{
	display: none;
}