* 
{
 margin: 0px;
 padding: 0px;
}

body
{ 
  color: black;
  background-color: #FEEF88;
  background-repeat:no-repeat;
  background-attachment: fixed; 
  background-position:center;
    
  font-family: Verdana, Arial; 
  font-size: 12px; 
  font-style: normal;
  text-decoration: none;
  line-height: 150%; 
}

b
{
  font-weight: bold;
}

a:link, a:visited { color:#E43B00; } 
a:hover, a:active { color:#E43B00; }

/* Normales Tabellenlayout */

.Sonstiges
{
  table-layout: fixed;
  
  border-collapse: collapse;
  border-style: none;
  
  width: 500px;
  
  margin-left:auto; 
  margin-right:auto;
  
  padding: 10px;

  font-family: Verdana, Arial; 
  font-size: 12px; 
  font-style: normal;
  text-decoration: none;
  line-height: 150%; 
}

.Sonstiges td
{
  padding: 10px;
}

.Zertifikat
{
  text-align: center;
  vertical-align: top;
}

.Zertifikat a
{
  font-size: 10px;
  font-weight: normal;
  text-decoration: none; 
  color: black;
}

/* bei den Produktkategorien die globale Tabelle für die einzelnen Unterpunkte */

.Produktkatalog
{
  table-layout: fixed;
  
  border-collapse: collapse;
  border-style: none;
  
  width: 600px;
  margin-left:auto; 
  margin-right:auto;
  
  padding: 10px;
}

.Produktkatalog td
{
  vertical-align: top;
  line-height: 120%;
  padding: 10px;
}

/* Zentrierung von Blockelementen mit IE */
.workaround
{
  text-align: center;
}

/* Produktart */
h1
{
  color: black;
  font-size: 14px;
  font-weight: normal;
  font-variant: small-caps;
  text-decoration: none;
  padding-bottom: 10px; 
}

/* Produktbeschreibung */
h2
{
  color: #4F7783;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

/* Produktlisten */
h3
{
  color: #4F7783;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%; 
}

/* Unterkategorie */

h4
{
  color: #7C7C7C;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}

/* Downloads von Prospekten */
.downloadlink
{
  color: #7D0018;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}

.downloadlink img
{
  border-style: solid;
  border-color: black;
  border-width: 1px;
  width: 180px;
}

/*Startschirm*/
.mainscreen
{
	font-family:Verdana, Arial;
	font-size:12px;
	line-height:150%;
	font-style:normal;
	text-decoration:none;
	width: 600px;
	background-image:url('./all/primax2.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
 	border-collapse: collapse;
 	border-style: none;
}
