
/* Stylesheet Büro Dr. Heindl */
/* erstellt von */
/* Kerstin Reuter */
/* kir.design */
/* 28. November 2007 */
/* Copyright by kir.design */


body {
  color: #000;
  background: #FFF;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 20px;
  margin: 0;
}

a { text-decoration: underline;}

a:link    { color: #234D60;}
a:visited { color: #628A9F;}
a:focus, a:hover, a:active { color: #BD1823;}


.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Logo */

#logo {
  width: 955px;
  height: 20px; /*Abstand zum oberen Browserrand*/
}



/* Menue */



/* Inhalt */

#inhalt {
  width: 955px;
}



#inhalt h1 {
  color: #888;
  border-bottom: 1px solid #870e0a;
  font-family: verdana,arial,sans-serif;
  font-size: 130%;
  padding-bottom: 8px; /*Abstand Unterstrich zu h1*/
  margin-right: 0px;
  margin-bottom: 50px; /*Abstand zum roten Unterstrich*/
}



#inhalt h2 {
  color: #870e0a;
  font-family: verdana,arial,sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 3em; /*Abstand h2 zur newsbox*/
}


html>body #inhalt a { height: auto; }



/* Fusszeile */

#fuss {
  border-top: 1px solid #BD1823;
  width: 955px;
  margin-top: 10px;
}



#fuss p {
  color: #234D60;
  font-size: 70%;
  font-weight: bold;
  margin: 1em 0;
}

