/**********************************************************/
/* Listendarstellung                                      */
/**********************************************************/
#content #listeMasterTable {
   width: 100%;
}

#content .rsy_list_table {
   margin-bottom: 10px;
}

#content .rsy_list_head {
   background-color: #e7840f;
   color: #FFF;
   font-weight: bold;
   padding: 2px 0 2px 2px;
}

#content .rsy_list_body {}

#content .rsy_list_more {
   color: #e7840f;
   background-color: transparent;
   width: 100%;
   text-align: right;
   font-size: 11px;
}

/* Links Liste */
#content .rsy_list_head a,
#content .rsy_list_head a:link,
#content .rsy_list_head a:visited,
#content .rsy_list_head a:focus,
#content .rsy_list_head a:active {
   color: #FFF;
   background-color: transparent;
   font-weight: bold;
   font-size: 12px;
   text-decoration: none;
   padding: 1px;
}
#content .rsy_list_head a:hover {
   font-weight: bold;
   font-size: 12px;
   color: #000;
   text-decoration: none;
   background-color: transparent;
}

#content .rsy_list_more a,
#content .rsy_list_more a:link,
#content .rsy_list_more a:visited,
#content .rsy_list_more a:focus,
#content .rsy_list_more a:active {
   color: #e7840f;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   background-color: transparent;
}
#content .rsy_list_more a:hover {
   font-weight: normal;
   font-size: 11px;
   color: #000;
   background-color: transparent;
   text-decoration: none;
}


/**********************************************************/
/* Detaildarstellung                                      */
/**********************************************************/

#content .rsy_detail_table {}
#content .rsy_detail_head {}
#content .rsy_detail_sub {}
#content .rsy_detail_body {}

#content .rsy_detail_head h1 {}
#content .rsy_detail_sub  h2 {}