/* Stylesheet fuer 'Im Alltag leben'            */
/* Version 2.2 | 12-05-2006                     */
/* übernommen und angepasst in der Form 2.0 von http://de.selfhtml.org/css/layouts/mehrspaltige.htm#dreispaltig */


/* ***** 1. Überschreibungen des Typo-CSS */


/* ***** 1. Allgemeine Angaben für die Seite */

body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    margin: 0; 
    padding: 1em;
  }


/* Infos für den Kopfbereich */
  div#head {
    font-size: 2.0em;
    text-align: left;
    color: #0a8edf;
    margin: 0 0 0.7em 215px; padding: 0.3em;
    background-image: url('/src/logo_leiste.jpg');
    height: 160px;
    max-width: 728px; /*    */
  }
  div#head p {
    font-size: 2.75em;
    font-weight: bold;
    text-align: left;
  }
  
  #head a {
  color: #0a8edf;
  }



/* Infos für den Inhaltsblock */

  div#Inhalt_box {
  	 position: absolute;
	 top: 238px;
  	 left: 215px;
	 max-width: 745px;
    padding: 0 1em;
  }

  div#Inhalt {
    border: 1px dashed silver;
    padding: 0.4em;
  }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }


/* Infos für die Fusszeile */
  div#Fusszeile {
    font-size: 0.75em;
    margin-top: 0,5em; 
    padding: 0.1em;
    text-align: center;
    background-image: url('/src/logo_leiste_fuss.jpg');
  }

  

  
  
  

