/**********************************************************/
/* Listendarstellung                                      */
/**********************************************************/
#viewlist_div_id .clearGifCell {
   position: relative;
   width: 25px;
}
#viewlist_div_id .clearGifCell img {
   position: relative;
   width: 25px;
}

/* News ***************************************************/
.rsy_list_box {
	position: relative;
	width: 100%;
	min-height: 50px;
	clear: both;
	font-size: 100%;
}

.rsy_list_head {
	position: relative;
	padding: 0 0 2px 0;
	width: 100%;
	color: #b2002f;
	font-weight: bold;
	border-bottom: 1px solid #871d2b;
}

.rsy_list_head_left {
   font-size: 120%;
   color: #871d2b;
   text-decoration: none;
   background-color: transparent;
}

#content .rsy_list_head a,
#content .rsy_list_head a:link,
#content .rsy_list_head a:visited {
   color: #871d2b;
   text-decoration: none;
   background-color: transparent;
}

#content .rsy_list_head a:focus,
#content .rsy_list_head a:hover,
#content .rsy_list_head a:active {
   color: #333;
   text-decoration: none;
   background-color: transparent;
}

.rsy_list_body {
	position: relative;
   clear: both;
   padding: 5px 2px 0 2px;
}

.rsy_list_mehr {
   margin: 5px 0;
   width: 100%;
   text-align: right;
}

#content .rsy_list_mehr a,
#content .rsy_list_mehr a:link,
#content .rsy_list_mehr a:visited {
   color: #871d2b;
   text-decoration: none;
   background-color: transparent;
}

#content .rsy_list_mehr a:focus,
#content .rsy_list_mehr a:hover,
#content .rsy_list_mehr a:active {
   color: #333;
   text-decoration: none;
   background-color: transparent;
}

/* Termine ************************************************/
.rsy_list_termin {
   position: relative;
   width: 100%;
   min-height: 50px;
   clear: both;
   font-size: 100%;
}

.rsy_list_termin h2.titel {
   position: relative;
   width: 100%;
   height: 20px;
   color: #871d2b;
   font-weight: bold;
   border-bottom: 1px solid #871d2b;
}

#content .rsy_list_termin h2.titel a,
#content .rsy_list_termin h2.titel a:link,
#content .rsy_list_termin h2.titel a:visited {
   font-size: 120%;
   color: #871d2b;
   text-decoration: none;
   background-color: transparent;
}

#content .rsy_list_termin h2.titel a:focus,
#content .rsy_list_termin h2.titel a:hover,
#content .rsy_list_termin h2.titel a:active {
   color: #333;
   text-decoration: none;
   background-color: transparent;
}

#content .rsy_list_termin .datum h3 {
   position: relative;
   color: #871d2b;
   font-size: 110%;
   font-weight: bold;
}



#content .rsy_list_termin .content {
   position: relative;
   clear: both;
   padding: 5px 2px 0 2px;
}

#content .rsy_list_termin .content .mehr {
	position: relative;
	margin: 0;
	padding: 0;
   text-align: right;
}

#content .rsy_list_termin .content .mehr a,
#content .rsy_list_termin .content .mehr a:link,
#content .rsy_list_termin .content .mehr a:visited {
   color: #871d2b;
   text-decoration: none;
   background-color: transparent;
}

#content .rsy_list_termin .content .mehr  a:focus,
#content .rsy_list_termin .content .mehr  a:hover,
#content .rsy_list_termin .content .mehr  a:active {
   color: #333;
   text-decoration: none;
   background-color: transparent;
}

#content .rsy_list_termin .content .alignmentImgBoxleft,
#content .rsy_list_termin .content .alignmentImgBoxleft,
#content .rsy_list_termin .content .alignmentImgBoxleft {
   position: relative;
   margin: 0 10px 0 0;
   float: left;
}



/**********************************************************/
/* Detaildarstellung                                      */
/**********************************************************/
.rsy_detail_box {
   width: 100%;
   min-height: 50px;
}

#content .rsy_detail_box h1 {
   color: #871d2b;
   font-size: 150%;
   font-weight: normal;
   margin: 0 0 10px 0;
   border-bottom: 1px solid #871d2b;
}
#content .rsy_detail_box h2 {
   color: #333;
   font-size: 130%;
   font-weight: bold;
   margin: 0 0 10px 0;
}
#content .rsy_detail_box h3 {
   color: #333;
   font-size: 110%;
   font-weight: bold;
   margin: 0 0 5px 0;
}

.rsy_detail_head {}
.rsy_detail_head_sub {}
   
.rsy_detail_body {
   margin: 0 0 10px 0;
}

.rsy_detail_attachments {
   margin: 0 0 10px 0;
   clear: both;
}
.rsy_detail_images {
   margin: 0 0 10px 0;
   clear: both;
}

#content .rsy_detail_images a, 
#content .rsy_detail_images a:link,
#content .rsy_detail_images a:visited,
#content .imgfloat a, 
#content .imgfloat a:link,
#content .imgfloat a:visited {	
   text-decoration: none;
   background-color: transparent;
}
#content .rsy_detail_images a:focus,
#content .rsy_detail_images a:hover,
#content .rsy_detail_images a:active,
#content .imgfloat a:focus,
#content .imgfloat a:hover,
#content .imgfloat a:active {	
   text-decoration: none;
   background-color: transparent;
}
#content .rsy_detail_images a img,
#content .imgfloat a img {
   padding: 0;
   margin: 0 3px 0 0;
   border: 0 none;
}
.rsy_detail_img {
   float: left;
}

.rsy_bildunterschrift {
   font-size: 95%;
}
