body { 
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 1px 5px;
	}

@page {
	size: 21cm 27cm;
        margin-top:1.7cm;
        margin-bottom:1.4cm;
        margin-left:2cm;
        margin-right:2cm;
}

td  {
	font-family: arial, verdana;
	font-size: 12px;
	}

h3 {
	margin-top: 0px;
	font-size: 20px;
	margin-bottom: 0px;
}

a 	{
	color: #DA0321;
	text-decoration: underline;
	}

table.techdaten td {
	border-bottom: 1px solid grey;
	font-size: 10px;
}


h4  {
	margin-top: 26px;
	font-size: 14px;
	margin-bottom: 8px;
	text-decoration: underline;
	font-weight: bold;
	}
	
h5  {
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 0px;
	text-decoration: underline;
	font-weight: bold;
	}
	

ul {
	margin-left: 18px;
	}	

table#nav td{
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	}

td#navtd {
	width: 200px;
}

table#nav {
	margin-left: 4px;
}

table#nav td.header{
	padding-left: 8px;
	border-bottom: 1px solid #EB011F;
	font-weight: bold;
	font-size: 14px;
	}

table#techdat td {
	border-bottom: 1px solid grey;
	}
	
table#prod-uebersicht td {
	border-bottom: 1px solid grey;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#prod-uebersicht td a.headlink {
	color: black;
}

.daten td{
	padding: 3px;
	font-size: 12px;
}


table#warenkorb {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	}

table#warenkorb td.head{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #E1E1E1;
	border-bottom: 1px solid #BDBDBC;
	}

table#warenkorb td{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-bottom: 1px solid #BDBDBC;
	}

table#warenkorb td.gesamt{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #fff;
	border-bottom: 0px;
	font-weight: bold;
	}
	
table#warenkorb td.gesamtbetrag{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #fff;
	border-bottom: 3px solid black;
	font-weight: bold;
	}

a.loeschen {
	font-size: 9px;
}

td.artnum {
	font-size: 9px;
	border-right: lightgrey;
}
	
table#shop {
	border: 1px solid #C3C2C2;
	background-color: #EDECEC;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
table#shop td {
	padding: 5px;
	font-size: 14px;
	}

table#shop td input.menge {
	width: 5px;
	}
	
table#shop td.zbh {
	padding: 5px;
	font-size: 12px;
	}

