
body 
{
  color: black; 
  background-color: white;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0; 
  padding: 1em 0;
  /*text-align: center;  /* Zentrierung im Internet Explorer */
}

* html div#main
{
  height: 1em;/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}


div#page
{
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  /*margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  /*padding: 0;*/
}

div#main
{
  margin: 0 10px 0 180px;
}

div#left 
{
  float: left; 
  width: 160px;
  margin: 0 10px;
}

h1
{
  color: #0256A2;
  font-size: 1.1em;  
}

a:link {
  color: #0256A2;
  text-decoration: none;
}

a:visited {
  color: #333399;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


ul 
{
  margin-bottom: 2em; 
}

li 
{
  margin-top: 1em; 
  margin-bottom: 1em; 
}


img
{
  border: 0px solid ;
}

img.logo
{
  height: 40px;
}

