/* SONDERFORMATE ARO - UEBERSICHTSSEITEN */

.aro_tabungerade td {
   color: #fff;
   background-color: #e60003;
   font-weight: bold;
   text-transform: uppercase;
   padding: 3px;
   vertical-align: top;
   font-size: 90%;
}

.aro_tabgerade td {
   color: #000;
   background-color: #fff;
   padding: 3px;
   vertical-align: top;
   font-size: 90%;
}

.aro_tabgerade td img, .aro_tabgerade td a img, .aro_tabungerade td img, .aro_tabungerade td a img {
   border: 1px solid #e60003;
   padding: -3px -3px 0;
   font-size: 90%;
   display: block;
   background-color: #FFF;
}

.aro_tabungerade td a,
.aro_tabungerade td a:link,
.aro_tabungerade td a:visited {
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}
.aro_tabungerade td a:focus,
.aro_tabungerade td a:hover,
.aro_tabungerade td a:active {
	color: #fff;
   font-weight: bold;
   text-transform: uppercase;
	text-decoration: underline;
}

#content p {
	margin-bottom: 10px;
}

/* Breadcrumb */
#breadcrumb{
   font-size:95%;
   padding: 0;
   margin: 0;
}
#breadcrumb .contentheader {
   color: #434343;
   margin: 0;
   padding: 4px 0 0 15px;
}
#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:focus,
#breadcrumb a:hover,
#breadcrumb a:active{
   text-decoration: underline;
   font-weight: normal;
   color: #E60003;
   background-color: transparent;
}

