* {
	font-family:  Georgia, "Times New Roman", times, serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-weight: bold;
}
	
h2 {
	margin-bottom:0px;
	font-weight: bold;
}

p {
	margin-top:0px;
	line-height: 18px;
}


a {
	margin-top:0px;
	color: #72726f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


.content {
	top: 81px;
	left: 50px;
	padding-bottom: 100px;
	width:590px;
	position:absolute;
}

.logo {
	position: absolute;
	top: 40px;
	right:50px;
}


/**
* Kontakt
*/

.field {
	position: relative;
	height: auto;
	width: 259px;
	text-align: right;
}

.field_big {
	width: 568px;
}

.field label {
	position: absolute;
	left: 0px;
	top: 2px;
}


.field_checkbox {
	width: 400px;
	text-align: left;
	padding-left: 70px;
}

.field_checkbox label {
	left: 95px;
}

.input_text {
	width: 182px;
	border: solid 1px #a2a2a0;
	margin-bottom:6px;
}

.input_submit {
	width: 120px;
}

.input_plz {
	width: 40px;
	margin-right: 1px;
}

.input_place {
	width: 137px;
}

.productList {
	padding-left: 73px;
	text-align: left;
}

.formCol {
	width: 259px;
	float: left;
	margin-right: 48px;
}

.formColB {
	width: 259px;
	float: left;
	margin-right: 0px;
}

.productList tr {
	padding-bottom: 2px;
}

.productList .input_quantity {
	width: 20px;
	border: solid 1px #a2a2a0;
	text-align: right;
	margin-right: 5px;
}

.error {
	color: #cf204c;
	margin-bottom: 10px;
}