/**********************************************************/
/* Listendarstellung                                      */
/**********************************************************/
#content #listeMasterTable {
   width: 495px;
}

#content .rsy_list_head {
	position: relative;
   color: #FFF;
   font-weight: bold;
   padding: 2px 0 2px 2px;
}

#content .rsy_list_body {}

#content .rsy_list_mehr {
   color: #004A99;
   background-color: transparent;
   width: 100%;
   text-align: right;
}

/* 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 {
	position: relative;
	display: block;
   color: #004A99;
   text-decoration: none;
   font-weight: bold;
   border-bottom: 1px solid #004A99;
}
#content .rsy_list_head a:hover {
   color: #000;
   background: none;
}

#content .rsy_list_mehr a,
#content .rsy_list_mehr a:link,
#content .rsy_list_mehr a:visited,
#content .rsy_list_mehr a:focus,
#content .rsy_list_mehr a:active {
   color: #004A99;
   font-weight: normal;
   text-decoration: none;
   background: none;
}
#content .rsy_list_mehr a:hover {
   font-weight: normal;
   color: #000;
   text-decoration: underline;
}


/**********************************************************/
/* Detaildarstellung                                      */
/**********************************************************/

#content .rsy_detail_table {}
#content .rsy_detail_head {}
#content .rsy_detail_sub {}
#content .rsy_detail_body {}

#content .rsy_detail_head h1 {
   font-size: 160%;
   line-height: 120%;
   padding : 0;
   margin: 15px 0 20px 0;
   font-weight: normal;
   color: #004A99;
}
#content .rsy_detail_head_sub h2 {
   font-size: 140%;
   line-height: 120%;
   padding: 0;
   margin: 33px 0 18px 0;
   font-weight: normal;
   color: #004A99;
}

