/*Verwaltung*/
select.edit_sel{
	width:200px;
	height:;
	border:1px solid #000000;
	background-color: #E8E8E8;
	font-size:10px;
	font-family:Verdana;
}
select.edit_sel_hover{
	width:200px;
	height:;
	border:1px solid #000000;
	background-color: #A8C0D9;
	font-size:10px;
	font-family:Verdana;
}


input.pos{
	width:50px;
	height:;
	border:1px solid #000000;
	background-color: #E8E8E8;
	font-size:10px;
	font-family:Verdana;
}
input.pos_hover{
	width:50px;
	height:;
	border:1px solid #000000;
	background-color: #A8C0D9;
	font-size:10px;
	font-family:Verdana;
}

/*Hauptseite*/
	/*Detail1*/
		td.artikelrotor_l{
			width:40%;
			text-align:center;
			vertical-align:top;
		}

		td.artikelrotor_r{
			height:50px;
			width:60%;
			text-align:left;
			vertical-align:top;
		}

		td.artikelrotor_r_preis{
			width:60%;
			text-align:right;
			margin-right:5px;
		}

	/*Detail2*/
		td.artikelrotor_l2{
			width:30%;
			text-align:center;
			vertical-align:top;
		}

		td.artikelrotor_r2{
			height:160px;
			width:70%;
			text-align:left;
			vertical-align:top;
		}

	/*Detail3*/
		td.artikelrotor_l3{
			width:30%;
			text-align:center;
			vertical-align:top;
		}

		td.artikelrotor_r3{
			height:80px;
			width:70%;
			text-align:left;
			vertical-align:top;
		}