/*
// $Id: freznoshop.css,v 1.8 2004/09/14 09:39:52 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: 3;
  color: #000000;
  background-color: #ffffff;
  background-image: url(./images/banners/bg.gif);
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

p {
  color: #000000;
  background-color: #ffffff;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  background-image: url(./images/logos/tbg.gif);
  margin:0px;
  padding:0px;
}

h2 {
  color: #000066;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
}

h3 {
  color: #000066;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 0;
}

hr {
  	border-top: 0px;
	border-bottom: 1px solid #999999;
	/*color: #808080;*/
	color: #ccffcc;
	background-color: #ccffcc;
	height: 1px;
	text-align: left;
}

.ueber {
  color: #000066;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}


a:link, a:visited, a:active {
  color: #006699;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 8pt;
}

a:hover {
  color: #009966;
  text-decoration: none;
  font-size: 8pt;
}

a.m1:link, a.m1:visited, a.m1:active {
  color: #ccffcc;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a.m1:hover {
  color: black;
  text-decoration: none;
}

a.m2:link, a.m2:visited, a.m2:active {
  color: #ccccff;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a.m2:hover {
  color: black;
  text-decoration: none;
}

a.m3:link, a.m3:visited, a.m3:active {
  color: #005da8;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a.m3:hover {
  color: black;
  text-decoration: none;
}



/*
** Error Message
*/
.error {
  color: #orange;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;

}

/*
** BoxHeader
*/
.boxheader {
  color: #000000;
  background-color: #dddddd;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
   
}

.boxheader1 {
  color: #000000;
  background-color: #ccffcc;
  border-color: #ffffff;
  border-style: none;
  border-width: 0px;
  border-style: solid;
  border-width: 1px;  
}

/*
** Boxinhalt
** Box content
*/
.box {
  color: #000080;
/*  background-color: #ffffdd; */
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}

.box_m {
  color: #000080;
/*  background-color: #ffffdd; */
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 3px;
}

form select.opt {
  	width: 300px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

form option.opt {
  width: 300px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
/*
** Boxinhalt
** Mittelteil Hauptseite
*/
.tdmain {
  color: #000000;
  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;
}

/*
** Standardtext in Tabellen
** Standard text in tables
*/
.desc {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  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;
  text-align: right;
}

/*
** 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;
}

/*
** Dateneingabe
** Data-input
*/
.account {
  color: #000000;
  background-color: #ff0000;
  text-decoration: none;
}

/*
** Umrandung der Tables
** Table border
*/
.tableborder {
  border-color: #000000;
  border-style: none;
  border-width: 0px;
}

/*
** Header mit Firmenlogo
** header with company logo
*/
.header {
  color: #900050;
  background-color: #008851;
  border-color: #005da8;
  border-style: solid;
  border-width: 1px;
}

/*
** Gesamt-Navigationsleiste
** Complete navigation bar
*/
.navigation {
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Obere Navigationsleiste
** Upper navigation bar
*/
.navi1 {
  text-align: center;
  padding: 5px 0 5px 0;
  color: black;
  background-color: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** 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: white;
  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;
}

.info2 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

.info3 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}

#menu1 {
  color: #000000;
  background-color: #008851;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  text-decoration: none;
  margin-bottom:3px;
  padding:2px;
  width: 175px;
}

#menu11 {
  color: #000000;
  background-color: #008851;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  text-decoration: none;
  margin-bottom:3px;
  margin-top:8px;
  padding:2px;
  width: 175px;
}

#menu2 {
  color: #000000;
  background-color: #006699;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  text-decoration: none;
  margin-bottom:3px;
  margin-top:8px;
  padding:2px;
  width: 175px;
}

#menu21 {
  background-color: #006699;
  color: #ccccff;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-bottom:3px;
  margin-left:12px;
  padding:2px;
  width: 150px;
}

#menu22 {
  color: #000000;
  /*background-color: #3333cc;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  margin-bottom:3px;
  margin-left:15px;
  padding:2px;
  width: 155px;
}

#nix {
  margin:0px;
  padding:0px;
}

#container {
  /*height: 350px;*/
  
}

#zaehler {
  text-align: center;
}

.bild_rechts {
float:right;
margin:5px 0px 6px 10px;
width: 250px;
}
.bild_links {
float:left;
margin:5px 10px 6px 0px;
width: 250px;
}
