  ul#drohne {
	margin-top: 0px;
	margin-left: 63px;
	padding-left: 0px;
	width: 220px;
	list-style: none;
	line-height: 3em;
	display: inline;
	float: left;
	text-indent: -63px;		
  }
  
  li#drohne_list_item {
	line-height: 1em;
  }

  table#drohne_general {
    border-collapse: collapse;
    width: 100%;
	line-height: 1.5em;
  }

  tr, td {
    padding: 8px;
    text-align: right;
    border-top: 1px solid #CC0000;
  }
  
  td:nth-child(even) {
    border-left: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
  }
  
  td:nth-child(1) {
    text-align: left;
  }
  
  tr:nth-child(1) {
    background: #CCCCCC;
    color: #CC0000;
  }
  
  p#annotations {
    line-height: 1em;
    font-size: 70%;
  }