@charset "utf-8";
/* CSS Document */

/* ERGEBNISLISTE */
.request-box {background-color:#F7F7F7;border:1px #F0F0F0 solid;padding:4px;margin-bottom:4px;}
	.request-box-header	{height:18px;background:#E0E0E0;font: bold 13px Verdana;color:#333333;}
	.request-box-content {height:100%;overflow:hidden;}


div#reslist_container {width:524px;margin:10px 0px;}
  .resultlist-item {clear:left;float:left;background-color:#FFFFFF; width:522px; height:100%; min-height:100px; border:1px solid #DDDDDD;margin-bottom:10px;}    
    .resultlist-item-header {float:left;padding-left:7px;padding-top:5px;width:522px;height:14px;}
      .resultlist-item-header a {font:700 11px verdana;color:#000000;text-decoration:none;}
    .resultlist-item-content {width:510px;padding:7px;}
      
      
      .resultlist-item-content-txt {}
        .resultlist-item-content-txt table#reslistDetailsTable {height:80px;}
		.resultlist-item-content-txt table#reslistDetailsTable TD.reslistDetailsKey {font-weight:700;color:#343434;}
		.resultlist-item-content-txt table#reslistDetailsTable TD.reslistDetailsValue {font-weight:normal;}

