/*
// $Id: freznoshop.css,v 1.1.1.1 2003/03/31 19:39:28 frezno Exp $
//
// +--------------------------------------------------------------------------+
// | FreznoShop v1.00                                                         |
// +--------------------------------------------------------------------------+
// | Datei:      freznoshop.css                                               |
// |                                                                          |
// | Aufruf von: bdy.header.php                                               |
// |                                                                          |
// | Funktion:   Stylesheet für den 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 */
body {
  color: #000000;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
a:link{color:#000000;text-decoration: none;background : transparent;}
a:hover { color:#FFFF00;}
a:visited, a:active { color:#000000; text-decoration: none;background : transparent;}
a:visited:hover {text-decoration : none; color : #FFFF00;}

/* Titre */
.titre {
  color: #000000;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

/* BoxHeader */
.boxheader {
  color: #000000;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}

/* Boxinhalt */
.box {
  color: #804040;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/* Company Info */
.compinfo {
  color: #000080;
  background-color: #b0c4de;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*-- Überschriften */
.headline {
  color: #000080;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}

/*-- Text in der Artikeltabelle */
.desc {
  color: #000000;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
.desc2 {
  color: #000000;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}

/*-- Spezialpreis - Special-Flag gesetzt */
.special {
  color: #ff0000;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}

/*-- Dateneingabe */
.account {
  color: #000000;
  background-color: #ff0000;
  text-decoration: none;
}

/* Umrandung der Tables */
.tableborder {
}

/* Header mit Firmenlogo */
.header {
}

/* Obere Navigationsleiste */
.navi1 {
  color: #ffffff;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/* Untere Navigationsleiste */
.navi2 {
  color: #ffffff;
  background-color: #808080;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/* Footer oben */
.footer1 {
  color: #ffffff;
  text-decoration: none;
}

/* Footer mitte */
.footer2 {
  color: #ffffff;
  text-decoration: none;
}

/* Footer unten */
.footer3 {
  color: #808080;
  text-decoration: none;
}

/* Info HTML-Seiten */
.info {
  color: #000000;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

.box2         { position: absolute ; background:silver}



.niveau2 {
	font-size: 8pt;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.delai {
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #000080;
  text-decoration: none;
  
}


a.basdepage:link{color:#ADB7C0;text-decoration: none;background : transparent;cursor: default;}
a.basdepage:hover { color:#ADB7C0;}
a.basdepage:visited, a:active { color:#ADB7C0; text-decoration: none;background : transparent;}
a.basdepage:visited:hover {text-decoration : none; color : #ADB7C0;}

a.lienpage:link{color:#347C2C;text-decoration: none;background : transparent;cursor: default;}
a.lienpage:hover { color:#FF0000;}
a.lienpage:visited, a.lienpage:active { color:#347C2C; text-decoration: none;background : transparent;}
a.lienpage:visited:hover {text-decoration : none; color : #FF0000;}
