* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
}

body {
	text-align: center;
}

#page {
	width: 980px;
	text-align: left;
	margin: auto;
}

#header {
	width: 980px;
	height: 110px;
}

#navigation {
	width: 805px;
	height: 22px;
	padding-left: 175px;
	background-color: #b5bec7;
	border-bottom: 1px solid #FFF;
	text-align:left;
	font-size: 12px;
}
#navigation a {
	text-decoration: none;
	color: #FFF;
	background-color: #8e8f94;
	border-right: 1px solid #FFF;
	display: block;
	float: left;
	height: 22px;
	width: 152px;
	padding-left:10px;
}
#navigation a:hover, .on {
	background-image: url(global-gfx/on.gif);
	background-repeat: no-repeat;
}
#content {
	width: 980px;
	background-image: url(global-gfx/content-verlauf.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	padding-bottom: 20px;
}

.linke-spalte {
	float: left;
	width: 175px;
	padding-top: 70px;
	text-align: left;
}
.linke-spalte ul {
	list-style: none;
	border-left: 5px solid #2b6010;
}
.linke-spalte a {
	text-decoration: none;
	color: #000;
	line-height: 21px;
	min-height: 21px;
	height: auto!important;
	height: 21px;
	display: block;
	background-color: #e7e7e7;
	border-bottom: 1px solid #FFF;	
	padding-left: 10px;
}
.linke-spalte a:hover {
	background-color: #67666c;
	color: #FFF;
}
.mittlere-spalte {
	float: left;
	width: 590px;
	text-align: left;
}
.mittlere-spalte a {
	color: #000;
}
.formular {
	padding: 20px;
}
.rechte-spalte {
	float: left;
	width: 195px;
	padding: 10px;
}
.clear {
	clear: both;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #62a047;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-image: url(global-gfx/pfeil-headline.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
}

h2 {
	background-color: #67666c;
	border-top: 10px solid #d3d3d3;
	border-bottom: 3px solid #d3d3d3;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	padding:3px;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	background-color: #6577b9;
	padding: 2px 10px;
}
.box-rechts {
	background-color: #f2f2f2;
	border-bottom:3px solid #d3d3d3;
	line-height: 21px;
}
.box-rechts p {
	padding: 5px;
}

table.bestellmenge {
	width: 150px;
	border: 1px solid #6577b9;
	margin-left: 125px;
	font-size: 13px;
}
table.bestellmenge th {
	background-color: #6577b9;
	color: #FFF;
	text-align: left;
	padding: 3px;
}
table.bestellmenge input {
	width: 50px;
	margin: 3px;
	border: 1px solid #6577b9;
	background-color: #eaeff2;
}
td {
	width: 275px;
	padding-bottom: 5px;
}
td.preisbox {
	padding: 5px 0;
}
.mwst {
	font-size: 10px!IMPORTANT;
}

form ul {
	list-style: none;
}

form li {
	background-image: url(global-gfx/kasten-artikelbeschreibung.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 10px;
}
.preis {
	font-size: 16px;
	font-weight: bold;
}
.europreis {
	font-weight: bold;
	font-size: 20px;
	color: #6577b9;
}

.betrag {
	border: 1px solid #c9262b;
	background-color: #f9e9e9;
	width: 100px;
}

table.bestelldaten {
	width: 550px;
}
.text {
	width: 100px;
}
.field {
	width:175px;
}
.field input {
	border: 1px solid #6776bb;
	background-color: #eaeff2;
}

.senden-button {
	background-color: #eaeff2;
	border: 1px solid #6776bb;
}
#footer {
	border-bottom: 2px solid #eaeff2;
	font-size: 10px;
}
#footer a {
	color: #000;
}

.nach-oben {
	margin-left: 40px;
}
