*{
	margin:0;
	padding:0;
}

body {
    color: black; background-color: #E2DCD0;
    background:url(../img/hintergr.jpg);
    background-repeat:repeat; 
    font-size: 100.01%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0; padding: 1em;
    min-width: 45em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    max-width: 65em;

  }
  
  #aussen {
    background:transparent;
    margin: auto;
    border: 0;
    width:95%;
 }


  ul#Navigation {
    font-size: 0.7em;
    float: left; 
    width: 17em;
    margin: 0; 
    padding: 8.5em 0 0 6em;
    background:url(../img/hintergrund-linksNavi.jpg);
    background-repeat: no-repeat;
    background-position: left top;
  }
  ul#Navigation li {
    list-style: none;

    margin: 0; padding: 0.3em; padding-left:16px;


  }
  ul#Navigation a, ul#Navigation h2 {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
  }
  * html ul#Navigation a, * html ul#Navigation span, * html ul#Navigation h2 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 13.3em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:link {
    color: #333; background-color: #E2DCD0;
  }
  ul#Navigation a:visited {
    color: #666;  background-color: #E2DCD0;
  }
  ul#Navigation a:hover {
    color: #FF9900; background-color: white;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

 div#Info {
    font-size: 0.9em;
    float: right; 
    width: 6em;
    margin: 0; padding: 0;
    border: 0;
    background:url(../img/sfs1w.gif);
    background-repeat: no-repeat;
    background-position: left top;
  }

  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }




  div#Inhalt {
    background:url(../img/hintergr-text.gif);
    background-repeat: repeat-x;
    background-position: right top;

    margin: 0 5.6em 0 16.5em;
    padding: 0.6em;
    padding-right:0;
    border: 0;
  }
  div#Inhalt .nav {
    font-size: 0.65em;
    margin: 8.5em 0 0.5em 0;
    text-align: right;
  }
  #Inhalt a.navlink { color: #333; background: transparent; text-decoration: none; font-weight: bold;  margin-left: 0.8em; margin-right: 0.8em;
  }

  #Inhalt a:hover { color: #FF9900;  text-decoration: underline;
  }

  div#Inhalt h1 {
    font-size: 0.8em;
    margin: 1em 0 0;
    padding-bottom: 4px;
    background:url(../img/punkte.gif);
    background-repeat: repeat-x;
    background-position: left bottom;

  }
  div#Inhalt h2 {
    font-size: 0.8em;
    margin: 0.2em 0;
    color: #666;
  }
  div#Inhalt p {
    font-size: 0.73em;
    line-height:1.5em;
    margin: 1em;
  }
  
  div#Inhalt img {
    margin: 0 0 6px 6px;
    border: 0;
  }

  div#Inhalt .trenner {
    margin: 0.5em 0 0 0;
    background:url(../img/punkte.gif);
    background-repeat: repeat-x;
    background-position: left 50%;

  }
  img.ohne, div#Inhalt img.ohne { margin: 0; padding: 0; border:0;
  }
  
  div#Inhalt a.textlink:link, div#Inhalt a.textlink:visited     {  text-decoration: none; color:#333; background-color: #F1F1DA; }
  div#Inhalt a.textlink:hover, div#Inhalt a.textlink:active    {  text-decoration: underline; color:#FF9900; background-color: white; }
  
abbr, acronym, span.abbr
  {
  border-bottom: .1em dotted;
  cursor: help;
  }

