@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;
}

IMG {
  border: 0px;
}

H1,H2,H3,P,TR,TD,UL,DIV {
  margin: 0px;
  padding: 0px;
}

H5 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.small {
	margin: 0px;
	font-size: 10px;
	color: #FFF;
}


/*** Kopfzeile ***/
DIV#head {
  position: absolute;
  top: 250px;
  left: 0px;
  height: 10px;
  width: 900px;
}

DIV#footer {
	width: 900px;
	background-color: #000;

}

DIV#footer2 {
	width: 900px;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 15px;
	color: #FFF;
	margin-top: 20px;
	position: absolute;
    top: 980px;
}

DIV#footer2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	text-decoration: none;
}

/*** Link zum Impressum ***/
A#imprint {
	position: absolute;
	left: 755px;
	top: 265px;
	color: #FFF;
	text-decoration: none;
}

/* Suchbox */
DIV#search {
	position: absolute;
	top: 250px;
	left: 8px;
	padding: 10px;
	height: 50px;
	width: 880px;
	background-color: #ffffff;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
}

DIV#search INPUT {
  width: 300px;
}

DIV#search INPUT.button {
  width: 80px;
}

/* Navigation */
DIV#navigation {
  position: absolute;
  top: 320px;
  left: 680px;
  width: 220px;
  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: 220px;
  padding: 5px;
}

DIV#navigation A {
  color: #fff;
  text-decoration: none;
}

DIV#navigation LI A:hover {
  font-weight: bold;
}

DIV#navigation LI.category_main {
	background-image: url(/img/bgmenu1.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
}

DIV#navigation LI.category_sub {
	font-size: 11px;
	color: #FFF;
	padding-left: 10px;
	width: 215px;
	background-color: #78775b;
}

DIV#navigation LI.active A {
	font-weight: bold;
	color: #fff;
}

DIV.pagination {
	font-size: 12px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #787759;
	background-color: #c1c0ad;
}

DIV.pagination A,DIV.pagination B {
	margin-left: 10px;
	color: #111107;
}

/*** Produkte in Listendarstellung ***/
DIV#products {
  position: absolute;
  top: 310px;
  left: 0px;
  width: 650px;
  padding: 10px;
  background: #ffffff;
}

DIV#products H1 {
	font-size: 13px;
	letter-spacing: 5px;
	color: #000;
	padding-bottom: 10px;
}

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: #060605;
	font-size: 12px;
	font-weight: bold;
}

DIV.product DIV.productOfTheDay {
  font-family: monospace;
  font-weight: bold;
}

DIV.product P.price {
	font-weight: bold;
	color: #a50807;
	margin-top: 12px;
	font-size: 16px;
}

A#backlink {
  color: gray;
}

.buchtitel {
	color: #2e2e16;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.preis {
	color: #b41916;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table {
	padding-bottom: 25px;
	
}

.zufall {
	width: 60px;	
	margin-right: 8px;
	margin-left: 8px;
}

.zufall2 {
	border: 1px dotted #5a5a0f;
	height: 210px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
}