.page_links a {
	font-weight: bold;
	text-decoration: none;
	color: #606060;
}

.page_links a:hover {
	color: #000000;
}

img {
border:none;
}

/******************************************************************************************************/
/********************************** Listenansicht / Listview ******************************************/
/******************************************************************************************************/

.list_box {
	position: absolute;
	width: 520px;
	margin-bottom: 100px;
}

.list_content {
	position: relative;
	height: 60px;
	margin-bottom: 5px;
}

.list_content:hover {
	background-color: #EBFFE8;
}

.list_category p {
	background-color: #FFFFEA;
	border-top: 1px solid;
	border-bottom: 1px solid;
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 6px;
	font-family: Verdana,Arial;
	font-size: 18px;
	font-weight: bold;
}


.list_image {
	position: absolute;
	margin-left: 15px;
	margin-top: 5px;
}

.list_title a {
	position: absolute;
	color: #000000;
	margin-top: 10px;
	margin-left: 45px;
	font-family: Verdana,Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.list_subtitle a {
	position: absolute;
	color: #000000;
	margin-top: 30px;
	margin-left: 45px;
	font-family: Verdana,Arial;
	font-size: 12px;
	text-decoration: none;
}

.list_price_weight {
	position: absolute;
	color: #000000;
	margin-top: 10px;
	margin-left: 380px;
	font-family: Verdana,Arial;
	font-size: 12px;
	text-decoration: none;
}

.list_anzahl {
	position: absolute;
	top: 30px;
	left: 380px;
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #000000;
}







.PRODUCT_TITLE_LIST a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.PRODUCT_TITLE_LIST a:hover {
	color: #006600;
}

.listitem_itemnumber {
	text-align: left;
	position: absolute;
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #505050;
}

.listitem_subheader {
	text-align: left;
	position: absolute;
	top: 40px;
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #505050;
}

.listitem_www {
	text-align: left;
	position: absolute;
	top: 60px;
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #505050;
}

.buttons {
	height: 25px;
	margin-top: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	background: #E0E0E0;
	border: 1px solid #cccccc;
	color: #606060;
	vertical-align: middle;
}

.buttons p {
	font-family: Verdana,Arial;
	font-size: 0.8em;
	font-weight: normal;
}


.buttons:hover {
	border: 1px solid #303030;
	color: #000000;
}

.inputimage_list {
	position: absolute;
	margin-left: 3px;
}

/******************************************************************************************************/
/********************************** Einzelansicht / Singleview ****************************************/
/******************************************************************************************************/

.single_box {

}

.single_image {
	width: 180px;
	float: right;
}

.single_www {
	font-family: Verdana;
	font-size: 14px;
}


.single_titel {
	margin-top: 7px;
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
}

.single_subtitel {
	margin-top: 5px;
	font-family: Verdana;
	font-size: 14px;
}

.single_product_note {
	margin-top: 20px;
}

.single_product_note2 {
	margin-top: 40px;
}

.single_product_note2 p{
	font-family: Verdana;
	font-size: 9px;
}

.single_price_weight {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.single_form {
	margin-top: 50px;
	font-family: Verdana;
	font-size: 12px;
}

.single_link {
	margin-top: 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.single_link a {
	color: #000000;
	text-decoration: none;
}


 /*****************************************************************************************************/
/*************************************** BASKET TEMPLATE **********************************************/
/******************************************************************************************************/


.basket {
}

.basket_box {
	font-size: 12px;
	text-align: justify;
	margin-bottom: 10px;
	padding: 5px;
	border: solid thin #D0D0D0;
}

.basket_box p {
	font-family: Verdana;
	font-size: 12px;
}

.basket_box label {
	font-family: Verdana;
	font-size: 11px;
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 1em;
}

.basket_content {
	width: 400px;
	height: 110px;
}

.basket_anzahl {
	width: 50px;
	float: left;
}

.basket_image {
	width: 50px;
	float: left;
}

.basket_titel {
	float: none;
	font-size: 15px;
	font-weight: bold;
}

.basket_epreis {
	font-size: 12px;
}

.basket_gpreis {
	font-size: 12px;
}

.billing_address_box {
	margin-left: 5px;
	margin-bottom: 5px;
}

.billing_name, .billing_address, .billing_zip, .billing_email, .billing_telephone, .billing_notes {
	margin-bottom: 5px;
}

.billing_city {
	margin-bottom: 5px;
	margin-left: 2px;
}













