/* ----------------------------------------------------------------------
   $Id: styles.css,v 1.1 2007/01/08 09:15:38 Administrator Exp $

   CSS-Stylesheet
   Author: Stefan Lembach
   
   Copyright (c) 2007 Otto Pachmayr GmbH & Co Mineralwasser KG

/**************************************************************************************/   

/* BOF: Allgemeine Formatierungen */

body {
	font-family:  Arial,Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: black;
	background-color: #004731;
}

a {
	color: blue;
}

a:visited {
	color: #004274;
}

h1 {
	color: #004e35;
	font-size: 14pt;
	padding: 20px 0 10px 20px;
}

h2 {
	color: #004e35;
	font-size: 12pt;
	text-decoration: underline;
	padding: 0 0 0 20px;
}

/* Warnleiste, die z.B. bei schreibbarer config.php angezeigt wird */
.warning {
	background-color: #ffb3b5;
	margin: 5px 0 10px 0;
	padding: 2px;
}

/* Warnleiste, die angezeigt wird, wenn JavaScript deaktiviert ist */
#noscript {
	background-color: #ffb3b5;
	margin: 5px 0 10px 0;
	padding: 2px;
	text-align: center;	
}

/* Oberster Header-Bereich, der das Logo beinhaltet */
#block_top {
	width: 870px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

/* Wrapper für #content und #blocks_right */
#wrapper {
	width: 870px;
	margin: 5px auto;
	padding: 0;
	background: white;
}

/* Content-Bereich */
#content {
	padding: 0;
	margin: 0;
	/*width: 670px;
	margin: 0;
	padding: 5px 0 20px 15px;
	position: relative;
	top: 0;
	left: 0;*/
}

/* Text im Content-Bereich */
#content p {
	padding-right:  55px;/*35*/
	padding-left: 20px;
	padding-bottom: 5px;
}

/* BOF: Obere Navigationsleiste */

/* Obere Navigationsleiste */
#navi_head {
	width: 100%;
	height: 20px;
	margin: 0 auto;
}

#navi_head ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navi_head li {
	display: inline;
	margin: 0 11px;
}

#navi_head a {
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

#navi_head ul li a.active {
	color: #96a73d;
}

#navi_head a:hover {
	color: #96a73d;/*#bee4e4;*/
	text-decoration: underline;
}

/* EOF: Obere Navigationsleiste */

/* Clear Element für Aufheben der Floats */
#clear {
	clear: both;
}

/* BOF: Copyright-Hinweis */

/* Footer mit Copyright-Hinweis */
#footer {
   font-size: 8pt;
   font-weight: bold;
   line-height: 10pt;
   width: 870px;
   margin: 5px auto;
}

/* Copyright-Hinweis im Footer */
#footer p, #footer a {
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* EOF: Copyright-Hinweis */

/* EOF: Allgemeine Formatierungen */

/* BOF: Spezielle Formatierungen */

/* BOF: Product Listing */

table.product_listing {
	width: 100%;
	border-collapse: collapse;
}

table.product_listing td, table.product_listing th {
	padding: 5px;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
}

td.products_image {
	text-align: center;
}
td.products_model {
	text-align: center;
}
td.products_name {
	width: 70%;
}
td.products_base_unit {
	text-align: center;
}
td.products_product_quantity {
	text-align: center;
}
td.pfand {
	text-align: center;
}
td.products_form {
	width: 20%;
	text-align: center;
}
td.products_form form {
	background: none;
	border: 0;
}
tr.odd_row {
	background: #e2e2e2;
}
tr.even_row {
	background-color: #f5f5f5;
}

/* EOF: Product Listing */

/* EOF: Spezielle Formatierungen */