BODY
{
Font-Family: Arial, Verdana, Helvetica;
Font-Size: 10pt;
Font-Variant: normal;
Font-Weight: normal;
Font-Style: normal;
    margin:0;
    padding:0;
}
.box
{
      width:100%;
}

.box_unterkunft
{
      width:100%;
}
.box_inhalt
{
      width:100%;
}
.box_belegung
{
      width:100%;
          margin:0;
    padding:0;

}
.belegungsplan {
	background-color: #FBF5E5;
	font-size: 10px;
}
.frei, .belegt, .reserviert, .an, .ab, .yan, .yab, .NV {
	width: 18px;
	font-size: 9px;
	text-align: center;
}
.frei {
	background-color: #B7FF6F;
	font-size: 9px;
}
.belegt {
	background-color: #FF8888;
	font-size: 9px;
}
.reserviert {
	background-color: #FFCC66;
	font-size: 9px;
}
.NV {
	background-color: #0096E1;
}
.an {
	background-image:url(http://prem-am-lech.de/belegungsplan/tpl/an.gif);
}
.ab {
	background-image:url(http://prem-am-lech.de/belegungsplan/tpl/ab.gif);
}
.yan {
	background-image:url(http://prem-am-lech.de/belegungsplan/tpl/yan.gif);
}
.yab {
	background-image:url(http://prem-am-lech.de/belegungsplan/tpl/yab.gif);
}
.legende {
	margin: 5px 0 5px 0;
	font-size: 10px;
}
.haupt {
	background-color: #FFCC66;
	font-size: 10px;
	padding: 2px;
	border: 1px solid #808080;
}
h3 {
	font-size: 14pt;
	font-style: italic;
	text-decoration:underline;
	margin: 10px 0 2px 0;
	color:#990000;
}
.adresse {
	font-size: 10pt;
	font-style: normal;
	margin: 10px 0 2px 0;
	color:#000000;
}


#noprint {
    display:none;
  }