/************************/
/* Screen-Einstellungen */
/************************/
/**** MEDIA SCREEN ******/
@media screen
{ 
 div.frame-content .line {
  background-image:url('http://www1.messe-berlin.de/vip8_1/website/MesseBerlin/htdocs/www.ehome-berlin.de/Images/Links/arrowUp.gif');
  background-repeat:no-repeat;
  background-position:right;
  border-bottom:1px solid #f0f;
  width:100%;
  text-align:right;
 }
 div.frame-content .line a,
 div.frame-content .line a:hover {
  font-size:10px;
  padding-right:10px;
  color:#fff;
 }
 
/* NEU: Neuheitenreport: CSS-Klassen-Umstellung */
.neuheitenreport-foto {
    padding-top:5px;
    padding-right:5px;
    float:left;
    width:160px;
    text-align:center;
 } 

 .foto {
    padding-top:5px;
    padding-right:5px;
    float:left;
    width:160px;
    text-align:center;
 }

 .no-foto * {
   display:none;
 }

 td.content ul.liste-a-z {
    padding:0;
    margin:0;
    text-align:center;
    list-style:none;
    list-style-image:none;
 }
 
 td.content ul.liste-a-z[class] {
    padding-left:0px;
 }
 
 td.content ul.liste-a-z li {
    display:inline;
    padding:0;
    margin:0 4px 0 4px;
 }

 div.frame-content ul.liste-a-z li a.neuheiten,
 div.frame-content ul.liste-a-z li a.neuheiten:hover {
    background-image:url('http://www1.messe-berlin.de/vip8_1/website/MesseBerlin/htdocs/www.ehome-berlin.de/Images/Links/linkArr.gif');
    background-repeat:no-repeat;
    background-position:0 14px;
    padding-bottom:10px;
 }

 .clear {
    clear:both;
 }
 
 .list-frame {
    text-align:center;
    height:60px;
    margin:0 auto;
    padding:0;
    text-align:left;
 }
 
 .list-frame[class] {
    height:auto;
    min-height:60px;
 } 
 
 .form-block {	
    clear: both;	
    margin-bottom: 3px;
    padding-left:10px;
    padding-right:10px;
 }				

 .form-label strong{
    font-weight: normal;
 }

 /*EventDB Styles*/
 .highlightBold a{
   }

} /*Ende @media screen*/

