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

body.febody /* nur f�r Frontend g�ltig */
{
	background: #C0B9A8 url(image/w_body.jpg) repeat-x;
	text-align: center;
	margin-top: 15px;
}

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: #E00200;
    font-size: 125%; 
	text-decoration: underline;
}
.normarticle h1 a,
.nextcatarticleitem h1 a
{
	color: #E00200;
}
h2, .beetoolsskinSkin .mce_h2 span.mceText
{ 
    color: #000; 
    font-size: 120%; 
}
.normarticle h2 a,
.nextcatarticleitem h2 a
{ 
    color: #000;
}
h3, .beetoolsskinSkin .mce_h3 span.mceText
{
	color: #E00200;
    font-size: 100%; 
	margin-bottom: 0;
}
.normarticle h3 a,
.nextcatarticleitem h3 a
{
	color: #E00200;
}

h4, .beetoolsskinSkin .mce_h4 span.mceText
{
	color: #000;
    font-size: 110%; 
	margin-bottom: 0;
}
h5, .beetoolsskinSkin .mce_h5 span.mceText
{
	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, .beetoolsskinSkin .mce_h6 span.mceText
{
	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;
	border-width: 0px;
}

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

.pic
{
	line-height: 0;
	font-size: 0;
}

.piclabel label,
.pic label
{
	display: block;
	font-size: 90%;
	line-height: 120%;
	color: #666;
	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:hover,
.pic label.doclinkfe
{
	background: url(image/icon_download_1.gif) no-repeat;
}

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 f�r media=print ************************************/

.febody .printheader
{
	display: none;
}

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

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

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

.all /* umfasst alles */
{
	margin: auto;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #B3A075;
	width: 965px;
}

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

div.headcontainer
{
	width: 100%;
	height: 170px;
	position: relative;
}

.logo
{
	width: 165px;
	height: 170px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/* .language
{
} */

.topillu
{
	width: 780px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	left: 174px;
	top: 9px;
}

/* 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;
}
.centercontainer .searchsubmit
{
	background-color: #E00200;
}
.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
{
	width: 580px;
	height: 19px;
	overflow: hidden;
	position: absolute;
	left: 365px;
	top: 130px;
	padding-left: 10px;
	padding-top: 1px !important;
	background-color: #D4C8AD;
}

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: #FFF;
	text-decoration: underline;
	background-color: #E00200;
}

div.topnav ul a.topnav  /* 1. Ebene - nicht geklickt */
{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #FFF;
	background-color: transparent;
	float: left;
}

div.topnav ul a.active  /* 1. Ebene - geklickt */
{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #FFF;
	background-color: #E00200;
	float: left;
}

.topnav ul
{
}

div.topnav ul ul
{
	position: absolute;
	top: 20px;
	left: 10px;
	padding-left: 10px;
}

div.topnav 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 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;
}

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
{
	min-height: 500px !important;
	height: auto !important;
	height: 500px;
	position: relative;
}

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

.centercontainer
{
	width: 580px;
	padding: 10px;
	float: left;
}

.rightcontainer
{
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 0;
	float: right;
}


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

div.menu
{
	width: 146px;
	margin-top: 10px;
	margin-left: 10px;
	background: #EDE4CF;
	border-bottom: 1px solid #E00200;
}

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

div.menu a.menu:hover,
div.menu a.active:hover
{
	background-color: #D4C8AD;
}

div.menu ul a.menu
{
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	line-height: 150%;
	background: #EDE4CF url(image/w_mainmenu.gif) no-repeat;
	border-top: 1px solid #FFF;
}

div.menu ul a.active
{
	color: #FFF;
	background: #E00200 url(image/w_mainmenu_active.gif) no-repeat;
}

div.menu ul ul a.menu
{
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	line-height: 150%;
	background: transparent;
	border-top: none;
	border-left: 10px solid #D4C8AD;
	
}

div.menu ul ul a.active
{
	color: #E00200;
	border-left: 10px solid #E00200;
}

div.menu ul ul ul a.menu
{
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	line-height: 150%;
	background: transparent;
	border-top: none;
	border-left: 20px solid #D4C8AD;
}

div.menu ul ul ul a.active
{
	color: #E00200;
	border-left: 20px solid #E00200;
}

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

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


/* Men� Infobox *************************************************************************************/

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

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

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

.articlelistcontain1 	/* Artikelliste Kurzbeschr. 1-spaltig */
{
}
.articlelistcontain2	/* Artikelliste Kurzbeschr. 2-spaltig */
{
	width: 265px;
}
.febody .articlelistcontain2
{
	width: 100%;
}

.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	width: 265px; 
	height: 122px;
	padding: 5px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	background: url(image/w_topoffer_shop.jpg) bottom right;
	border: 1px solid #EDE4CF;
}
.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;
}

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

.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,
.formstyleshop input,
.formstyleshop textarea,
.formstyleshop select,
.formstyleadresse input,
.formstyleadresse textarea,
.formstyleadresse select
{
	font-size: 100%;
	border: 1px solid #D4C8AD;
}

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

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

.formsubmit
{
	padding: 0;
	background-color: #EDE4CF;
	border-style: outset;
}

.febody .formfieldhidden
{
	display: none;
}

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

.footercontainer
{
	color: #999;
	width: 780px;
	margin-left: 175px;
}

.backlink
{
	text-decoration: none;
	color: #E00200;	
}

input.recommend /* Weiterempfehlen-Button */
{
	color: #E00200;
	border: none;
	background: transparent;
	margin: 0;
	background: url(image/icon_recommend.gif) no-repeat 0 3px;
	padding: 0 0 0 23px;
	cursor: pointer;
	text-align: left;
}

.footercontainer a.toplink /* nach oben Link */
{
	text-decoration: none;
	color: #E00200;
	background: url(image/icon_toplink.gif) no-repeat 0 3px;
	padding: 0 0 0 17px;
}

#stylesheetlblprint, /* Zur Druckansicht */
#stylesheetlblnormal
{
	cursor: pointer;
	color: #E00200;
	background: url(image/icon_printpage.gif) no-repeat 0 0;
	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;
}

.shop-pic-short
{
	width: 65px;
	float: left;
}

.shop-text-short
{
	width: 200px;
	float: right;
}
.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.bruttopreis
{
	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: center 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%;
}

input.disabled
{
	color: #CCC9BB;
	cursor: default;
}

a.orderlink:hover
{
	background-color: transparent;
}

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

table.zahlungsart input
{
	cursor: pointer;
}

/* SPEZIAL Kunden-Styles  *************************************************************/

div.menuNet  /* Norbert Busche 11.01.10  */
{
        width: 95%;
        background: #EDE4CF;
}

/** brain-at-work Link *****************************************************************/
.bawlink a
{
	font-size: 90%;
	color: #EDE4CF;
	text-decoration: none;
}