img { margin: 0px; padding: 0px; }

fieldset
{
	border: 0px solid #FEF6E1;
}

a.noDecoration
{
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #676767;
}

a.noDecoration:hover
{
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #676767;
}

a.noDecoration2 {
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #676767;
}

a.noDecoration2:hover {
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #676767;
}

a.noDecoration3 {
	font-size: 11px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #676767;
}

a.noDecoration3:hover {
	text-decoration: underline;
	margin-bottom: 10px;
	color: #676767;
}

a.noDecoration4 {
	font-size: 11px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #676767;
}

a.noDecoration4:hover {
	text-decoration: underline;
	margin-bottom: 10px;
	color: #676767;
}

.headline {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
	clear: left;
}

.clear {
	clear: left;
}

.border {
	border: 1px solid;
}


.shop_kategorie {
	clear: left;
	margin-top: 40px;
}

.shop_kategorie_bild {
	float: left;
}

.shop_artikel_des_monats {
	clear:left;
	width: 650px;
	padding-bottom: 2px;
}

.shop_artikel_des_monats_kasten
{
	width: 615px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #000;
	padding: 4px;
}

.shop_artikel_des_monats_kasten_bild {
	float: left;
	text-align: center;
	padding: 1px;
	width: 100px;
}

.shop_artikel_des_monats_kasten_info
{
	margin-left: 175px;
	width: 410px;
}

.shop_artikel_des_monats_kasten_name
{
	width: 400px;
}

.shop_artikel_des_monats_kasten_order
{
	width: 200px;
}



.shop_kategorie_link {
	float:left;
	margin-top:20px;
}

.shop_artikel_liste {
	clear:left;
	width: 580px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.shop_artikel_kasten {
	width: 300px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #000;
	padding: 4px;
}

.shop_artikel_kasten_gross {
	width: 650px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #000;
	padding: 5px;
}

.shop_artikel_kasten_bild {
	float: left;
	text-align: center;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	width: 100px;
}

.shop_artikel_kasten_info {
	margin-left: 150px;
	width: 120px;
	height: 150px;
}

.shop_artikel_kasten_info_gross {
	height: 150px;
}

.shop_artikel_kasten_order_gross {
	height: 35px;
	width: 150px;
}

.shop_artikel_kasten_name {
	height: 115px;
	width: 120px;
}

.shop_artikel_kasten_order {
	height: 35px;
	width: 120px;
}


.shop_artikel_liste_artikelnr {
	float: left;
	width: 70px;
}

.shop_artikel_liste_name {
	float: left;
	width: 280px;
	padding-right: 10px;
}

.shop_artikel_liste_preis {
	float: left;
	width: 70px;
}

.shop_artikel_liste_order {
	float: left;
	width: 75px;
}



.shop_liste {
	clear: left;
	padding-bottom: 2px;

}

/* Warenkorb-Klassen */

#warenkorb
{
	border-top: 1px solid #A39147;
	border-bottom: 1px solid #A39147;
	background-color: #FFF3DA;
	margin-right: 25px;
	margin-left: 5px;
}

#backtoshop {
	border-bottom: 1px solid #5DA7D6;
	border-top: 1px solid #5DA7D6;
	background-color: #fff;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 5px;
}

#backtoshoponlydown
{
	border-bottom: 1px solid #5DA7D6;
	background-color: #fff;
	margin-right: 5px;
	margin-left: 0px;
}

.shop_warenkorb_checkbox {
	clear: left;
	width:25px;
	padding-right:10px;
	float: left;
	background-color: none;
}

.shop_warenkorb_artikel {
	width: 210px;
	padding-right: 10px;
	float: left;
}

.shop_warenkorb_preis {
	width: 60px;
	padding-right: 10px;
	float: left;
}

.shop_warenkorb_menge {
	width: 45px;
	padding-right: 10px;
	float: left;
}

.shop_warenkorb_gesamt {
	width: 120px;
	float: left;
}

/* Kassen-Klassen :) */
.shop_kasse_artikel {
	width: 200px;
	padding-right: 10px;
	float: left;
}
.shop_kasse_summe {
	width: 325px;
	padding-right: 10px;
	float: left;
}
.shop_kasse_preis {
	width: 60px;
	padding-right: 10px;
	float: left;
}
.shop_kasse_menge {
	width: 45px;
	padding-right: 10px;
	float: left;
}
.shop_kasse_gewicht {
	width: 60px;
	padding-right: 10px;
	float: left;
}
.shop_kasse_gesamt {
	width: 90px;
	float: left;
}

