/* CSS für liste1.php */

/* Hauptcontainer */
#Liste1Con{
	position:relative;
	width:800px;
}
#Liste1Con form{
	margin:0px;
}

#Liste1Con input, select{
	width:100px;
	height:23px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 4px;
	font:14px Arial,Verdana,sans-serif;
	border-style: none;
	background:#FFFFFF;
	vertical-align:middle;
}

#Liste1Con select.Kategorie{
	width:103px;
}

/* Submit Button */
#Liste1Con input.Abschicken{
	width:110px;
	height:24px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 22px;
	padding-top: 0px;
	background-color:#000000;
	border: none;
	color:#FFFFFF;
	background-image:url(../img/submit1.jpg);
	background-repeat:no-repeat;
	background-position:-4px;
	cursor: pointer;
}
#Liste1Con input.Abschicken:hover{
	background-image:url(../img/submit2.jpg);
	color:#E2001A;
}

#Liste2Con{
	position:relative;
	width:800px;
	min-height:308px;
}

/* Onlineshops Ges. Breite 776px */
#Liste2Rechts{
	position:absolute;
	top:0px;
	left:291px;
	width:520px;
}

/* Eingaben */
#Liste2Tab{
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
}

#ZweiLinienShop1 {
	width:333px;
	height:24px;
	color:#E2001A;
  font-size:16px;
  font-weight: bold;
	text-indent:0px;
	margin-bottom:0px;
	float:left;
}
#ZweiLinienShop2 {
	width:250x;
	height:24px;
	color:#E2001A;
  font-size:16px;
  font-weight: bold;
	text-indent:0px;
	margin-bottom:0px;
	float:left;
}



