/*
################################################################
# format.css      : .css Formate fuer cd-rom.de
# Author          : Peter Sturm <webmaster@k28.de>
# Created On      : 21.02.2000
# Last Modified By: Peter Sturm
# Last Modified On: 15.10.2002
# Language        : CSS in HTML
# Status          : ok
# Copyright       : Peter Sturm 1998-
# Version         : 0.2
# version 0.2 - 15.10.2002
# - standard styles for all pages
# - complete format for pages with red, gold, bright
# - bis zum umbau auf DTD strict (XHTML) wird zur kompatibilität zu
# alten browsern noch folgender anfang verwendet:
# <body id="Bodyxxx" bgcolor="#xxxxxx" text="#xxxxxx" link="#xxxxxx" vlink="#xxxxxx" alink="#xxxxxx">
# <basefont face="Arial, Helvetica, sans-serif" />
# version 0.1 - 21.02.2000
# - initial version
################################################################
# Definitions
/* Standardfarben */
/* schwarz - black                = #000000 */
/* rot     - firebrick            = #b22222 = dezimal 178,34,34 */
/* gold    -                      = #ffcc66 */
/* hell    - lightgoldenrodyellow = #fafad2 */
/* Links immer fett, wenn Hintergrund rot, weiß oder gold, wenn Hintergrund gold oder hell, schwarz
################################################################
*/
/*das kann Netscape 4 nicht:
<link rel="stylesheet" type="text/css" href="format.css" media="all"> - die angabe media="all"
width:100% bei a,p,etc nur bei div;
*/
/* standard elements */ /* BodyGold */
body {
  background-color:#fafad2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
td {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
ul {
  list-style-type: disc;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
h1 {
  font-size: 24pt;
  font-weight: bold;
}
h2 {
  font-size: 18pt;
  font-weight: bold;
}
h3 {
  font-size: 14pt;
  font-weight: bold;
}
h4 {
  font-size: 12pt;
  font-weight: bold;
}
h5 {
  font-size: 10pt;
  font-weight: bold;
}
h6 {
  font-size: 8pt;
  font-weight: bold;
}
/* default links */
a {
  text-decoration:none;
  font-weight:bold;
}
a:link {
  color:#b22222;
}
a:visited {
  color:#000000;
}
a:hover {
  color:#ffcc66;
  background-color:#B22222;
}
a:active {
  color:#ffcc66;
  background-color:#B22222;
}
a:focus {
  color:#ffcc66;
  background-color:#B22222;
}
/********************************************************************/
/* weitere Formate */

.Rot {background-color:#b22222;}
.Gold {background-color:#ffcc66;}
.Hell {background-color:#fafad2;}

#BodyRot {
  background-color:#b22222;

  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
  #BodyRot a {
    font-weight:bold;
    text-decoration:none;
  }
  #BodyRot a:link {
    color: #ffcc66;
  }
  #BodyRot a:visited {
    color: #ffcc66;
  }
  #BodyRot a:hover {
    color: #b22222;
    background-color:#ffcc66;
  }
  #BodyRot a:active {
    color: #b22222;
    background-color:#ffcc66;
  }
  #BodyRot a:focus {
    color: #b22222;
    background-color:#ffcc66;
  }

#BodyGold {
  background-color:#ffcc66;

  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
  #BodyGold a {
    text-decoration:none;
    font-weight:bold;
  }
  #BodyGold a:link {
    color: #b22222;
  }
  #BodyGold a:visited {
    color: #b22222;
  }
  #BodyGold a:hover {
    color: #ffcc66;
    background-color:#b22222;
  }
  #BodyGold a:active {
    color: #ffcc66;
    background-color:#b22222;
  }
  #BodyGold a:focus {
    color: #ffcc66;
    background-color:#b22222;
  }

