/* 0px-Angaben für margin und padding, um Defaultabstände zu vermeiden */
/*  text-align-center für IE zur zentrierten Seitenausgabe */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: rgb(0,0,0);
  height: 100%; 
  background-color: rgb(236,236,236); 
  margin: 0px; 
  padding: 0px; 
  text-align: center;
}

.naviAllLinks {
  display: block; /* macht inline-Element 'a' zu einem block-Element und nimmt die gesamte mögliche Breite ein */
  border-top: solid 1px rgb(204,204,204);
  /* Links mittig ueber 'blauem' Hintergrund ausrichten */
  margin-left: 0px;
  margin-right: 0px;
	padding-left: 4px;
	padding-top: 12px;
	padding-bottom: 12px;
  /* Angabe fürline- height hier nur gemacht um top-Position für Submenu-Box besser berechnen zu können */
  line-height: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  letter-spacing: 2px;
  color: rgb(204,204,204);
  text-decoration: none;
} 

.naviFirstLink {
	/* keine margin-top Angabe, sonst verschieben sich auch Elternelemente */
}

/* hover-Angaben nach den anderen Angaben für links, sonst funktioniert hover-Effekt nicht */
.naviAllLinks:link, .naviAllLinks:visited, .naviAllLinks:active {
  color: rgb(204,204,204);
}

.naviAllLinks:hover {
  color: rgb(255,204,102);
	background-color: rgb(102,128,153);
}

.produkteLinks {
  display: block;
  background-color: rgb(220,220,220);
  border-bottom: solid 1px rgb(204,204,204);
  border-right: solid 1px rgb(64,64,64);
  /* Angabe für line-height hier nur gemacht um top-Position für Submenu2-Box besser berechnen zu können */
  line-height: 12px;
  /* padding-left nur, da sonst bei Farbwechsel durch hover die äußersten linken Pixel mancher Link-Texte nicht mit eingefärbt werden */
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  letter-spacing: 2px;
  color: rgb(0,0,51);
  text-decoration: none;
  /* IE: ohne width 'endet' sensitive Fläche des Links direkt außerhalb des eigentlichen Link-Texts */
  /* Firefox: bei width:100% wird border um padding-left (und falls vorhanden + margin-left)  Angaben nach rechts über submenu-Box 'rausgeschoben', aber nicht beim IE  */
  width: 100%;
}

#produkteLinkWinfact, #produkteLinkAddons, #produkteLinkAutocode {
  background-image:url(../web/images/deco_arrowSubmenu.png); 
  background-repeat:no-repeat;
  background-position:294px center;
}

.produkteLastLink {
  border-bottom: solid 1px rgb(64,64,64);
}

.produkteLinks:link, .produkteLinks:active, .produkteLinks:visited {
  color: rgb(0,0,51);
}

.produkteLinks:hover {
  color: rgb(255,204,102);
  background-color: rgb(102,128,153);
}

.winfactLinks, .addonsLinks, .autocodeLinks {
  display: block;
  background-color: rgb(240,240,240);
  border-bottom: solid 1px rgb(192,192,192);
  border-right: solid 1px rgb(64,64,64);
  line-height: 12px;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  letter-spacing: 2px;
  color: rgb(0,0,51);
  text-decoration: none;
  /* IE: ohne width 'endet' sensitive Fläche des Links direkt außerhalb des eigentlichen Link-Texts */
  /* Firefox: bei width:100% wird border um padding-left (und falls vorhanden + margin-left)  Angaben nach rechts über submenu-Box 'rausgeschoben', aber nicht beim IE  */
  width: 100%;
}

.winfactFirstLink, .addonsFirstLink, .autocodeFirstLink {
}

.winfactLastLink, .addonsLastLink, .autocodeLastLink {
  border-bottom: solid 1px rgb(64,64,64);
}

.winfactLinks:link, .winfactLinks:active, .winfactLinks:visited {
  color: rgb(0,0,51);
}

.addonsLinks:link, .addonsLinks:active, .addonsLinks:visited {
  color: rgb(0,0,51);
}

.autocodeLinks:link, .autocodeLinks:active, .autocodeLinks:visited {
  color: rgb(0,0,51);
}

.winfactLinks:hover, .addonsLinks:hover, .autocodeLinks:hover {
  color: rgb(255,204,102);
  background-color: rgb(102,128,153);
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

td.bullet {
   vertical-align: top;
   padding-top: 3px;
  padding-right: 4px;
  padding-bottom: 10px;
}

td.bullettext {
   vertical-align: top;
  padding-bottom: 10px;
}

.td1 {
  /*background-color: #CCCCCC;*/
	/*background-color: rgb(204,204,204);	*/
	background-color: rgb(204,204,204);
}

.td2 {
  /*background-color: #E7E7E7;*/
	/*background-color: rgb(231,231,231);*/
	background-color: rgb(236,236,236);
}

div.imgtext {
  font-size: 8pt;
  margin-top: 8px;
}

h2 {
  font-size: 14pt;
  font-weight: bold;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
}

h4 {
  font-size: 12pt;
  font-weight: bold;
}

h5 {
  font-size: 10pt;
  font-weight: bold;
}

sup {  
  font-size: 8pt;
  /* vertical-align: text-top; */
}

sub {
  font-size: 8pt;
}

a:link {
  color: rgb(51,64,102);
}

a:active {
  color: rgb(51,64,102);
}

a:visited {
  color: rgb(102,102,102);
}

.spezi2 {
  font-weight: bold;
}

.spezi1 {
  font-style: italic;
}

.footnote {
  font-size: 8pt;
}

.footlinks {
   margin-right: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 7pt;
   letter-spacing: 2px;
   color: rgb(204,204,204);
   text-decoration: none;
}

.footlinks:link, .footlinks:active, .footlinks:visited {
  color: rgb(204,204,204);
}

.footlinks:hover {
  color: rgb(255,204,102);
}

table.pricetable
{
  margin-top: 42px;
}

td.preise
{
  font-size: 10pt;
  font-weight: bold;
}

td.eur
{
   width: 50px;
  padding-top: 10px;
  text-align: left;
  font-size: 10pt;
}

td.industrie
{
  width: 180px;
  padding-top: 10px;
  text-align: left;
  font-size: 10pt;
}

td.studien
{
  width: 180px;
  padding-top: 10px;
  text-align: left;
  font-size: 10pt;
}

td.price
{
  text-align: right;
  vertical-align: bottom;
  font-size: 10pt;
}

.datumEintrag
{
  font-size: 8pt;
}
 
 /*** nur FAB ***/
.icon {
      vertical-align: top;
      text-align: left;
      padding-top: 3px;
      padding-right: 4px;
      padding-bottom: 10px;
 }

 .icontext {
      font-size: 9pt;
      vertical-align: top;
      text-align: left;
      padding-bottom: 10px;
 }
/*** ende nur FAB ***/ 

/*** nur HOME und ersteProdukte-Seiten ***/
.linksSeiteHome, .linksSeiteProdukte {
   font-size: 12px;	
   line-height: 24px;
   text-decoration: none;	
   color: #003399;
	 margin-top: 2px;
}
/*** ende nur HOME ***/