/* LOGIN ELEMENTE */
#input-login
{
	height: 15px;
	font-family: Arial;
	font-size: 10px;
	color: #111111;
	padding-left: 3px;
	padding-top: 2px;
}

#submit-login
{
	font-family: Arial;
	font-size: 10px;
	color: #111111;
	height: 20px;
}

#button_addwarenkorb
{
	width: 61px;
	height: 36px;
	background-image:url(../images/design/korb_button_big2.gif);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 5px;
	cursor: pointer;
}

#button_add_maenge
{
	width: 8px;
	height: 6px;
	background-color: #ffffff;
	background-image:url(../images/design/plus.png);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 5px;
	cursor: pointer;
}

#button_minus_maenge
{
	width: 8px;
	height: 6px;
	background-color: #ffffff;
	background-image:url(../images/design/minus.png);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 5px;
	cursor: pointer;
}

#button_warenkorb_refresh
{
	width: 15px;
	height: 15px;
	background-color: #ffffff;
	background-image:url(../images/design/refresh_icon.png);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 5px;
	cursor: pointer;
    margin-right: 5px;
}

#button_delete_warenkorb_artikel
{
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	background-image:url(../images/design/delete.png);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 5px;
	cursor: pointer;
}

#warenkorb #warenkorb_buttons
{
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#suchformular
{
    float: right;
    width: 100%;
    text-align: right;
}
