body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: 'Didact Gothic', helvetica, arial;
	font-size: 13px;
	color: black;
}

img {
	border: none;
}

a {
	color: #319e01;
	text-decoration: none;
}

a.underline {
	text-decoration: underline;
}

a:hover {
	color: #1a5002;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 0px;
}

.clear {
	clear: both;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#header {
	color: #319e01;
	height: 138px;
}

#header.bestellweg {
	height: 270px;
}

#header #bestellwegAnzeige {
	position: absolute;
	top: 130px;
	left: 10px;
}

#logo {
	position: absolute;
	top: 40px;
	left: 0px;
}

#service {
	position: absolute;
	top: 8px;
	right: 0px;
	background-image: url(pics/service_pfeil.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	padding-right: 13px;
	list-style-type: none;
	cursor: pointer;
	z-index: 99;
}

#service ol {
	display: none;
	border-bottom: 1px solid #319e01;
	border-left: 1px solid #319e01;
	border-right: 1px solid #319e01;
	list-style-type: none;
	margin: 0px;
	margin-right: -13px;
	padding: 5px 10px 5px 10px;
	background-color: white;
	z-index: 99;
}

#miniWarenkorb {
	position: absolute;
	top: 27px;
	right: 0px;
}

#miniWarenkorb em {
	font-style: normal;
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 10px;
	width: 162px;
	text-align: right;
}

#miniWarenkorb a {
	text-decoration: underline;
}

#suche {
	position: absolute;
	top: 100px;
	right: 0px;
}

#suche input[type=text] {
	border: 1px solid #319e01;
	width: 170px;
	height: 14px;
	font-family: 'Rokkitt', helvetica, arial;
	color: #ff8e1f;
	padding: 4px 2px 1px 20px;
	font-size: 13px;
}

#suche input[type=submit] {
	background-image: url(pics/suche_lupe.jpg);
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;
	border: none;
	cursor: pointer;
}

input.error {
	background-color: red;
}

#suche p {
	margin: 0px;
	padding: 0px;
}

#nav {
	width: 165px;
	min-height: 400px;
	background-color: #ff8e1f;
	float: left;
}

#nav ul, #nav ol {
	list-style-type: none;
	margin: 0 10px;
	padding: 10px 0 0 0;
	
}

#nav ul {
	padding-bottom: 10px;
}

#nav ol.ausgefahren {
	display: block;
}

#nav ol {
	padding-top: 0px;
	font-size: 12px;
	margin-bottom: 10px;
	display: none;
}

#nav a {
	color: black;
}

#nav a:hover {
	color: #044606;
}

#teaserA {
	float: left;
	width: 735px;
	height: 400px;
}

#teaserB {
	float: left;
	width: 449px;
	height: 220px;
	margin-top: 2px;
	margin-right: 2px;
}

#teaserC {
	float: left;
	width: 449px;
	height: 220px;
	margin-top: 2px;
}

#footer {
	margin-top: 30px;
	width: 100%;
	border-top: 1px dotted #319e01;
}

#footer ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0px;
	width: 220px;
	color: #319e01;
	display: block;
	float: left;
}

#footer li.headline {
	font-weight: bold;
	margin-bottom: 20px;
}

#footer ul.kontakthinweis {
	width: 220px;
	font-weight: bold;
}

#artikelUebersicht, #artikelDetail, #statisch {
	float: left;
	margin-left: 20px;
	width: 710px;
}

#breadcrumb {
	color: #ff8e1f;
	float: left;
}

.pager {
	float: right;
}

.pager a {
	border: 1px solid #ff8e1f;
	padding: 1px 4px;
	margin-left: 3px;
	display: block;
	float: left;
}

.pager a.active {
	border: none;
}

ul.artikel {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
}

ul.artikel li {
	display: block;
	float: left;
	width: 220px;
	height: 335px;
	margin-right: 16px;
	margin-bottom: 5px;
	position: relative;
}

ul.artikel .bild {
	border: 1px solid #ff8e1f;
	width: 220px;
	height: 277px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

ul.artikel .wholeLi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

ul.artikel .beschreibung {
	padding: 2px 5px;
}

#artikelBild {
	width: 422px;
	margin-top: 20px;
	float: left;
}

