@CHARSET "UTF-8";

/**
 * @author Fabian Wesner - fw@tecsteps.de
 * @copyright Copyright 2007, 2008 Fabian Wesner
 * @license This program is distributed under the terms of the GNU General Public License
 * @link http://blog.tecsteps.de/category/beat-down-the-price/
 * 
 * This file is part of Beat-down-the-price.
 * 
 * Beat-down-the-price is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * Beat-down-the-price is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Beat-down-the-price.  If not, see <http://www.gnu.org/licenses/>.
 */

/*** Allgemeine Angaben ***/
BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
 /*** background-color: white;***/
  font-size: 11px;
  line-height: 19px;
  background: #BEC8E1;
}

IMG {
  border: 0px;
}

H1,H2,H3,P,TR,TD,UL,DIV {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

/*** Kopfzeile ***/
DIV#head {
  position: absolute;
  top: 0px;
  left: 25px;
  height: 130px;
  width: 100%;
  background: #BEC8E1;
  background-image: url(../../../img/banner.jpg);
  background-repeat: no-repeat;
  background-position:5px 10px;***/

}

DIV#footer {
  width: 90%;
  font-size: 70%;
  text-align: center;
  clear: both;
  margin-top: 20px;
  padding: 5px;
}

/*** Link zum Impressum ***/
A#imprint {
  position: absolute;
  left: 670px;
  top: 140px;
  color: black;
  text-decoration: none;
}

/* Suchbox */
DIV#search {
  position: absolute;
  top: 130px;
  left: 20px;
  padding: 10px;
  height: 60px;
  width: 700px;
  background: #BEC8E1;
}

DIV#search INPUT {
  width: 160px;
}

DIV#search INPUT.button {
  width: 80px;
}

/* Navigation */
DIV#navigation {
  position: absolute;
  top: 10px;
  left: 760px;
  width: 150px;
  font-size: 80%;
  height: 500px;
}

DIV#navigation UL {
  list-style-type: none;
  margin-bottom: 50px;
}

DIV#navigation LI {
  white-space: nowrap;
  margin-bottom: 5px;
  width: 200px;
  padding: 5px;
}

DIV#navigation A {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;	
  color: black;
  text-decoration: none;
}

DIV#navigation LI A:hover {
  font-weight: bold;
}

DIV#navigation LI.category_main {
  background: #FFFFFF;
}

DIV#navigation LI.category_sub {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;	
  padding-left: 20px;
  width: 185px;
  background: #efefef;
}

DIV#navigation LI.active A {
  font-weight: bold;
  color: #333333;
}

DIV.pagination {
  font-size: 11px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid silver;
}

DIV.pagination A,DIV.pagination B {
  margin-left: 10px;
}

/*** Produkte in Listendarstellung ***/
DIV#products {
  position: absolute;
  top: 170px;
  left: 30px;
  width: 700px;
  padding: 10px;
  background: #ffffff;
}

DIV#products H1 {
  font-size: 12px;
  letter-spacing: 5px;
  color: gray;
}

DIV#products H2 {
  font-size: 11px;
}

DIV#products HR {
  height: 1px;
  background: silver;
  border: 0px;
}

/*** Ein einzelnes Produkt ***/
DIV.product {
  margin: 10px;
  padding: 10px;
}

DIV.product A {
  color: blue;
}

DIV.product DIV.productOfTheDay {
  font-family: monospace;
  font-weight: bold;
}

DIV.product P.price {
  font-weight: bold;
  color: green;
  margin-top: 10px;
}

A#backlink {
  color: gray;
}

/*** Link zur Startseite ***/
A#startseite {
  position: absolute;
  left: 600px;
  top: 140px;
  color: black;
  text-decoration: none;
}

/*** Banner neben Menue ***/
DIV#bannerstetig {
  position: absolute;
  top: 10px;
  left: 980px;
}

