/* Inhaltsbereich, katalog bestellen und PDFdownlooad */

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;  /* fuer IE */
    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;
}
#Inhalt a:hover{
	color:#0054A6;
}

ul.Inhalt {
	margin:0px;
	padding: 0px;
	list-style:none;
  }

  ul.Inhalt li {
	display:block;
	float: left;
	width: 325px;/* für zweite Spalte- erste Spalte ist direkt formatiert! wichtig für IE!*/
	min-height:200px;
	margin: 0px;
	padding: 5px 10px 5px 0px;
}

  ul.Inhalt li a{
    text-decoration: none;
    color: #333;
    font-weight:normal;
}

/* headline */
 h2 {
    font: bold 16px Arial,Helvetica,sans-serif;
    color:#0054A6;
    margin: 0px 0px 5px 0px; /* abstand zum link zeige alle...*/
  }

/* fliesstext*/
p {
    font: 12px/16px Arial,Helvetica,sans-serif;
    color:#333;
  }

/* bildbox */
.detail {
 	padding:5px; 
	text-align: center;
	background:#FFF;
  }
img.detail {
	border:0px;
  }

/* liste in text, zb pdfKataloge.html-download */

ul.textList {
	margin:0px;
	padding: 0px;
  }

  ul.textList li{
	padding-left:18px;
	text-align:left;
       float:none;
       min-height:11px;
       width:auto;
}

  ul.textList li a{
    text-decoration: none;
    color: #333;
    font-weight:normal;
}


/* zusaetze */
.lieferzeit {
	font-weight: bold;
	color:#088e54;
  }

.sparen {
	text-align:center;
	font-weight: bold;
    color:#CC0000;
    background:#ffe7a1;
    border: 1px solid #CC0000;
    width: 30%;
    padding: 2px 0px;
    float: right;
  }
 
.portofrei {
	text-align:center;
	font-weight: bold;
    color:#CC0000;
    background:#ffe7a1;
    border: 1px solid #CC0000;
    width: 155px;
    padding: 2px;
    margin: 2px;
  } 
 
/* preise */

.preis {
    font: bold 16px Arial,Helvetica,sans-serif;
	color:#CC0000;
  }
.bisher {
    font: bold 12px Arial,Helvetica,sans-serif;
	color:#333;
  }
/* optionen */
select{
    margin: 2px;
  }

/* textlinks pdfDownload: pdfkatalog.html --> auch auf agb.html/serviceContent.css */
.pdflink{
	background-image: url(/s/img/x/pdf_icon.gif);
	background-repeat:no-repeat;
	background-position: 0px -1px;
	padding-left: 20px;
	line-height:20px;
    border-bottom: 1px solid #666;
  }
  
  /*thiemekataloge downloads*/
table.katalog{
	font:12px/16px Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	border: 0px;
}
td.katalog{
	background-image:url(http://www.sport-thieme.de/s/img/x/katalog_front/bgkatalog.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
	padding:0px 0px 6px 6px;
	width: 180px;
}
