html { height: 100%; }

body
{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: black;
  background-color: white;
}

h1
{
  font-size: 20px;
  font-weight: normal;
  color: #006296;
  position: relative;
  top: -2px;
}

h2
{
  font-size: 12px;
  font-weight: bold;
  color: #006296;
}

h3
{
  font-size: 12px;
  font-weight: bold;
  color: #006296;
  /*display: none;*/
}

img 
{
  border: 0;
}

td { line-height: 18px; }

#fenster_preislisten_inhalt 
{
  width: 525px;
  margin: 25px;
  padding: 0 0 25px 0;
}

a { color: black; text-decoration: underline; }

a:link, a:visited { }

a:hover, a:focus, a:active { text-decoration: none; }
