form {
  display:inline;
 
 }
 .calendar {
   
   width:500px;
   margin:0 auto;
   border-bottom:1px #928455 solid;
   border-left:1px #928455 solid;
   border-right:1px #928455 solid;   
 }
 .calendar td {
   
   height:23px;
   width:62px;
   vertical-align: top;
   text-align:center;
   
 }
 .calendar th {
   
   height:23px;
   width:62px;
   vertical-align: top;
   text-align:center;
   background:#ECE6D0;
   border-top:1px #928455 solid; 
   
 }
 .calendar tbody a {
   
   display:block;
   height:23px;
   width:62px;
   background:white;
   color:black;
   text-decoration:none;
   
 }
 .calendar tbody a:hover {
   
   background:#FAF4E5;
   
 }
 .count {
 
   background:#F4EEE0;
 
 }
 .today_sel a{
 
  background:#F4EEE0 !important;
  text-decoration:underline !important;
  color:black;
  font-weight:bold;
 
 }
 .kalendar_tours a{
 
  background:green !important;
  color:white !important;
 
 }
 .tours {
 
  width:498px;
  background:white;
  border:1px #928455 solid;
  margin:0 auto;
 
 }
 .tours h2 {
 
   background:#ECE6D0;
   margin:0px;
   height:29px;
 
 }
 .tours h2 span{
 
  font-size:13px;
  color:#624F15;
  position:relative;
  top:8px;
  left:5px;
 
 }
 .light {
 
 /*background:#E4E4E4;*/
 cursor: pointer;
 cursor: hand;
 
 }
 .dark {
 
 /* background:#5CC2ED; */
 cursor: pointer;
 cursor: hand;
 
 }
 .tourlist {
 
  width:200px;
  font-size:1em;
  margin:0 auto;
 
 }
 .tourlist ul {
  
  margin:0 0 0 5px;
  padding:0px;
  list-style-type:none;
  
  }
 .tourlist img {
 
  float:right;
  border:0px;
 
 }
.upform {

  height:15px;
  width:230px;
  margin:0 0 0 150px;
  display:block;
}
#nahled {

  margin:20px 0 0 5px;
  width:147px;
  border:1px silver solid;
  position:absolute;
  left:300px;

}
#nahled img {

  float:left;

}
#nahled p {

  background:silver;
  clear:both;
  width:147px;
  margin:0px;

}


