body, table, tr, td {
	font-family: ARIAL, Helvetica, sans-serif; font-size: 9pt; line-height: 11pt;
}

/*   

  LISTS
*/

ul.aufzaehlung {
  margin-left: -20px;
  /*list-style-type: square;*/
  list-style-image:url(../images/bullet_black.gif); 
}

li {
  line-height: 1.2;
  padding-bottom: 5px;
}

li.close {
  line-height: 1.1;
  padding-bottom: 2px;
}

/* 

  OTHER
*/
.quoteAuthor {
  font-size:8pt;
  margin-top: 6px;
  text-align:right;
  font-style: normal;
}

blockquote {
  margin-left: 15px;
  margin-right: 15px;
  font-style: italic;
  margin-top: 22px; /* original values were 12 and 25px */
  margin-bottom: 35px;
}

footer {
  width: 600px;
  height: 20px;
  font-size: 8pt;
  
  border-top-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 0px; 
  border-right-width: 0px;
    
  /* this will set the footer to the bottom of the page and keep it there */
  //position:fixed;
  bottom:0px;
  background-color: white;
    
  padding-top:    8px;
  padding-bottom: 8px; 
  
  border-style: solid; 
  border-color: black;
  
  clear:both;
  
  margin-left: 130px;
}

img#below_headline {
  width:425px; 
  height: 1px; 
  margin-bottom: 10px;
}

nav {
  float: left;
  width: 200px;
  padding-top: 20px;
}

quotetext {
	font-family: ARIAL, Helvetica, sans-serif; font-size: 9pt; line-height: 10pt;
}