/* Style Sheet - Formatvorlage für Henschel Schauspiel Theaterverlag Berlin GmbH */
/* Version 1.0 (14.08.2004) */
/* Jennifer Merkel (jenny@hpmerkel.de) */

TD,BODY,A{
  font-family: Arial, Helvetica, Verdana;
  font-size: 10pt;
  text-decoration:none;  
}

LEGEND,H1{
  font-weight:bold;
  font-size:18pt;
}

H2{
  font-weight:normal;
  font-size:16pt;
}

.orange{
  color: #FF9933;
}

.dunkelgrau{
  color: #333333;
}

.bgorange{
  background-color: #FF9933;
}

.weiss{
  color: #FFFFFF;  
}

.hauptnavigation{
  text-decoration:none;
  font-size: 9pt; 
  color: #FFFFFF;   
}

.mininavigation{
  font-size: 8pt;
  color: #FF9933;
  text-decoration:none;
}

.bestellung{
  color: #FF9933;
  text-decoration:none;
  font-weight: bold;
}


.success{
  font-weight: bold;
  color: #009900;
  text-align: center;
}

.highlight{
  color: #FF9933;
  font-weight: bold;
}

.ERROR{
  font-weight: bold;
  color: #CC0000;
}

INPUT, TEXTAREA, SELECT{
  font-family: Arial, Helvetica, Verdana;
  font-size: 10pt;
  border: 1px solid #cccccc;  
  color: #000000;
  background-color: #ffffff;
}

LI{
  list-style-type:square;
}

#buchbanner {
  float: right;
  width: 200px;
  padding-left: 40px;
}

@media print { 
  .nichtdrucken { display:none; }
}
@media screen{
  .nichtamscreen { display:none; }
}

