/* Inhaltsbereich Bestellformular */

div#spalten {
    background-image: url(/s/img/x/bgContent.gif);     /* Hintergrundfarbe der drei Inhaltsspalten, imskeleton allgemein #f2f2f2 für alle */
    width: 978px;
    margin: 1px 2px;
  } 

div#Inhalt {
    margin: -10px 190px 10px 210px;
    padding: 0px 1px;
}

* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

#Inhalt a{
    color: #333;
}
/* headline */
 h2 {
    font: bold 16px Arial,Helvetica,sans-serif;
    color:#0054A6;
    margin: 0px;
  }

  
.fehler {
    font: bold 14px Arial,Helvetica,sans-serif;
	color: #CC0000;
	background:#ffffff;
/*	height: 20px;
	padding-left: 20px;
 	background: 0px 0px url(http://www.sport-thieme.de/y/error.gif) no-repeat; ////entfernt, da sonst if-schleife noetig*/
}

.fehlerzeiger {
    font: bold 12px Arial,Helvetica,sans-serif;
	color: #CC0000;
}

table.bestellschein{
	border: 1px solid #ccc;
	padding: 1px;
	background-color:#FFF;
	color: #333;
}
	
table.bestellschein th{
	font-size: 12px;
	text-align:left;
}

