#main_content ul{
  text-indent: -1em;
  list-style-type: none;
}

#main_content ul li:before{
  content: '* ';
}

#main_content .content_entry{
  margin-top: 19px;
}

#main_content .content_entry_corner_top_left{
  top: -9px;
  left: -21px;
}

#main_content .content_entry_corner_top_right{
  top: -9px;
  right: -21px;
}

#main_content .content_entry .content{
  padding: 25px;
}

#main_content .content_entry_top_border,
#main_content .content_entry_top_border_dropshadow{
  background-repeat: repeat-x;
  background-position: top left;
  
  width: 100%;
}

#main_content .content_entry_bottom_border{
  background-repeat: repeat-x;
  background-position: bottom left;
  
  width: 100%;
}

#main_content .content_entry_left_border,
#main_content .content_entry_left_border_dropshadow{
  background-repeat: repeat-y;
  background-position: top left;
  
  width: 100%;
}

#main_content .content_entry_right_border{
  background-repeat: repeat-y;
  background-position: top right;
  
  width: 100%;
}

#main_content .content_entry_background{
  background-repeat: repeat;
  background-position: 12px top;
  
  width: 100%;
}

#main_content .content_entry_spacer{
  height: 110px;
}

#main_content .content_entry .content .head .icon{
  margin-right: 10px;
}

#main_content .content_entry .content .head .title,
#main_content .content_entry .content .search_result .search_result_titel{
  font-weight: bold;
  font-size: 1.2em;
}

#main_content .content_entry .content .head .underline{
  font-size: 0.9em;
}

/*
#main_content .content_entry .content .search_result .search_result_body th.first_column{
  border-left-width: 1px;
  border-left-color: #97A6BA;
}
*/

#main_content .content_entry .content .search_result .search_result_body th,
#main_content .content_entry .content .search_result .search_result_body td
{
  padding-left: 2em;
  padding-right: 1em;
}

#main_content .content_entry .content .search_result .search_result_body th{
  background-color: transparent;
  text-align: left;
  font-weight: normal;
  
  border: 1px;
  border-style: solid;
  border-top-color: #97A6BA;
  border-right-color: #97A6BA;
  border-bottom-color: #768292;
  border-left-color: #97A6BA;
}

#main_content .content_entry .content .search_result .search_result_body td{
  background-color: transparent;
}

.PN_button
{
  cursor: pointer;
};