#BodyHell {
  background-color:#fafad2;

  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
  #BodyHell a {
    text-decoration:none;
    font-weight:bold;
  }
  #BodyHell a:link {
    color: #b22222;
  }
  #BodyHell a:visited {
    color: #b22222;
  }
  #BodyHell a:hover {
    color: #fafad2;
    background-color:#b22222;
  }
  #BodyHell a:active {
    color: #fafad2;
    background-color:#b22222;
  }
  #BodyHell a:focus {
    color: #fafad2;
    background-color:#b22222;
  }


/************************ alles fürs menü *************************/
#BodyMenu {
  background-color:#ffcc66;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
  #BodyMenu pre {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    color:#000000;
  }

  #BodyMenu a {
/*
    display: inline;
    width: 100%;
*/
    text-decoration:none;
    font-weight:bold;
  }
  #BodyMenu a:link {
    color:#b22222;
  }
  #BodyMenu a:visited {
    color:#b22222;
  }
  #BodyMenu a:hover {
    color:#ffcc66;
    background-color:#b22222;
  }
  #BodyMenu a:active {
    color:#ffcc66;
    background-color:#b22222;
  }
  #BodyMenu a:focus {
    color:#ffcc66;
    background-color:#b22222;
  }
/* alt
  #xBodyMenu a {
    display: inline;
    width: 100%;
    text-decoration:none;
    font-weight:bold;
  }
  #xBodyMenu a:link {
    xcolor:#ffcc66;
    color:#b22222;
  }
  #xBodyMenu a:visited {
    xcolor:#ffcc66;
    color:#b22222;
  }
  #xBodyMenu a:hover {
    color:#000000;
    background-color:#ffcc66;
  }
  #xBodyMenu a:active {
    color:#000000;
    background-color:#ffcc66;
  }
  #xBodyMenu a:focus {
    color:#000000;
    background-color:#ffcc66;
  }
*/
  #menu_head {    /* überschrift zeile im menue */
    background-color: #000000;
    color:#ffcc66;
    font-weight:bold;
  }
  #menu_suche {    /* suche zeile im menue */
    font-size:8pt;
    font-weight:bold;
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 1px;
  }
/*******************************************************************/

/************************ alles fürs menü oben*************************/
#BodyMenu1 {
  background-color:#b22222;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
  #BodyMenu1 pre {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    color:#000000;
  }
  #BodyMenu1 a {
    display: inline;
    xwidth: 100%;
    text-decoration:none;
    font-weight:bold;
  }
  #BodyMenu1 a:link {
    color:#ffcc66;
  }
  #BodyMenu1 a:visited {
    color:#ffcc66;
  }
  #BodyMenu1 a:hover {
    color:#000000;
    background-color:#ffcc66;
  }
  #BodyMenu1 a:active {
    color:#000000;
    background-color:#ffcc66;
  }
  #BodyMenu1 a:focus {
    color:#000000;
    background-color:#ffcc66;
  }
  #menu_head1 {    /* überschrift zeile im menue */
    background-color: #000000;
    color:#ffcc66;
    font-weight:bold;
  }

/*******************************************************************/

/************************ alles für Artikel *************************/
#BodyArtikel {
  background-color:#ffcc66;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
  #BodyArtikel pre {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color:#000000;
  }
  #BodyArtikel tr {
    background-color:#fafad2;
  }
  #BodyArtikel a {
    font-weight:bold;
    text-decoration:none;
  }
  #BodyArtikel a:link {
    color:#b22222;
  }
  #BodyArtikel a:visited {
    color:#b22222;
  }
  #BodyArtikel a:hover {
    color:#ffcc66;
    background-color:#b22222;
  }
  #BodyArtikel a:active {
    color:#ffcc66;
    background-color:#b22222;
  }
  #BodyArtikel a:focus {
    color:#ffcc66;
    background-color:#b22222;
  }

  #artikel_klein {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8pt;
    color:#000000;
  }

  #artikel_head {
  }

  #artikel_name {
    font-size: 14pt;
    font-weight: bold;
    color:#b22222;
  }

  #artikel_interaktiv {
    /*important for textarea*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    
    background-color:#fafad2;
    width:400px;
  }

/*******************************************************************/
