body {
   padding: 0;
   margin: 1em;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
}

.fewo-cal {
   position:absolute ;
	width: 770px ;
   border: 1px solid #F7670E;
   background-color:white;
   margin-top: 10px;
}

#dateBegin, #dateEnd {
   clear:both ;
}

.btn, .date-btn {
   height:22px;
   width: 140px;   
}


.cal-table {
   float:left ;
   margin:5px;
   background-color:#f0f0f0;
   border-spacing: 0px ;
   height: 130px;
}
.cal-table-month {
   width: auto;
}

.cal-table-today  {
   border: 1px solid #333333 ;
}

.cal-table-day , .cal-table-day-past , .cal-table-today {
   color: #333333;
}

.cal-table .cal-free {
   background-color:#f0f0f0;
}

.cal-table .cal-table-day-past {
   background-color:#c0c0c0;
   cursor:default;
}


.cal-table-weekend, .cal-table-weekday {
   color:#F7670E;
}

.cal-table .cal-table-selected{
   background-color:#F7670E;
}

.cal-table td {
   background-color: #e0e0e0;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   width: 26px;
   cursor:pointer ;
}

.cal-table-day {
}


.cal-btn {
   margin-left: 15px;
   width:75px;
   height:1.8em;
}

.cal-navi {
   text-align:right ;
   margin-top: 8px;
   margin-right:8px;
}

#rechnerDiv {
   border: 5px solid #F7670E;
   width: 365px;
   height: auto ;
   background-color: #f4f4f4;
   display:none ;
   position:absolute ;
   left: 330px;
   top:-150px;
}

#rechner input {
   width:auto ;
}

.detImgButton {
   width:14px;
   height:14px;
}

#rechner fieldset {
   padding-top:0px;
   border: none ;
   width: 640px;
}

#rechner table {
   border-collapse:collapse
}

.rebox1 {
   border-left: 1px solid #F7670E ;
   border-right: 1px solid #F7670E ;
}

.rebox2 {
   border-left: 1px solid #F7670E ;
}

.rebox3 {
   border-right: 1px solid #F7670E ;
}

.reboxtop {
   border-top: 1px solid #F7670E ;
}

.reboxbottom {
   border-bottom: 1px solid #F7670E ;
}

.tabzeile {
   border-bottom: 1px solid #F7670E ;
   height:1px;
}

.tabtitel,
.tabbeschr,
.tabtiteltage {
   padding:4px;
   text-align: center ;
   font-weight: bold;
   width: 70px ;
}

.tabtiteltage {
   width:40px;
}

.tabbeschr {
   width: 150px;
}

#rechner h2 {
   margin:0px;
   text-transform:none;
   margin-bottom: 7px;
   font-size: 15px;
}

#pr-info {
   width: 360px;
   padding:5px;
}

.pr-header {
   font-weight:bold;
   margin-bottom: 7px;
}


.re-buchen {
   margin-top:20px;
   text-align:center;
   cursor:pointer;
   font-size:18px;
   font-weight:bold;
   color:#F7670E;
}

.bookme {
   display:none;
}
.cal-btn-buchen {
   margin-top:10px;
   font-size:16px;
   font-weight:bold;
   color:#F7670E;
}

.re-hdr {
   cursor:pointer;
   text-align:right;
}
