/*Hotelausgabe*/

.titel_p{
   background-color: #dd6600;
   color: #ffffff;
   font-weight: bold;
   padding-left: 4px;
   padding-top: 2px;
   padding-bottom: 2px;
}

.bild_p{
   padding-right:6px;
   padding-bottom:6px;
}

.bild_rechts_p{
 color:#333333;
 line-height: 1.3em;
}


.art_p{
   border-bottom: 1px solid #cccccc;
   background-color: white;
   color:#333333;
}

.art_grau_p{
   border-bottom: 1px solid #cccccc;
   background-color: white;
   color:#999999;
}

.art_grau{
   color:#999999;
}

.sonstiges_p{
   color:#999999;
   font-style: italic;
   padding-bottom: 10px;
}

/* Ende Hotelausgabe*/