body {
	background-color: #FFE1A4;
	font-family: Verdana, Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
}

table {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
    width: 100%;
}

td {
	font-size: 9pt;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3 {
	line-height: normal;
	color: #55B3F3;
}

h1 {
	font-size: 11pt;
}

h2 {
	font-size: 10pt;
	color: #EF520D;
}

a {
	color: #1C51A8;
}

input, select, textarea {
	font-family: Verdana;
	font-size: 9pt;
}

input[type="submit"] {
	padding: 3px;
	background-color: #308ECE;
	font-family: Verdana;
	border: 1px solid #308ECE;
	border-top-color: #85CFFF;
	border-left-color: #85CFFF;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(../img/neu/btn1.jpg);
	background-repeat: repeat-x;
	cursor: hand;
}

input[type="submit"].gruen {
	background-image: url(../img/neu/btn3.jpg);
}

input[type="submit"]:hover {
	background-color: #308ECE;
	font-family: Verdana;
	border: 1px solid #308ECE;
	border-top-color: #85CFFF;
	border-left-color: #85CFFF;
	background-image: url(../img/neu/btn2.jpg);
}

/* Warkenkorb (wk) */

table.wk1 {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0px -2px 0px -2px;
}

table.wk1 th {
	background-color: #F4F4F5;
	padding: 5px;
	border-bottom: 2px solid #308ECE;
	color: #308ECE;
	text-align: left;
	font-weight: normal;
}

table.wk1 td {
	padding: 5px;
	vertical-align: top;
}

table.wk1 td.underline {
	border-bottom: 2px solid #DCDDDF;
}

table.wk1 td.gray {
	background-color: #F4F4F5;
	border-bottom: 2px solid #DCDDDF;
}

table.zahlungsartentabelle {
	margin-top: 5px;
}

table.zahlungsartentabelle td {
	padding: 0px 0px 3px 0px;
	color: #ABABAB;
	line-height: normal;
}
table.wk1 td.wkmenge input {
	width: 30px;
}

td.td_form_1 {
	width: 180px;
	padding-top: 5px;
}

td.td_form_2 {
	width: 200px;
	padding: 3px;
}
td.td_form_3 {
	padding-top: 6px;
	color: #FF551A;
	font-size: 8pt;
	font-weight: bold;
}

table.ftable {
	border-spacing: 2px;
	border-collapse: separate;
	background-color: #DADCDE;
}

table.ftable td {
	background-color: white;
}