.shop_strich {
	padding-top: 5px;
	border-top: 1px solid #000;
}

.shop_headline {
	padding-bottom: 5px;
	font-weight: bold;
}

input, textarea, select {
	border: 1px solid #676767;
	background-color: #f3f3f3;
	font-size: 11px;
}

input.shop_deletewarenkorb {
	width: 20px;
	font-size: 0.8em;
	height: 20px;
}

input.radiobut
{
	width: 15px;
	border: 0px;
	background-color: #fff;
}

input.checkbox
{
	width: 20px;
	height: 15px;
	background-color: #fff;
	border: 0px;
}

input.shop_bestellen {
	font-size: 0.9em;
	font-weight: bold;
}

.zurkasse {
	width: 140px;
	height: 25px;
	background-color: #f3f3f3;
/*	background-image: url(images/icon_ssl.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px; */
	cursor: pointer;
}

input.zurkasse3 {
	width: 200px;
	height: 25px;
	background-color: #f3f3f3;
/*	background-image: url(images/icon_ssl.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px; */
	cursor: pointer;
}

select.shopselect {
	width: 150px;
	font-size: 11px;
}

input.suchwort
{
	width: 100px;
	margin: 1px;
}

input.suchwort_lang
{
	width: 120px;
	height: 15px;
	margin: 1px;
}

input.suchbutton_kurz
{
	width: 60px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}

input.suchbutton_kurz2
{
	width: 75px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}

input.suchbutton {
	width: 100px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}

input.order {
	width: 20px;
	height: 14px;
	font-weight: bold;
	margin: 1px;
}

.ordertextil
{
	width: 105px;
	font-size: 10px;
	font-weight: normal;
}

input.kasse, select.kasse {
	width: 200px;
}
input.kasseplz {
	width: 40px;
}

input.kasseort {
	width: 156px;
}

*html input.kasseort { width: 152px; }

input.bht {
	width: 95px;
}

input.orderbutton {
	width: 60px;
	font-size: 0.9em;
	font-weight: bold;
}


.form_links {
	width: 150px;
	clear: left;
	float: left;
}
.form_rechts {
	 text-align: left;
	 padding-left: 150px;
 	 margin-left:0px;
}

.form_links2 {
	width: 180px;
	clear: left;
	float: left;
}

.button {
	background-color: #9F0000;
	border: 1px solid #FCF5DB;
	color: #ffffff;
	font-weight: normal;
	font-size: 0.8em;
}

.fehler {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
}

td.prod div.fehler {
	color: #FF0000;
	font-weight: normal;
	font-size: 11px;
}

td.pad_right
{
	padding-right: 10px;
}

a.hinweis
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

	color: #000;
}

a.hinweis:hover
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;

	color: #000;
}

td.prod
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;

	color: #676767;
}

td.head
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #000;
}

td.headfont
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5DA7D6;
}

td.headfont2
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
/*	font-style:italic; */
	color: #5DA7D6;
}
font.headfont2
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
/*	font-style:italic; */
	color: #5DA7D6;
}

font.head
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #5DA7D6;
}

font.headsmall
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style:italic;
	color: #000;
}

.space
{
	line-height: 7px;
}

.img_border
{
	border: collapse;
	border: 1px solid #5DA7D6;
}

p.head {
	font-family: Verdana;
	font-size: 18px;
	color: #005336;
	font-weight: bold;
	line-height: 20px;
	margin-top: 30px;
}

td.kategorie
{
	width: 90px;
	font-family: arial, sans-serif;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
}

td.down
{
	padding-bottom: 5px;
}

td.top
{
	padding-top: 5px;
}

.headfont
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5DA7D6;
}

.trenner
{
	border-top: 1px solid #5DA7D6;
	margin-right: 30px;
	margin-left: -20px;
}

.artdesmon
{
	background-color: #FFFFFF;
	border: 1px solid #5DA7D6;

	padding: 2px;
}


input.fehler { border: 1px solid #f00; }
select.fehler { border: 1px solid #f00; }