.ajax_popup{
	padding: 3px;
	line-height: 20px;
	background-color: #FFF9EB;
}


/* GLOBALE SACHEN */
.navi_seiten{
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 5px;
	margin-left: 3px;
}

.navi_normal{
	display: block;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	background-image: url(img/buttons_bg2.gif);
	border: 1px solid #004300;
}

.navi_normal:hover{
	background-image: url(img/buttons_bg3.gif);
}

.navi_active{
	display: block;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	background-image: url(img/buttons_bg3.gif);
	border: 1px solid #004300;
	font-weight: bold;
}

.navi_active:hover{
	background-image: url(img/buttons_bg2.gif);
}


/* HEADER OPTIONS */

.listing_head_c {
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	margin-left: 5px;
}

.listing_head_options{
	background: #F3E8C6;
	border: 1px solid #004300;
	position: relative;
	padding-bottom: 5px;
}

.listing_head_descr{
	font-weight: bold;
}

.listing_head_input{
	float:left;
	display:block;
	border: 1px solid #004300;
	margin-right: 5px;
	margin-left: 5px;
}

.article_small_font {
	font-size: 10px;
	font-weight: normal;
}


/* LISTING */

.listing_heading {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
	border-bottom: 2px solid #004300;
}

.listing_description {
	font-size: 11px;
	text-align: left;
	margin-left: 5px;
}

.listing_more_cats {
	margin: 5px;
}

.listing_nav {
	margin: 5px;
}

.listing_product_container {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.listing_product_container2 {
	background-color: #F3E8C6;
	border: 1px solid #004300;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.listing_product_image {
	float: left;
	margin-right: 5px;
	margin-left: 8px;
	margin-top: 5px;
	text-align: center;
	width: 120px;
}

.listing_product_head {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #004300;
}

.listing_product_heading{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.listing_product_top {
	float: right;
	width: 50px;
	font-size: 9px;
	cursor: pointer;
}

.listing_product_descr {
	float: left;
	width: 480px;
	margin: 5px;
	padding-left: 5px;
}

.listing_preis_c {
	margin-left: 10px;
	width: 530px;
	height: 50px;
}

.listing_preis_ampel {
	width: 40px;
	height: 41px;
}

.listing_preis_name {
	vertical-align: middle;
	height: 41px;
}

.listing_preis_preis {
	text-align: right;
	margin-right: 5px;
	vertical-align: middle;
	width: 80px;
	height: 41px;
}

.listing_preis_merkzettel {
	vertical-align: middle;
	width: 50px;
	height: 41px;
}

.listing_preis_kaufen {
	vertical-align: middle;
	width: 135px;
	height: 41px;
	text-align: center;
}

.preiskasten {
	padding-top: 15px;
	margin-left: 90px;
	width: 550px;
	position: relative;
}

.kasten_head {
	font-weight: bold;
}
.kasten_oben {
	height: 5px;
}

.kasten_oben_links {
	float: left;
	width: 6px;
	height: 5px;
	/*background-image:url(img/kasten_ecke_ol.gif);*/
	background-position: top;
	background-repeat: no-repeat;
}

.kasten_oben_mitte {
	float: left;
	height: 5px;
	width: 538px;
	/*background-image:url(img/kasten_1px.gif);*/
	background-position: top;
	background-repeat: repeat-x;
}

.kasten_oben_rechts {
	float: right;
	width: 6px;
	height: 5px;
	/*background-image:url(img/kasten_ecke_or.gif);*/
	background-position: top;
	background-repeat: no-repeat;
}

.kasten_mitte {
	/*background-image:url(img/kasten_mitte.gif);*/
	background-position: top;
	background-repeat: repeat-y;
}

.kasten_unten {
	height: 5px;
	position: relative;
}

.kasten_unten_links {
	float: left;
	width: 6px;
	height: 5px;
	/*background-image:url(img/kasten_ecke_ul.gif);*/
	background-position: bottom;
	background-repeat: no-repeat;
}

.kasten_unten_mitte {
	float: left;
	height: 5px;
	width: 538px;
	/*background-image:url(img/kasten_1px.gif);*/
	background-position: top;
	background-repeat: repeat-x;
}

.kasten_unten_rechts {
	float: right;
	width: 6px;
	height: 5px;
	/*background-image:url(img/kasten_ecke_ur.gif);*/
	background-position: bottom;
	background-repeat: no-repeat;
}



/* INFO */

.info_heading {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}

.info_product_details{
	text-align: left;
	margin: 5px;
}

.info_description {
	font-size: 10px;
	text-align: left;
	margin-left: 5px;
}

.info_product_c {
	position: relative;
	top: 0px;
	left: 0px;
	width: 650px;
	margin-bottom: 10px;
}

.info_product_image {
	float: left;
	top: 0px;
	left: 0px;
	margin-right: 5px;
	margin-left: 8px;
	margin-top: 5px;
	text-align: center;
	height: 100%;
}

.info_product_heading {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	position: relative;
	margin-left: 5px;
	background-image: url(img/hg_heading.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 5px;
}

.info_product_descr {
	float: left;
	width: 400px;
	margin: 5px;
	padding-left: 5px;
}

.info_preis_c {
	margin-left: 10px;
	width: 610px;
	height: 50px;
}

.info_preis_ampel {
	width: 40px;
	height: 41px;
}

.info_preis_name {
	vertical-align: middle;
	height: 41px;
	text-align: left;
}

.info_preis_qty {
	vertical-align: middle;
	height: 41px;
	width: 30px;
}

.info_preis_preis {
	text-align: right;
	margin-right: 5px;
	vertical-align: middle;
	height: 41px;
	width: 95px;
	text-align: right;
	font-weight: bold;
}

.info_preis_merkzettel {
	vertical-align: middle;
	height: 41px;
	width: 50px;
	text-align: right;
}

.info_preis_kaufen {
	vertical-align: middle;
	height: 41px;
	width: 135px;
	margin-left: 5px;
	text-align: center;
}

.info_preiskasten {
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	margin-left: 10px;
}

.info_kasten_head {
	font-weight: bold;
	clear: both;
}
.info_kasten_oben {
	height: 5px;
}

.kasten_oben_mitte_info {
	float: left;
	height: 5px;
	width: 617px;
	/*background-image:url(img/kasten_1px.gif);*/
	background-position: top;
	background-repeat: repeat-x;
}

.kasten_unten_mitte_info {
	float: left;
	height: 5px;
	width: 617px;
	/*background-image:url(img/kasten_1px.gif);*/
	background-position: top;
	background-repeat: repeat-x;
}

.info_kasten_mitte {
	/*background-image:url(img/kasten_mitte_info.gif);*/
	background-repeat: repeat-y;
	background-position: top;
}

.info_kasten_unten {
	height: 5px;
	position: relative;
}

/* NEW PRODUCTS TABLE */
.new_products_c{
	margin-left: 0px;
}

.new_products_c_unten{
	position: absolute;
	bottom: 0px;
}

.new_products_table{
	border: 1px solid #004300;
	background-color: #F3E8C6;
	float: left;
	width: 206px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 400px;
	position: relative;
}

.new_products_zelle{
	padding: 3px;
}
