/* 
Boxen und Tabellen 
*/
.box_table, .box_table2 {
	width: 490px;
	margin: 2em auto;
	text-align: center;
	border-collapse: collapse;
	font-size: 1em;
}
.box_table td {
	font-size: 1em;
	border-top: 1px solid #ccc;
	padding: .6em 0;
	text-align: left;
}
.box_table2 td {
	font-size: 1em;
	padding: .6em 0;
	text-align: left;
	vertical-align: top;
}
.real_artikelheader td {
	border-top: 0;
	border-bottom: 3px double #ccc;
}
.sumitup td {
	border-top: 3px double #ccc;
}
.sumitallup td {
	border-top: 3px double #ccc;
}
.artikelheader, .real_artikelheader, .sumitallup {
	font-size: 1em;
	font-weight: bold;
	width: 490px;
}
.artikellist, .sumitup {
	color: #000;
	font-weight: normal;
}
.wk_btn {
	margin: 0px 0px 0px 10px;
float:left;
}
.wk_btn2 {
	margin: 0px 10px 0px 0px;
float:right;
}
.box_table2 .inputbig {
	border:1px solid #ccc;
	padding:4px;
	width: 300px;
}
.descr {
	font-weight: normal;
	margin: .6em 1em;
}
