/*
// $Id: freznoshop.css,v 1.7 2003/12/14 14:45:55 frezno Exp $
//
// +--------------------------------------------------------------------------+
// | Projekt:    FreznoShop                                                   |
// +--------------------------------------------------------------------------+
// | Datei/File: freznoshop.css                                               |
// |                                                                          |
// | Aufruf von: bdy.header.php                                               |
// | Called by:                                                               |
// |                                                                          |
// | Funktion:   Stylesheet für den FreznoShop.                               |
// <             Stylesheet for FreznoShop.                                   |
// +--------------------------------------------------------------------------+
// | Copyright (c) 2002-03  Uwe E. Schirm  <shop@freznoshop.com>              |
// +--------------------------------------------------------------------------+
// | This file is part of FreznoShop.                                         |
// |                                                                          |
// | FreznoShop 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 2 of the License, or        |
// | (at your option) any later version.                                      |
// |                                                                          |
// | FreznoShop 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 FreznoShop; if not, write to the Free Software Foundation,    |
// | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            |
// +--------------------------------------------------------------------------+
// | Obige Zeilen dürfen nicht entfernt werden!    Do not remove above lines! |
// +--------------------------------------------------------------------------+
*/


/*
** Standardeinstellung
** Standard values
*/
body {
  margin: 3px;
  color: #000000;
  background-color: #ffffff;
  background-image: url(./images/banners/bg.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

h1 {
 display: block; 
  color: #000000;
  background-color: #dddddd;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;  
}

h2 {
  color: #000099;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  padding: -5px;
}

a:link, a:visited, a:active {
  color: #000080;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

/*
** Error Message
*/
.error {
  color: #ff0000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;

}


/*
** BoxHeader
*/
.boxheader {
	color: #000000;
	width: 175px;
	background-color: #dddddd;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/*Style für Selectfeld in der Serchbox */
   
/*
** Boxinhalt
** Box content
*/
.box {
  color: #000080;
/*  background-color: #ffffdd; */
  border-color: #000000;
  width: 175px;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

.boxangebot:link, .boxangebot:visited, {
  color: #ff0000;
/*  background-color: #ffffdd; */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Boxinhalt
** Mittelteil Hauptseite
*/
.tdmain {
  color: #000000;
  background-color: #ffffdd;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

/*
** Company Info
*/
.compinfo {
  color: #000080;
  background-color: #b0c4de;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Überschriften
** Headlines
*/
.headline {
  color: #000080;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

.headlinehell {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

#head {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 12pt;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding-top: 7;
}

/*
** Standardtext in Tabellen
** Standard text in tables
*/
.desc {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

/*
** Kleine Schrift in Tabellen
** Small text in tables
*/
.descsmall {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

/*
** Spezialpreis, Special-Flag gesetzt
** Special price, special-flag set
*/
.special {
  color: #ff0000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Überschrift des Body-Inhaltes
*/
.subtitle {
  display: block; 
  width: 500px; 
  color: #000000;
  background-color: #dddddd;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;  
  }
  
/*
** Umrandung der Tables
** Table border
*/
.tableborder {
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
}

/*
** Header mit Firmenlogo
** header with company logo
*/
.header {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
}

/*
** Obere Navigationsleiste
** Complete navigation bar
*/

#navi_oben a{
display:inline;
text-align:center;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
background: url(../images/icons/Nav_o_n.gif);
width: 141px;
height: 20px;}

#navi_oben a:hover{

background: url(../images/icons/Nav_o_a.gif) no-repeat top;
width: 141px;
height: 20px;}

/*
** Linke Navigationsleiste
** Left navigation bar
*/

#navi_links a {
	display: block;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	background: url(../images/icons/Nav_l_n.gif) no-repeat top;
	width: 165px;
	height: 15px;
}

#navi_links a:hover{
display: block;
background: url(../images/icons/Nav_l_a.gif) no-repeat top;
width: 165px;
height: 15px;}

/*
** Untere Navigationsleiste
** Lower navigation bar
*/
.navi2 {
  color: #900050;
  background-color: #808080;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Footer oben
** Upper footer part
*/
.footer1 {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}

/*
** Footer mitte
** Middle footer part
*/
.footer2 {
  color: #ffffff;
  background-color: #808080;
  text-decoration: none;
}

/*
** Footer unten
** Lower footer part
*/
.footer3 {
  color: #808080;
  background-color: #000000;
  text-decoration: none;
}

.text {
	color: #000000;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

.text2 {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}
/*
** Info HTML-Seiten
** Info HTML-pages
*/
.info {
  color: #000000;
  background-color: #ffffcc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}