#artikelBild img {
	border: 1px solid #ff8e1f;
	margin-right: 5px;
	margin-bottom: 5px;
}

#artikelInformationen {
	float: left;
	width: 285px;
	margin-top: 20px;
	color: #319e01;
}

#artikelInformationen h1 {
	color: #ff8e1f;
}

#artikelInformationen input {
	width: 30px;
	font-family: 'Rokkitt', helvetica, arial;
	font-size: 13px;
	border: 1px solid #ff8e1f;
	color: #319e01;
}

#artikelInformationen #artikelid {
	background-color: #ff8e1f;
	font-family: 'Rokkitt', helvetica, arial;
	font-size: 20px;
	border: none;
}

#artikelInformationen .beschreibung {
	padding-bottom: 10px;
	border-bottom: 1px solid #ff8e1f;
}

#warenkorbBtn {
	cursor: pointer;
}

#artikelInformationen .hinweis {
	font-size: 11px;
	color: #aaaaaa;
	line-height:13px;
	padding-bottom: 10px; 
}

#hinweisLayer {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

textarea {
	width: 300px;
	height: 200px;
}

#statisch input[type=text], #statisch textarea, .loginbox input[type=text], .loginbox input[type=password], .loginbox .login, .button, #kundendaten input[type=text] {
	width: 300px;
	font-family: 'Rokkitt', helvetica, arial;
	font-size: 13px;
	border: 1px solid #ff8e1f;
	color: #319e01;
}

#statisch textarea {
	height: 150px;
}

#warenkorbtabelle {
	width: 850px;
}

#warenkorbtabelle th {
	text-align: left;
}

#warenkorbtabelle td {
	padding: 5px;
}

#warenkorbtabelle .bild {
	width: 100px;
}

#warenkorbtabelle .menge {
	width: 50px;
}

#warenkorbtabelle .artnr {
	width: 60px;
}

#warenkorbtabelle .bezeichnung {
	width: 230px;
}

#warenkorbtabelle .groesse {
	width: 100px;
}

#warenkorbtabelle .preispro {
	width: 100px;
}

#warenkorbtabelle .preis {
	width: 100px;
}

#warenkorbtabelle .leer {
	width: 25px;
}

#warenkorbtabelle input[type=text] {
	width: 20px;
	font-family: 'Rokkitt', helvetica, arial;
	font-size: 13px;
	border: 1px solid #ff8e1f;
	color: #319e01;
}

.artikelloeschen {
	cursor: pointer;
}

table {
	border-spacing: 0px;
}

tr.odd {
	background-color: #f9f9f9;
}

.buttonleiste {
	height: 40px;
	width: 100%;
	margin: 20px 0;
}

.zurueck {
	float: left;
}

.weiter {
	float: right;
}

.fehler {
	padding: 20px;
	font-weight: bold;
	background-color: #ffabab;
	margin: 10px 0;
}

.red {
	background-color: red;
}

.loginbox {
	border: 1px solid #ff8e1f;
	float: left;
	width: 400px;
	height: 300px;
	margin-right: 30px;
}

.loginbox h1 {
	margin: 20px 20px 50px 20px;
	font-size: 20px;
	color: #319e01;
}

.loginbox p {
	margin: 20px;
}

.loginbox label, #kundendaten label {
	width: 120px;
	display: block;
	float: left;
}

.loginbox input[type=text], .loginbox input[type=password] {
	width: 210px !important;
}

.loginbox .login {
	width: auto;
	background-color: white;
	padding: 3px;
}

.button {
	padding: 3px;
}

#fplz, #faltplz {
	width: 60px !important;
	margin-right: 10px;
}

#fort, #faltort {
	width: 230px !important;
}

#altLieferadresse {
	display: none;
	background-color: #e6e6e6;
	width: 470px;
	padding: 10px;
}

#statisch.kontakt p {
	float: left;
	margin-right: 60px;
}

.rahmen {
	border: 1px solid #ff8e1f;
	padding: 10px;
}
