root { 
    display: block;
}

div.return {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
}

.schedule {
       width: 200px;
       border: 1px solid #E6AB03;
       border-top: none;
       border-right: none;
}


div.firstColumn{
    width: 320px;
    float: left;
    margin-bottom: 15px;
}


.boxFood{
    position: relative;
    border: solid 1px #EBCA3F;
    height: 123px;
    width: 123px;
    float: left;
    margin:  10px 83px 10px 0;
    overflow:  hidden;
}

.boxFood a.btn, .boxFood a.btn:visited{
    position:  absolute;
    bottom:  -2px;
    right:  -2px;
    width:  80px;
    text-align:  center;
    z-index: 100;
}


.admeContent
{
	clear:both;
	padding:10px 0px 10px 0px;
	width:100%;
	/*overflow:auto; */
	background-color:#FFFFFF;

}

.element a:hover{
    background: #E3AB4;

}

div.secondColumn{
    width: 215px;
    float: right;
    margin-bottom: 15px;
}


@media  print
{
  .return, .boxFood, .adv160x600{display:none;}
  .admeContent, .firstColumn p{width:100%;}
  #column, #footer, #navigation, #userButton, #indexResult, #buttom, #last, #elefant, #check, #topheader, #allpagefooter, #intHeader, #commentList, #genericContainer{display:none;} 
  #filterValue{width:100%;}
}