table.Kennzeichenregistrierung {
   border-collapse: collapse;
   vertical-align: top;
   font-size: 13px;
}  
span.Kennzeichenformat {
   font-size: 16px;
   font-weight: bold;
}
   
td.Kennzeichenregistrierung-Image {
   width: 570px;
   height: 130px;
   background: url(/fileadmin/images/kennzeichen.gif) center center no-repeat;
}
table.kennzeichenSearch {
    margin-left: 80px;
}
    
input.kennzeichenSearchInputfield, input.kennzeichenSearchInputfieldBig {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  width: 120px;
 }
input.kennzeichenSearchInputfieldBig {
  width: 100px;
}
    
table.Benutzerdatenform {
  background: #F5F5F5;
  font-size: 12px;
  border-collapse: collapse;
}
table.Benutzerdatenform tr td {
  padding: 1px 3px 1px 3px;
  text-align: left;
}
  
    
p#Benutzerdatenhinweis {
  color: #797979;
  font-size: 11px;
 }
 tr.Benutzerdaten-Pflichtfeld span {
  color: orange;
 }  
 
 
 
 /* Kalendermonats�bersicht */
 
 table.Kalendermonatsuebersicht {
    background: #E5E5E5;

    font-size: 12px;
 }
 table.Kalendermonatsuebersicht tr td {
    padding: 3px 3px 3px 3px;
    border: 1px ridge silver;
 }      
 
 td.termin-frei {
    background: #bce713;;
    color: #000;
 }
 td.termin-belegt {
    background: #fc8b06;
    color: #000;
 }
 table.Kalenderbuchung {
    background: #F5F5F5;
    border: 1px dotted silver;
 }

 
 td.kalenderwoche {
    background: #e5e5e5;
    font-size: 13px;
    text-decoration: underline;
    border-bottom: 1px solid white;
 }

 table.Kalenderbuchung,  table.Kalenderbuchung-inner, table.Kalenderbuchung th, table.Kalenderbuchung-inner th,
 table.Kalenderbuchung td {
    vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 2px 1px 2px 1px;
}
 table.Kalenderbuchung td.kalendertag {
    font-size: 15px;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
 }

table.Kalenderbuchung td.kalendernavigation-right, table.Kalenderbuchung td.kalendernavigation-left  {
  font-size: 15px;
  font-weight: bold;
 }
  
table.Kalenderbuchung td.kalendernavigation-left {
    text-align: left;
    margin-left: 5px;
 }
table.Kalenderbuchung  td.kalendernavigation-right {
    text-align: right;
    margin-right: 5px;
 }   
 
td.Kalenderbuchung-frei {
   background: green;
}
td.Kalenderbuchung-frei a {
   color: #FFF;
}   
td.Kalenderbuchung-belegt {
   background: red;
   color: #000;
   text-align: left;
}
th.Kalenderbuchung-head {
   vertical-align: top;
   background: #e5e5e5;
}   
   
a.Kalenderbuchung-link {
   cursor: pointer;
}              

td.kalendernavigation-left a:hover, td.kalendernavigation-right a:hover {
  cursor:pointer;
}  

/* Dealerkonfiguration */
span.dealerconfig-von, span.dealerconfig-params {
  display: block;
  width: 120px;
  float: left;
}  

/* ganztägiger Terminkalendar   */
table.calendarday {

}
td.calendarday-days {
   background: yellow;
}
   
td.calendarday-day-frei {
   background: #bce713;
   font-size: 17px;
   font-weight: bold;
   text-align: center;   
}
td.calendarday-day-frei  a {
   cursor: pointer;
   display: block;
   text-decoration: none;
}
td.calendarday-day-frei:hover {
   background: black;
   color: white;
}   
td.calendarday-day-frei a:hover {
   color: white;
   text-decoration: none;
   border: none;
}
   
td.calendarday-day-belegt {
  background: #fc8b06;
  font-size: 17px;
  font-weight: bold;
  text-align: center;  
}
td.calendardays-week,
td.calendarday-month {
  background: #e5e5e5;
}