/* CSS Document */

/* Auftrags-Angebots-Seite */
div.auftr_top {
	width					: 470px; 
	height					: 46px; 
	background-image		: url(../elemente/auftraege.gif); 
	background-repeat		: no-repeat;
}
div.auftr_main {
	width					: 468px; 
	height					: 200px; 
	border					: 1px solid #999999;
}
div.auftr_main table {
	border: 0 !important;
}
input.menge {
	width: 20px;
}

/* Warenkorb - Seite  td FFEECA*/
div.cart_main th {
	background-image		: url(../elemente/cart_top.gif);
	background-repeat		: no-repeat;
	height					: 54px;
	border					: 0 !important;
	padding					: 0 !important;
}
div.cart_main td {
	background-color  		: FFFFFF#;
}
span.cart_main {
	font-size				: 11px;
	color					: #333333;
	font-weight				: bold;
}
div.cart_main {
	width: 530px;
}
div.weitere_top {
	width					: 470px; 
	height					: 46px; 
	background-image		: url(../elemente/weitere_top.jpg); 
	background-repeat		: no-repeat;
}

/* Adresse */
div.adr_main th {
	background-image		: url(../elemente/adresse_top.gif) !important;
	background-repeat		: no-repeat;
	height					: 34px;
	border					: 0 !important;
	padding					: 0  0 10px 0 !important;
}

div.adresse_top {
	width					: 500px; 
	height					: 46px; 
	background-image		: url(../elemente/adresse_top.jpg); 
	background-repeat		: no-repeat;
}
div.adresse_main {
	width					: 498px; 
	border					: 1px solid #999999;
}
input.edit {
	width: 80px;
	height: 20px;
	font-size: 11px;
}

/* Login-Seite */
div.login_top {
	width					: 500px; 
	height					: 46px; 
	background-image		: url(../elemente/login_top.gif); 
	background-repeat		: no-repeat;
}
div.login_main {
	width					: 498px;
	height					: 280px; 
	border					: 1px solid #999999;
}

/* Auftrag starten */
div.start_main {
	width					: 468px; 
	border					: 1px solid #999999;
}
td.auftr {
	font-size				: 12px;
	color					: #333333;
	font-weight				: bold !important;
	vertical-align: middle !important;
}
table.start { margin-top: 2px; }
table.start td {
	border-bottom			: 1px solid #999999;
	padding					: 8px 4px 8px 4px;
	text-align				: center !important;
	border					: 0 !important;
	color					: #666666;
	font-weight				: bold !important;
}
table td.thead {
	height					: 20px;
	background-color		: #CCCCCC;
	color					: #FFFFFF;
	font-weight				: bold !important;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	text-align				: left !important;
	padding-left			: 14px;
	font-size				: 12px;
}
table.start a {
	color					: #666666;
	font-weight				: bold;
}

/* ----------------- view ------------------------ */

/* ---  Auftragsübersicht --- */
p.ll_ausgabe {
	padding					: 5px;
	background-color		: #CCCCCC;
	width					: 520px;
}
table.auftraege td, table.auftraege th {
	text-align				: right !important;
}
td.line {
	border-bottom: 1px solid #666666 !important;
}
/* Storno */
div#storno {
		position			: absolute;
		width				: 400px;
		height				: 200px;
		background-image	: url(../elemente/ico_storno.gif);
		background-repeat	: no-repeat;
		top					: 220px;
		margin: 0 auto;
		z-index: 100;
}
/* ---- Admin-Bereich ------------ */
div.seitenanzahl {
	width:670px;
	padding:8px 5px 7px 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
div.seitenanzahl a {
	display:block;
	float:left;
	border-left: 1px solid #CCCCCC;
	padding: 0 3px 0 3px;
	color: #333333;
}
div.seitenanzahl a#li1 {border-left:0;}
