/**********************************************************/
/* Listendarstellung                                      */
/**********************************************************/
.rsy_list_box {
	position: relative;
	width: 100%;
	min-height: 50px;
	clear: both;
	font-size: 100%;
}

.rsy_list_head {
	position: relative;
	width: 100%;
	height: 20px;
	color: #b2002f;
	font-weight: bold;
	border-bottom: 1px solid #b14634;
}

#content .rsy_list_head a,
#content .rsy_list_head a:link,
#content .rsy_list_head a:visited {
   color: #b14634;
   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;
   width: 100%;
   text-align: right;
}

#content .rsy_list_mehr a,
#content .rsy_list_mehr a:link,
#content .rsy_list_mehr a:visited {
   color: #b14634;
   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;
}


/**********************************************************/
/* Detaildarstellung                                      */
/**********************************************************/
.rsy_detail_box {
   width: 100%;
   min-height: 50px;
}

#content .rsy_detail_box h1 {
   color: #b14634;
   font-size: 150%;
   font-weight: normal;
   margin: 0 0 10px 0;
   border-bottom: 1px solid #b14634;
}
#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;
   padding: 10px;
}

.rsy_bildunterschrift {
   font-size: 95%;
}

