/* Tesi Help Provisional Style Sheet 	*/

html { height: 100%; margin-bottom: 1px;}

  body {
    color: black; background-color: white;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  p {
  text-align: justify;
  font-size: small;
  }
 
  .img {
    text-align: center;
  }

  li.number {
    list-style-type: decimal;
    
  }

  li.bullet {
    list-style-type: disc;
    list-style-image: url(bullet.png);
  }

  ul {
    
    font-size: small;
}
  
  
  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 720px;
    padding: 0.5em;
    
  }
  
  ul#Navigation {
    font-size: x-small;
    float: left; text-align: right;
    height: 100%;
    width: 120px; /* 10em; */
    margin-top: 58px; margin-left:-3px; padding: 0;
    
  }
  
ul#Navigation h1 {
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    font-variant: small-caps; 
    list-style: none;
    text-align: right;
    line-height: 1.4em;
    margin-top: 14px;
    margin-bottom: 5px; 
     
    padding: 0;
  }
  
  ul#Navigation li {
    list-style: none;
    text-align: right;
    line-height: 1.2em;
     
    padding: 0;
  }
  ul#Navigation a {
    /* display: block; */
    text-decoration: none;
    
  }
  ul#Navigation a:link {
    color: #3b6ea5; /* background-color: #eee; */
  }
  ul#Navigation a:visited {
    color: #888; /*background-color: #eee; */
  }
  ul#Navigation a:hover {
    text-decoration: underline; color: #147;  
  }
   

  div#Inhalt {
    margin-left: 150px; /* 10em; */
    padding: 0 1em;
    /* border: 1px dashed silver; */
  }
  
  div#Inhalt h1 {
    color: #333;
    font-size: 1.1em;
    letter-spacing: 0em;
    font-weight: bold; 
    margin: 1em 0 1em;
  }
  
  div#Inhalt h2 {
    color: #3b6ea5;
    font-size: 2em;
    margin: 0 0 -0.2em;
  }
  
   div#Inhalt h3 {
    color: #999;
    font-size: 0.7em;
    font-weight: 300; 
    margin: -0.9em 0 0.1em;
  }
  
  
  div#Inhalt h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	
	}
  
  div#Inhalt p {
    text-align: justify;
    font-size:0.6 em;
    margin: 0.4em 0; 
  }
</style>
