@charset "utf-8";
/* CSS Document */
/* BODY */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {  list-style-type: none; margin: 0px 0px 0px 15px; padding: 0px; }

li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 11px;
	line-height: 18px;
	background-attachment: scroll;
	background-image: url(/pix/listpoint.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

li.greenDot {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	font-size: 11px;
	line-height: 18px;
	background-attachment: scroll;
	background-image: url(/pix/menue_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

form,img
{
    padding: 0px;
    margin: 0px;
    border-style: none;
}
input,select,textarea
{
	font-size: 11px;
}
/* Hauptebene */
#main
{
	width: 760px;
	padding: 0px;
	margin: 0px;
	/*
	background-attachment: scroll;
	background-image: url(../pix/logowarenkorb_neu.png);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	float: left;
}
/* Obere Ebene (enthält Warenkorb und Suchbox) */
#top
{
	width: 1007px;
	height: 112px;
	padding: 0px;
	margin: 0px;
}
/* Menuebene */
#menubox
{
	width: 155px;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	float: left;
	text-align: left;
}
/* Pfad */
#path
{
	width: 100%;
	margin-top: 18px;
	color: #666666;
	font-size: 10px;
}
/* Inhaltsebene */
#content
{
	width: 525px;
	padding-top: 7px;
	_margin-left:-20px;
	_margin-bottom:25px;
	_float: right;
	_position:absolute;
	/*padding-left: 5px;*/
	float: left;
	/*
  	background-attachment: scroll;
	background-image: url(/../pix/back_for_all.gif);
	background-repeat: no-repeat;
	background-position: right top;
	*/
}

/* Inhaltsebene */
#contentForLandingpageNavigation
{
	width: 525px;
	padding-top: 7px;
	_margin-left:-20px;
	_margin-bottom:25px;
	_float: right;
	_position:absolute;
	/*padding-left: 5px;*/
	float: left;
	/*
  	background-attachment: scroll;
	background-image: url(/../pix/back_for_all.gif);
	background-repeat: no-repeat;
	background-position: right top;
	*/
}
/* Footer-DIV (ganz unten) */
#footer
{
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	width: 400px;
}

#warenkorb
{
	margin-left: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	font-size: 9px;
	text-align: center;
	width: 126px;
	height: 83px;
	display: inline;
}

/* Allg. Links */
a {	
	font-size: 10px;	
	color: #666666; 
	text-decoration: underline;
}

/* Menulinks (Kategorie 1) */
a.cat_menu1
{
	display:block;
	text-decoration:none;
	background-color: #ffffff;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
a.cat_menu1:link, a.cat_menu1:visited, a.cat_menu1:active { text-decoration: none; }
a.cat_menu1:hover { background-color: #D3E9A9; }

/* Menulinks Aktiv */
a.cat_menu1_selected
{
	display:block;
	font-weight: bold;
  text-decoration:none;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
a.cat_menu1_selected:link, a.cat_menu1_selected:visited, a.cat_menu1_selected:active { text-decoration: none; }
a.cat_menu1_selected:hover { background-color: #D3E9A9; }

/* Submenulinks (Kategorie 2) */
a.cat_menu2
{
	display:block;
  border-bottom:1px dashed #CCCCCC;
  text-decoration:none;
	font-size: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}
a.cat_menu2:hover { background-color: rgb(238,255,213);  }

a.cat_menu2_selected
{
	display:block;
  border-bottom:1px dashed #cccccc;
  text-decoration:none;
	font-size: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
  background-color: rgb(238,255,213); 
}

a.category_box
{
	width: 148px;
	height: 188px;
	float:left;
	font-size:11px;
	font-style:italic;
	text-decoration: none;
	border: 1px dashed #CCCCCC;
	cursor: pointer;
}
a.category_box:hover { border: 1px solid #8bbe3e; text-decoration: none; }

a.category_box_small, a.category_box_small_active
{
	width: 161px;
	height: 78px;
	float:left;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	border: 1px dashed #CCCCCC;
	cursor: pointer;
}
a.category_box_small_active { font-style:italic; border: 1px solid #8bbe3e; }
a.category_box_small:hover, a.category_box_small_active:hover { border: 1px solid #8bbe3e; text-decoration: none; }

.btnDeleteGS{
	height: 25px;
	width: 35px;
	border: none;
	display: inline-block;
	background-image: url(../pix/delete.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
}

/* Buttons mit weiß-grünem Hintergrund */
.btnGreenWhite, a.btnGruenWeiss, input.searchBtn{
	color: black;
	border: 1px solid #B9D788;
	height: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	background-image: url(../pix/buttons/btn_background.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
}

a.btnGruenWeiss{
	padding: 4px 10px 2px 10px;
	min-height: 10px;
	height: 20px;
	height: auto !important;
}

/* Suchbutton */
input.searchBtn {
	float: left;
	margin-top: 20px;
}

/* buttonlink */
.button
{
	color: #FFFFFF;
	font-size: 10px;
	background-color: #858585;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 0px;
	height: 12px;
}

.button_off
{
	color: #FFFFFF;
	font-size: 10px;
	background-color: #eeeeee;
	text-decoration: none;
	border: 1px solid #dddddd;
	padding: 3px;
	margin: 0px;
	height: 12px;
}

/* Eingabefeld der Suchmaschine */
.search
{
	width: 199px;
	float: left;
	border: 1px solid #8CBF3F;
	margin: 20px 10px 10px 0px;
}

/* Überschrift 3 (Allgemein) */
h1, h3 {
	font-size:18px;
	font-weight:bold;
	background-color: transparent;
	color: #FF8F29;
	margin: 0px;
	padding: 0px;
}

/* Überschrift 1 (Allgemein) */
h3 { font-size:13px; }

/* orange groß */
.bigorange
{
  font-size:13px;
  font-weight:bold;
	color: #FF8F29;
	margin: 0px;
	padding: 0px;
}

/* Absatz (Allgemein) */
p { font-size: 11px; margin: 0px; padding: 0px; }


/* Graue Trennlinie im Warenkorb */
.greyline { padding: 0px; margin: 0px; }

/* login-Schaltfläche */
.go
{
	margin-top: 2px;
	color: #FFFFFF;
	background-color: #999999;
	border: none;
	font-size: 9px;
	width: 50px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}

/* Login-Formular */
#loginform
{
	padding: 0px;
	margin: 0px;
}

.list_foto
{ 
	display:block;
	float:left;
	width: 110px; 
	height:110px;
	padding: 3px;
	margin: 5px;
	text-align: center;
	background-color: #ffffff;
	border: 1px dashed #999999;
}

.list_headline
{
	font-size:11px;
	font-weight:bold;
	color: #000000;
	margin-bottom: 3px;
	display:block; 
}

.list_preis
{
	margin-top: 3px; 
	font-size:11px;
	font-weight:bold;
	color: #000000;
}
#detail_photo
{
	width:300px; 
	margin-left:2px;
	margin-top: 10px;
	float: left;
}

#detail_content
{
	width:200px; 
	margin-left:5px;
	margin-top: 10px;
	float: left;
}
#detailbox
{
	font-size: 11px;
	margin-top: 5px;
	width:160px; 
	padding: 10px;
	float: left;
	border: 1px dashed #8BBE3E;
}

#logo
{
	padding: 0px;
	margin: 0px;
}
.detailbox_line
{
	font-size:10px; 
	padding:5px; 
	background: #E9E9E9;
	margin: 3px 0px;
}
.list_foto_klein
{ 
	display:block;
	float:left;
	width: 55px; 
	height:55px;
	padding: 3px;
	margin: 5px;
	background-color: #ffffff;
	border: 1px dashed #999999;
}
/* Grüne Trennlini im Menu */
#gruenline
{
	padding: 0px;
	/*margin: 0px;*/
	[if gte IE 5.5]>
	margin-bottom: 0px;
	<![endif]
	vertical-align: middle;
	border: none;
	display: block;
}
/* Größe der Headerzeile in Tabelle */
.trHeader{
	background-color: #EEFFD5;
	height: 25px;
}
/* Standard-Tabellenzelle*/
.tabCell_standard1{
	padding: 4px;
	border: 1px solid #B9D788;
	border-top: none;
}
.tabCell_standard2{
	padding: 4px;
	border-bottom: 1px solid #B9D788;
	border-right: 1px solid #B9D788;
}
.tabCell_standard3{
	padding: 4px;
	border: 1px solid #B9D788;
}
.tabCell_standard4{
	padding: 4px;
	border: 1px solid #B9D788;
	border-left: none;
}
/* Headerzellen der Warenkorbtabelle */
.warenkorb_tabellen_header
{
	border: 1px solid #B9D788;
	padding: 4px;
	vertical-align: middle;
	font-weight: bold;
}
/* Graue Zellen im Warenkorb */
.warenkorb_tabelle_bottom1
{
	border: 1px solid #B9D788;
	padding: 2px;
	vertical-align: middle;
	text-align: left;
}
/* Hellgrüne Zellen (enthält Preise) im Warenkorb */
.warenkorb_tabelle_bottom2
{
	border: 1px solid #B9D788;
	padding: 2px;
	vertical-align: middle;
	text-align: right;
}
/* Iinhaltszelle */
.warenkorb_inhaltszelle
{
	border: solid 1px #B9D788;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}
/* Preiszelle */
.warenkorb_preiszelle
{
	border: solid 1px #B9D788;
	padding: 2px;
	vertical-align: middle;
	text-align: right;
}


.error_form{
	background-color: #ffaa00;
}
.error_msg{
  font-size: 10px; 
  color: #ff0000;
	font-weight: bold;
}

.logininput
{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #8CBF3F;
}

.box
{
	margin: 0px;
	padding: 0px;
}

#loginbox_properties, #registerbox_properties, #noregisterbox_properties, #newuserbox_properties, #registerbox2_properties, #registerbox3_properties
{
	width: 450px;
	border: 1px solid #8CBF3F;
	text-align: center;
}
#lostpwdbox_properties
{
	width: 450px;
	/*border: 1px solid #FFFFFF;*/
	text-align: center;
}
#loginbox_header, #registerbox_header, #noregisterbox_header, #newuserbox_header, #registerbox2_header, #registerbox3_header
{
	width: 446px;
	font-size: 10px;
	font-weight: bold;
	background-color: #D9EABF;
	border-bottom: 1px solid #8CBF3F;
	text-align: left;
	padding: 2px;
}
#lostpwdbox_header
{
	width: 446px;
	font-size: 10px;
	font-weight: bold;
	background-color: #D9EABF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	padding: 2px;
}
#loginbox_content, #registerbox_content, #noregisterbox_content, #newuserbox_content, #registerbox2_content, #registerbox3_content
{
	width: 446px;
	font-size: 10px;
	background-color: #EEFFDD;
	text-align: left;
	padding: 2px;
}
#lostpwdbox_content
{
	width: 446px;
	font-size: 10px;
	background-color: #EEEEEE;
	text-align: left;
	padding: 2px;
}

.paymentbox_properties
{
	width: 450px;
	border: 1px solid #8CBF3F;
}
.paymentbox_header
{
	width: 446px;
	font-size: 10px;
	font-weight: bold;
	background-color: #D9EABF;
	border-bottom: 1px solid #8CBF3F;
	text-align: left;
	padding: 2px;
}
.paymentbox_content
{
	width: 446px;
	font-size: 10px;
	background-color: #EEFFDD;
	text-align: left;
	padding: 2px;
}

input
{
	border: 1px solid #8CBF3F;
}

.account_change_spalte2
{
	border: solid 1px #FFFFFF;
	padding: 2px;
	vertical-align: middle;
	text-align: left;
}

.login_headerzelle
{
	border: solid 1px #FFFFFF;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}

.login_header2
{
	border: solid 1px #FFFFFF;
	padding: 2px;
	vertical-align: middle;
	text-align: left;
}

.chg_pw_table
{
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	font-size: 11px;
}

.history_zelle_tl
{
	border: solid 1px #FFFFFF;
	padding: 2px;
	vertical-align: middle;
	text-align: left;
}
.history_zelle_tm
{
	border: solid 1px #FFFFFF;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}
.history_zelle_tr
{
	border: solid 1px #FFFFFF;
	padding: 2px;
	vertical-align: middle;
	text-align: right;
}

.feedback_zelle_tl
{
	border: solid 1px #FFFFFF; 
	padding: 2px; 
	vertical-align: middle; 
	text-align: left;
}
.feedback_zelle_tr
{
	border: solid 1px #FFFFFF; 
	padding: 2px; 
	vertical-align: middle; 
	text-align: right;
}

.newlogin_zelle_tl
{
	 border: solid 1px #FFFFFF; 
	 padding: 2px; 
	 vertical-align: middle; 
	 text-align: left;
}

.payment_zelle_tl
{
	border: solid 1px #FFFFFF; 
	padding: 2px; 
	vertical-align: middle; 
	text-align: left;
}

.payment_kk_zelle_tl
{
	border: solid 1px #FFFFFF; 
	padding: 2px; 
	vertical-align: middle; 
	text-align: left;
}
.payment_kk_zelle_tm
{
	border: solid 1px #FFFFFF; 
	padding: 2px; 
	vertical-align: middle; 
	text-align: center;
}

.payment_lv_zelle_tl
{
	border: solid 1px #FFFFFF; 
	padding: 2px; 
	vertical-align: middle; 
	text-align: left;
}
.payment_lv_zelle_tm
{
	border: solid 1px #FFFFFF; 
	padding: 2px; 
	vertical-align: middle; 
	text-align: center;
}

.preview_zelle_tl
{
	border: solid 1px #B9D788; 
	padding: 4px; 
	vertical-align: middle; 
	text-align: left;
}
.preview_zelle_tm
{
	border: solid 1px #B9D788; 
	padding: 4px; 
	vertical-align: middle; 
	text-align: center;
}
.sidebox_preistext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.sidebox_prodbox
{
	width: 192px;
	margin-bottom: 10px;
	float: left;
}
.sidebox_prodbox2
{
	width: 192px;
	height: 64px;
	margin-bottom: 10px;
	float: left;
}
.sidebox_prodbild
{
	width: 63px;
	height: 63px;
	border: 1px dashed #999999;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.sidebox_proddatabox
{
	margin-top: 10px;
	margin-bottom: 13px;
	width: 122px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.sidebox_proddataboxtable
{
	width: 122px;
	height: 63px;
	margin-top: 8px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#sidebox1
{
	width: 3px;
	height: 771px;
	overflow: hidden;
	float: left;
	margin-left: 15px;
	background-attachment: scroll;
	background-image: url(../pix/grauerverlauf_rechts.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebox2
{
	float: left;
	width: 210px;
	padding-left: 3px;
	padding-bottom: 10px;
}
#sidebox_header
{
	width: 202px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	margin-bottom: 10px;
	padding-right: 8px;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../pix/rightbox_header.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	visibility: hidden;
}
#sidebox_content
{
	width: 210px;
	/*
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 17px;
	padding-bottom: 17px;
	*/
	background-color: #FFFFFF;
	/*border-right: 6px solid #98C550;
	float: left;*/
}
#sidebox_footer
{
	width: 210px;
	height: 6px;
	background-attachment: scroll;
	background-image: url(../pix/rightbox_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	overflow: hidden;
	visibility: hidden;
}

.landbox_prodbox{
	margin-bottom: 25px;
	float: left;
	height: 128px;
}

.landbox_picbox{
	width: 100px;
	height: 100px;
	margin-right: 20px;
	float: left;
	margin-top: 10px;
}

.landbox_pricestar{
	float: left;
	margin-top: 10px;
	width: 90px;
	height: 100px;
	background-image: url(../pix/preiskreis.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.landbox_pricebox{
	font-weight: bold;
	font-size: 12px;
	color: white;
	width: 60px;
	height: 15px;
	text-align: center;
	margin-left: 10px;
	margin-top: 43px;
}

.landbox_arrowbox{
	margin-top: 20px;
	text-align: center;
	float: left;
	width: 210px;
}

.landbox_vatbox{
	font-size: 9px;
	float: left;
	height: 13px;
	text-align: right;
	width: 210px;
	margin-top: 30px;
}

.pagecell, #active_cell	{ width: 18px; height: 18px; text-align: center; text-decoration: none; display: block; float: left; line-height: 18px; vertical-align: middle; border: 1px solid #8bbe3e; }
#active_cell { font-weight: bold; }

.thumbbox { float: left; margin-right: 4px; margin-bottom: 4px; border: 1px dashed #A1A1A1;
width: 56px; height: 56px; display: block; text-align: center; }
/*
.thumbbox img { width: 56px; height: 56px; display: block; }
*/
.index_cartlink {
	font-size: 12px;
	color: #999999;
	font-weight:bold;
	text-decoration: none;
}

.smallorangelink {
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}

a.newlinkbtn, a.newlinkbtn:link, a.newlinkbtn:hover, a.newlinkbtn:visited, a.newlinkbtn:active {
	height: 12px;
	display: block;
	background-color: #858585;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	font-size:10px;
	margin:0px;
	padding:3px;
	text-decoration: none;
	text-align: center;
}

a.anfrage, a.anfrage:link, a.anfrage:hover, a.anfrage:visited, a.anfrage:active {
	height: 12px;
	display: block;
	background-color: #EEFFD5;
	border:1px solid #98C550;
	color:#FF8F29;
	font-size:10px;
	margin:0px;
	padding:3px;
	text-decoration: none;
	text-align: center;
}

#xsearchheader {
	width: 492px;
	height: 20px;
	display: block;
	line-height: 20px;
	vertical-align: middle;
	float: left;
	background-color: #EEFFD5;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 4px;
	font-size: 11px;
}

#xsearchcontentbox {
	width: 492px;
	background-color: #FFF;
	float: left;
	font-size:11px;
	padding: 4px;
}

.xsearchinput {
	width: 22px;
	height: 16px;
	float: left;
	border: 1px solid #8CBF3F;
	padding: 2px 0px 0px 2px;
	margin: 0px 10px 0px 0px;
}

.xsearchbtn {
	width: 80px;
	height: 20px;
	display: block;
	float: left;
	border:1px solid #CCCCCC;
	background-color: #858585;
	color:#FFFFFF;
	font-size:10px;
	margin:0px;
	padding: 0px;
	text-align: center;
}

#savecartlabel {
	width: 35px;
	height: 18px;
	display: block;
	float: left;
	padding: 2px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

#cartname {
	width: 200px;
	height: 16px;
	float: left;
	border: 1px solid #8CBF3F;
	padding: 2px 0px 0px 2px;
	margin: 0px 10px 0px 0px;
}

#savecartbtn {
	width: 130px;
	height: 20px;
	display: block;
	float: left;
	border:1px solid #CCCCCC;
	background-color: #858585;
	color:#FFFFFF;
	font-size:10px;
	margin:0px;
	padding: 0px;
	text-align: center;
}

.cartpathcell1 {
	padding-right: 10px;
}

.cartpathcell2 {
	padding-right: 5px;
}

#savedcarts {
	width: 510px;
	padding: 0px;
	margin: 0px;
}
#savedcarts tr, td {
	vertical-align: middle;
	border: none;
	padding: 2px;
	margin: 0px;
}

.savedcarts_headcol1, .savedcarts_col1 {
	width: 200px;
	height: 25px;
	border: 1px solid #B9D788;
	border-right: none;
	background-color: #EEFFD5;
	padding: 4px;
	font-weight: bold;
}
.savedcarts_headcol2, .savedcarts_col2 {
	width: 70px;
	height: 25px;
	border: 1px solid #B9D788;
	border-right: none;
	background-color: #EEFFD5;
	padding: 4px;
	font-weight: bold;
}
.savedcarts_headcol3, .savedcarts_col3 {
	width: 90px;
	height: 25px;
	border: 1px solid #B9D788;
	border-right: none;
	background-color: #EEFFD5;
	padding: 4px;
	font-weight: bold;
}
.savedcarts_headcol4 {
	width: 92px;
	height: 25px;
	border: 1px solid #B9D788;
	background-color: #EEFFD5;
	padding: 4px;
	font-weight: bold;
}
.savedcarts_col1, .savedcarts_col2, .savedcarts_col3, .savedcarts_col4, .savedcarts_col5, .savedcarts_col6 { 
	height: 30px;
	background-color: white;
	border: 1px solid #B9D788;
	border-top: none;
	padding: 4px;
	font-weight: normal;
}
.savedcarts_col1 { border-right: none; }
.savedcarts_col2, .savedcarts_col3 { border-right: none; text-align: center; }
.savedcarts_col4 { width: 30px; border: 1px solid #B9D788; border-right: none; border-top: none; text-align: center; }
.savedcarts_col5 { width: 30px; border: 1px solid #B9D788; border-right: none; border-top: none; text-align: center; }
.savedcarts_col6 { width: 30px; text-align: center; }

.btnDelSavedCart {
	width: 48px;
	height: 20px;
	border:1px solid #CCCCCC;
	background-color: #858585;
	color:#FFFFFF;
	font-size:10px;
	margin:0px;
	padding: 0px;
	text-align: center;
}

.px10  { font-size: 10px; }
.px11  { font-size: 11px; }
.red { color: #FF0000; }
.darkgrey { color: #999999; }

div.detailbox_line select, div.detailbox_line option { width: 150px; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

.recom_table{
	border-collapse: collapse;
	font-size: 11px;
	border: 1px solid #B9D788;
}

.recom_header{
	float: left;
	background-color: #8BBE3E;
	width: 510px;
	height: 15px;
}

.recom_starline{
	width: 500px;
	height: 10px;
	padding: 5px 3px;
	margin-bottom: 13px;
}

.recom_commentline, .recom_helpbox{
	float: left;
	width: 498px;
	background-color: #EEFFD5;
	padding: 5px;
}

.recom_helpbox{
	border-top: 2px solid white;
	font-size: 10px;
}

.recom_divider{
	width: 508px;
	height: 2px;
	background-color: #8BBE3E;
}

.recom_voteheaderbox{
	float: left;
	background-color: #8BBE3E;
	border: 1px solid #8BBE3E;
	width: 500px;
	height: 17px;
	padding: 7px 3px 3px 5px;
	color: white;
}

.recom_votebox{
	float: left;
	border: 1px solid #8BBE3E;
	width: 500px;
	padding: 10px 4px;
}

.recom_votelabel{
	width: 90px;
	display: block;
	float: left;
	margin-top: 5px;
}

.recom_starbox{
	height: 55px;
	width: 300px;
	float: left;
}

.recom_star{
	width: 20px;
	height: 30px;
	float: left;
	padding-top: 25px;
	text-align: center;
	background-image: url(../pix/star_light.png);
	background-repeat: no-repeat;
	background-position: top;
}

/**************************************************************/
.floatLeft	{ float: left; }
.floatRight	{ float: right; }
.nofloat	{ float: none; }
.clear { clear: both; }
 
.noMargin	{ margin: 0px; }
.marginLeft10 { margin-left: 10px; }
.marginTop0 { margin-top: 0px; }
.marginTop10 { margin-top: 10px; }
.marginTop25 { margin-top: 25px; }
.marginRight3 { margin-right: 3px; }
.marginRight5 { margin-right: 5px; }
.marginRight11 { margin-right: 11px; }
.marginBottom20 { margin-bottom: 20px; }
.marginBottom10 { margin-bottom: 10px; }
.marginBottom4 { margin-bottom: 4px; }
.marginRight15 { margin-right: 15px; }
.margin2px0px { margin: 2px 0px; }
.margin4px2px { margin: 4px 2px; }
.margin15px0px { margin: 15px 0px; }

.width190 { width: 190px; }
.width200 { width: 200px; }
.width240 { width: 240px; }

.height30 { height: 30px; }
.height25 { height: 25px; }

.alignCenter	{ text-align: center; }
.alignRight		{ text-align: right; }
.alignLeft 		{ text-align: left; }

.valignTop { vertical-align: top; }
.valignMiddle { vertical-align: middle; }

.grey	{ color: #666666; }
.white	{ color: #FFFFFF; }
.black	{ color: #000000; }
.orange	{ color: #FF8F29; background-color: transparent; }
.green	{ color: #8CBF3F; }
.bold	{ font-weight: bold; }
.underlined { text-decoration: underline; }
.px9	{ font-size: 9px; }
.px10	{ font-size: 10px; }
.px11	{ font-size: 11px; }
.px12	{ font-size: 12px; }
.px13	{ font-size: 13px; }
.px14	{ font-size: 14px; }
.px15	{ font-size: 15px; }
.px16	{ font-size: 16px; }
.px17	{ font-size: 17px; }
.px18	{ font-size: 18px; }

.paddingRight4px { padding-right: 4px; }
.paddingTop1px { padding-top: 1px; }
.paddingTop3px { padding-top: 3px; }
.paddingTop5px { padding-top: 5px; }
.padding1px0px { padding: 1px 0px; }
.padding3px0px { padding: 3px 0px; }
.padding5px0px { padding: 5px 0px; }
.padding0px { padding: 0px; }
.noPadding	{ padding: 0px; }
.padding4px { padding: 4px; }

.borderRightNone { border-right: none; }
.borderLeftNone { border-left: none; }
.borderTopNone { border-top: none; }
.borderBottomNone { border-bottom: none; }
.borderNone { border: none; }

.borderB9D788 { border: 1px solid #B9D788; }

.backgroundE9E9E9 { background-color: #E9E9E9; }
.backgroundWhite { background-color: white; }
.backgroundEEFFD5 { background-color: #EEFFD5; }

div#nl_logo {
	width: 160px;
	min-height: 95px;
	height: 95px;
	height: auto !important;
	float: left;
	padding: 17px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
}

div#langBox {
	width: 95px;
	height: 95px;
	float: left;
	padding: 17px 0px 0px 27px;
}

div#logoBox{
	width: 282px;
	min-height: 95px;
	height: 95px;
	height: auto !important;
	float: left;
	padding: 17px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
}

div#searchBox {
	width: 286px;
	height: 95px;
	float: left;
	padding: 17px 0px 0px 52px;
	font-size: 9px;
}

div#cartBox {
	width: 254px;
	height: 95px;
	float: left;
	padding: 17px 0px 0px 133px;
	font-size: 9px;
}

div#sidebox {
	width: 238px;
	float: left;
	margin: 0px 0px 0px 9px;
	padding: 20px 0px 0px 0px;
}

div#sideboxHead, div#sideboxContent, div#sideboxBottom {
	width: 218px;
	float: left;
	display: block;
	padding: 0px 10px 0px 10px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

div#sideboxHead {
	height: 108px;
	padding-top: 2px;
	background-image: url(../pix/nl_right_top.gif);
}

div#sideboxContent {
	min-height: 10px;
	height: 10px;
	height: auto !important;
	background-image: url(../pix/nl_right_bg.gif);
	background-repeat: repeat-y;
}

div#sideboxBottom {
	height: 57px;
	background-image: url(../pix/nl_right_bottom.gif);
}

div#userStatusBoxIn, div#userStatusBoxOut {
	width: 40px;
	height: 18px;
	position: absolute;
	top: 143px;
	left: 711px;
	z-index: 1;
	padding: 1px 0px 0px 25px;
	background-attachment: scroll;
	background-image: url(../pix/radio_loggedin.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#userStatusBoxOut { background-image: url(../pix/radio_notloggedin.gif); }

a#logoLink, a#logoLink:link, a#logoLink:visited , a#logoLink:hover, a#logoLink:focus , a#logoLink:active {
	width: 138px;
	height: 30px;
	display: block;
	margin: 0px 0px 10px 10px;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../pix/neuland_logo_small.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a#logoLink2, a#logoLink2:link, a#logoLink2:visited , a#logoLink2:hover, a#logoLink2:focus , a#logoLink2:active {
	width: 232px;
	height: 50px;
	display: block;
	margin: 0px 0px 10px 10px;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../pix/logo_big2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

a#langlink_de, a#langlink_en {
	width: 35px;
	height: 22px;
	float: left;
	display: block;
	text-decoration: none;
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
a#langlink_de {
	background-image: url(../pix/flag_de.gif);
	margin: 0px 7px 0px 0px;
}
a#langlink_en { background-image: url(../pix/flag_en.gif); }

a#cartLink, a#cartLink:link, a#cartLink:visited , a#cartLink:hover, a#cartLink:focus , a#cartLink:active, .msgAddProduct {
	font-size: 14px;
	color: #8CBF3F;
	font-weight: bold;
	text-decoration: none;
}

div#productAddedInfoBox{
	background-color: #EBFFD5;
	border: 2px solid #8CBF3F;
	width: 485px;
	padding: 10px;
	margin-bottom: 15px;
}

div#productAddedInfoBoxPic{
	float: left;
	width: 80px;
	margin-right: 20px;
	height: 70px;
}

div#productAddedInfoBoxText{
	float: left;
	width: 220px;
	font-size: 16px;
	font-weight: bold;
	color: #8CBF3F;
	margin-top: 15px;
}

div#productAddedInfoBoxButtons{
	float: right;
	margin: 12px 0px 0px 20px;
	text-align: right;
}

a#cartLinkIcon, a#cartLinkIcon:link, a#cartLinkIcon:visited , a#cartLinkIcon:hover, a#cartLinkIcon:focus , a#cartLinkIcon:active {
	width: 41px;
	height: 41px;
	float: right;
	display: inline-block;
	margin: -23px 20px 0px 0px;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../pix/btn_cart.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

a.rightBlockLink, a.rightBlockLink:link, a.rightBlockLink:visited , a.rightBlockLink:hover, a.rightBlockLink:focus , a.rightBlockLink:active {
	width: 197px;
	min-height: 17px;
	height: 17px;
	height: auto !important;
	display: block;
	text-decoration: none;
	padding: 3px 0px 0px 13px;
	margin: 1px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(../pix/menue_dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

p#topCartText {
	font-size: 14px;
	color: #ff8f29;
	background-color: transparent;
	margin: 10px 0px 10px 0px;
}

div.greenLine {
	width: 100%;
	height: 2px;
	display: block;
	float: right;
	margin: 15px 0px 15px 0px;
	background-attachment: scroll;
	background-image: url(../pix/greentrenner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

h1#pageHeading {
	width: 100%;
	padding-bottom: 5px;
	background-attachment: scroll;
	background-image: url(../pix/greenHeadingBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.lastSeenProducts {
	margin-top: 20px;
	padding-top: 20px;
	width: 490px;
	background-attachment: scroll;
	background-image: url(../pix/greenHeadingBg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.hand { cursor: pointer;}
input.quantity {
	height: 14px;
	padding: 2px 1px 2px 1px;
	vertical-align: middle;
}

label.partDel {
	color: #ff5f09;
	font-weight: bold;
}

/* Navigationsformatierung */
div#leftNavigationBox {
	float: left;
	width: 220px;
	padding-left: 10px;
}

div#shopLogoBox {
	float: left;
	height: 27px;
	width: 175px;
}

div#navigationBody {
	float: left;
	width: 201px;
	background-color: transparent;
	background-image: url(/pix/bgnav.gif);
	background-repeat: repeat-y;
	background-position: right 20px;
}

div#navigationEndBox {
	float: left;
	width: 198px;
	margin-right: 22px;
	height: 57px;
	background-image: url(/pix/navigationDart.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

div.navigationBox {
	float: left;
	width: 175px;
}

div.sublinkContainer { float: left; }
div.navigationIconBox {
	float: left;
	width: 38px;
	margin-right: 10px;
	vertical-align: top;
}

div.linkBox,div.activeLinkBox {
	float: left;
	width: 175px;
	margin-bottom: 10px;
	height: 15px;
	padding-top: 1px;
}

div.activeLinkBox {
	background-color: #EEFFD5;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	height: 14px;
	padding-top: 0px;
}

div.sublinkBox {
	width: 126px;
	height: 14px;
	padding-top: 1px;
}

div.activeSublinkBox {
	width: 126px;
	background-color: #EEFFD5;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	height: 13px;
}

div.navigationDividerBox {
	float: left;
	margin: 5px 0px;
	width: 175px;
	background-image: url(/pix/icons/navigation/navigationDivider.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

a.navigation,a.navigation:link,a.navigation:visited,a.navigation:hover,a.navigation:active {
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

a.subNavigation,a.subNavigation:link,a.subNavigation:visited,a.subNavigation:hover,a.subNavigation:active {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
a.subNavigation:hover,a.subNavigation:active,a.navigation:hover,a.navigation:active {
	color: #8CBF3F;
}

div#accountBox{
	margin-bottom: 20px;
	width: 510px;
}
div#accountLogoBox { padding: 4px 5px 3px 5px; }

div#accountContentBoxLeft, div.addContentBoxLeft {
	border: 1px solid #8BBE3E;
	width: 238px;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	float: left;
}
div#accountContentBoxLeft { height: 322px; }
div#accountContentBoxRight {
	border: 1px solid #8BBE3E;
	width: 238px;
	height: 322px;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
}
div.accountContentBoxHeaderBackground {
	background-color: #EEFFD5;
	height: 16px;
	padding: 4px 5px 3px 5px;
}
div.accountContentBoxBody {
	padding: 2px;
	margin-top: 5px;
}

div.allCatsBox {
	width: 150px;
	height: 190px;
	float: left;
	margin: 2px;
	z-index: 2;
}
div.catContentBox {
	width: 163px;
	height: 80px;
	float: left;
	margin: 2px;
	z-index: 2;
}

table#cartDelChangeTable {
	border-collapse: collapse;
	margin-bottom: 10px;
}
tr#cartDelChangeHeadline, tr.subTableBoxHeadline {
	background-color: #EEFFD5;
	height: 25px;
	font-weight: bold;
}
td.cartDelChangeHeadlineContent {
	padding: 4px;
	border: 1px solid #B9D788;
}
td.cartDelChangeContentLeft {
	padding: 4px;
	border-left: 1px solid #B9D788;
	border-right: 1px dotted #B9D788;
	border-bottom: 1px dotted #B9D788;
}
td.cartDelChangeContentRight {
	padding: 4px;
	border-right: 1px solid #B9D788;
	border-bottom: 1px dotted #B9D788;
}
a.btnCartYes {
	display: block;
	width: 27px;
	height: 12px;
	float: left;
	text-align: center;
}
a.btnCartNo {
	display: block;
	width: 35px;
	height: 12px;
	float: left;
	margin-left: 20px;
}
table.cartContent {
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 11px;
}
div.dividerBoxCart {
	height: 1px;
	background-color: #EEFFD5;
	margin: 3px 0px;
	font-size: 1px;
}
div.partDelBox {
	margin-left: 25px;
	margin-top: 5px;
}
img.subHeadlineUnderline {
	display: block;
	float: right;
	width: 500px;
	height: 2px;
	overflow: hidden;
	margin-right: 15px;
}
td.catProductBox {
	vertical-align: top;
	padding: 5px;
	width: 371px;
}

a.runIn { display: run-in }

div.iconBox { width: 371px; }
div.iconBoxImage {
	margin: 10px 10px 0px 0px;
	float: left;
	width: 70px;
}
div.iconBoxImageShortText {
	float: left;
	width: 311px;
	margin-top: 10px;
}
div.iconBoxShortText {
	font-size: 11px;
	width: 371px;
}
div.catProductPriceBox {
	float: left;
	width: 200px;
}
div.detailRecomBox {
	margin-right: 8px;
	float: left;
	width: 20px;
	height: 26px;
}
div.detailRecomLinkBox {
	padding-top: 8px;
	float: left;
	height: 12px;
	width: 100px;
}
div.detailPriceBox {
	font-size: 11px;
	margin-top: 3px; 
	padding: 5px; 
	background: #EEFFD5;
}
div.detailVariantOrderBox {
	font-size: 11px;
	margin-top: 5px;
	width: 160px;
	height: 65px;
	padding: 10px;
	float: left;
	border: 1px dashed #8BBE3E;
}
div.detailVariantOrderPicture {
	cursor: pointer;
	height: 43px;
	width: 138px;
	padding: 10px;
	text-align: center;
	border: 1px solid #adadad;
	background-image: url(/pix/comfortorder_bg.gif);
	background-repeat: repeat-x;
}
span.pathSigns {
	color: #99CC66;
	font-weight: bold;
}
div#landingpageSubTitle {
	width: 500px;
	color: #FF8F29;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
}
div.landingpageBlock1 {
	float: left;
	width: 500px;
	background-repeat: no-repeat;
	background-position: top right;
}
div.landingpageBlock1Content {
	float: left; 
	margin: 20px 0px 30px 0px;
	padding: 10px;
}
div.landingpageContentBox {
	float: left;
	width: 500px;
}
div.landingpageContentBoxCatHeadlines {
	float: left;
	width: 500px;
	color: #FF8F29;
	font-weight: bold;
	margin: 15px 0px;
}
div.landingpageContentBoxCatBox {
	float: left;
	width: 150px;
	height: 257px;
	border: 1px dashed #dcdcdc;
	margin-bottom: 20px;
	padding: 4px;
}
div.landingpageContentBoxCatEndBox {
	float: left;
	width: 150px;
	margin-right: 10px;
	height: 257px;
	border: 1px dashed #dcdcdc;
	margin-bottom: 20px;
	padding: 4px;
}
div.landingpageContentBoxCatBoxHeader {
	float: left;
	height: 27px;
	font-weight: bold;
}
a.landingpageContentBoxCatBoxHeaderLink {
	text-decoration: none;
	color: black;
	font-size: 11px;
}
div.landingpageContentBoxCatBoxImage {
	float: left;
	height: 140px;
	width: 140px;
	margin: 10px 0px 10px 5px;
}
div.landingpageContentBoxDivider {
	width: 500px;
	font-weight: bold;
	height: 18px; 
	margin-bottom: 10px; 
	background-image: url(../pix/landingpageDivider.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom right;
}	
div.landingpageContentBoxBottomDivider {
	float: left;
	width: 500px; 
	height: 22px; 
	margin: 10px 0px; 
	background-image: url(../pix/linie_waagerecht.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
}

