#main_content ul{
  text-indent: -1em;
  list-style-type: none;
}

#main_content ul li:before{
  content: '* ';
}


#main_content .main_chains{
  width: 100%;
  height: 29px;
  margin: 0 auto 0;
  overflow: hidden;
}

#main_content .main_chains_top_left{
  left: 192px;
  top: -94px;
}

#main_content .main_chains_top_right{
  top: -94px;
  right: 192px;
}

#main_content .content_entry{
  width: 540px;
}

#main_content .content_entry_corner_top_left{
  top: 25px;
  left: -6px;
}

#main_content .content_entry_corner_top_right{
  top: 25px;
  right: -6px;
}

#main_content .content_entry .content{
  padding: 25px;
  color: black;
}

#main_content .content_entry_top_border{
  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 {
  background-repeat: repeat-y;
  background-position: 0px -8px;
  
  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-y;
  background-position: 14px 0px;
  
  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: #1F1716;
}

#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: black;
  color: white;
  text-align: left;
  font-weight: normal;
  
  border: 0px;
  border-style: solid;
  border-top-width: 1px;
  border-top-color: #322B29;
}

#main_content tr.even {
  background-color: #806E4D;
}
#main_content tr.odd {
  background-color: #A38C62;
}


.PN_button
{
  cursor: pointer;
};