/* CSS Document */

/* Stylesheet für www.schneeberg-harmonika.de */

/* ------------------------ */







/*  Z E N T R A L E   F O R M A T E  */

body,p,td,b,blockquote,li,ul {
  font-family: Verdana,Arial,Helvetica,sans-serif; 
  color: #000000;
  font-size: 10pt;
  background-position:top;
	background-repeat: repeat-x;
}


h1,.h1          { font-size: 13pt; color: #000000; text-align: center; text-decoration: underline; } 
h2,.h2          { font-size: 11pt; color: #000000; font-weight: bold; text-align: left; text-decoration: underline; }
a,.a            { font-weight: bold; text-decoration:underline; color: #000000; }
b,.b		    { font-weight: bold; }
form            { margin: 0px; }
li              { margin-left: -23px; }
ul,ol           { margin-top: 0px; }
hr		        { color: #246FBB; height: 1px; }
.small          { font-size: 7.5pt; }
.error          { color: #FF0000; font-weight: bold; }
.price		    { font-size: 8pt; color: #03518D; font-weight: bold; }


#container      {  	
	background-position:top;
	background-repeat: repeat-x;     
}


/*  CNAV-AREA  */

#cnav_area td    {
  width:             185px !important;
  height:            25px !important;
  background-repeat: no-repeat;
  padding:           0 0 0 10px;
  text-align:        left;
}

#cnav_area a     {
  color: #000000;
  font-weight:       bold;
  font-size:         11px;
  text-decoration:   none;
}

#cnav_area a:hover  {
  text-decoration: underline;
}


/*  MAIN_AREA  */

#main_area  {
  text-align:        left;
  font-size:         11pt;
}

#main_area a  {
  font-weight: bold;
  text-decoration:underline;
}


/*  BOTTOM_AREA  */   

#bottom_area      {
  background-image:  url(bilder/bg_bottom.jpg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 15px 0 0 10px;  
}

#bottom_area a    {
  color: #000000;
  padding: 0 0 0 5px;
  font-size: 9pt;
}

/*  PRODUKT  */

#produktliste  {
  width: 100%;
  text-align:center;
}

.produktname  { font-size: 13pt; font-weight:bold; text-align: left; }
.produktbild  { border: 1px solid #000000;  text-align: center; vertical-align: middle; padding: 5px 0 5px 0;}
.produktinfo  { font-size: 11pt; text-align: left; vertical-align:top; }
.produktpreis { font-size: 12pt; font-weight:bold; vertical-align: bottom; height:25px !important; }
