/* Set Font Base Size */
body {
  margin-left: 10px;
  font-size: 1.0em;
  background-color: #fff
}

/* Linkfarbe */
a { color: red; }
a:hover { color: #aa0000 }

td a {
  color: red;
}

td a:hover {
  color: red;
}

/* Officina Font - werden nur fuer Produktelabels verwendet */
@font-face {
  font-family: solofficina;
  src: url(/ttf/Offi_.ttf);
  font-weight: normal;
}
@font-face {
  font-family: solofficina;
  src: url(/ttf/Offi_b.ttf);
  font-weight: bold;
}

/* Text in Officina */
*  {
  font-family: solofficina;
  font-weight: normal;
  font-size: 18px;
}

div.div_header {
	text-align: center;
	font-family: solofficina;
	src: url(/ttf/Offi_.ttf);
	font-weight: normal;
	font-size: 0.8em;
	margin-left: 10px;
	line-height: 1.2;
	vertical-align: bottom;
}

div.div_footer {
	text-align: center;
}

a.link_footer {
	font-family: solofficina;
	src: url(/ttf/Offi_.ttf);
	font-weight: normal;
	font-size: 1.0em;
}

table {
	width: 100%;
}

td {
	text-align: left;
}

/* EOF */

