/* DATEI: screen.css */
/* Style Sheet Definitionen für http://www.berlin-heilpraktiker.eu/ */
/* Autor: Frank Doerr / Wolke23 */

body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ffffff;
  color:#000000;
      }

#logo {
  position:absolute;
  z-index:23
  margin:0px;
      }

#nav {
  position:absolute;
  z-index:20;
  top:142px;
  left:0px;
  width: 900px;
       }

#links {
  position:absolute;
  z-index:15;
  top:197px;
  left:4px;
  width:222px;
  background-color: #ebe8ec;
  min-height: 100%; max-height: auto;
          }

#content {
  position:absolute;
  z-index:15;
  top:197px;
  left:270px;
  width:628px;
          }

p, h1, h2, h3, ul, ol, li, div, td, th, b, i {
  font-family: Verdana, Arial, Helvetica, sans-serif;
      }

p, ul, ol, li {
  font-size: 12px;
  color: #000000;
  }

h1 {
  font-size: 12px;
  color: #000000;
  font-weight:bold;
  text-transform:uppercase;
  }

h2 {
  font-size: 12px;
  color: #000000;
  font-weight:bold;
  }

a:link {
  color: #000000;
  text-decoration: underline;
      }
a:visited {
  color: #000000;
  text-decoration: underline;
      }
a:active {
  color: #000000;
  text-decoration: underline;
      }
a:hover {
  color: #000000;
  text-decoration: none;
      }

.min {
  font-size: 11px;
}
