TABLE#waehrung {
 width: 100%;
 border: 1px solid #666666;
}

DIV#inp_xl {
 width: 140px;
 height: 24px;
 background-image: url('../img/input_xl.png');
 background-position: center center;
 background-repeat: no-repeat;
}

DIV#inp_uxl {
 width: 100px;
 height: 24px;
 background-image: url('../img/input_l.png');
 background-position: center center;
 background-repeat: no-repeat;
}

INPUT#waehrung {
 width: 130px;
 height: 14px;
 padding: 0;
 margin: 5px 0 0 5px;
 float: left;
 background: none;
 border: 0 none;
 font-family: arial, verdana, tahoma, helvetica, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}

TABLE#rsv_inhalt {
 text-align: center;
 vertical-align: top;
 width: 730px;
}

TD#rsv_inh_left {
 text-align: left;
 vertical-align: top;
 width: 360px;
}

TD#rsv_inh_right {
 text-align: right;
 vertical-align: top;
 width: 355px;
}

TABLE#rahmen1 {
 width: 360px;
 height: 362px;
 border: 1px solid #666666;
}

TABLE#rahmen2 {
 width: 355px;
 height: 362px;
 border: 1px solid #666666;
}

TABLE#reservierung1 {
 width: 360px;
}

TABLE#reservierung2 {
 width: 355px;
}

SELECT {
 width: 180px;
 background-color: #999999;
 font-family: arial, verdana, tahoma, helvetica, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}

DIV#inp_xxl {
 width: 180px;
 height: 24px;
 background-image: url('../img/input_xxl.png');
 background-position: center center;
 background-repeat: no-repeat;
}

INPUT#reservierung1 {
 width: 170px;
 height: 14px;
 padding: 0;
 margin: 5px 0 0 5px;
 float: left;
 background: none;
 border: 0 none;
 font-family: arial, verdana, tahoma, helvetica, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}

DIV#inp_l {
 width: 100px;
 height: 24px;
 background-image: url('../img/input_l.png');
 background-position: center center;
 background-repeat: no-repeat;
}

INPUT#reservierung2 {
 width: 90px;
 height: 14px;
 padding: 0;
 margin: 5px 0 0 5px;
 float: left;
 background: none;
 border: 0 none;
 font-family: arial, verdana, tahoma, helvetica, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}

#calendarDiv {
 position: absolute;
 width: 205px;
 border: 1px solid #333333;
 padding: 1px;
 background-color: #FFFFFF;
 font-family: arial;
 font-size: 10px;
 padding-bottom: 20px;
 visibility: hidden;
}

#calendarDiv span, #calendarDiv img {
 float: left;
}

#calendarDiv .selectBox, #calendarDiv .selectBoxOver {
 line-height: 12px;
 padding: 1px;
 cursor: pointer;
 padding-left: 2px;
}

#calendarDiv .selectBoxTime, #calendarDiv .selectBoxTimeOver {
 line-height: 12px;
 padding: 1px;
 cursor: pointer;
 padding-left: 2px;
}

#calendarDiv td {
 padding: 3px;
 margin: 0px;
 font-size: 10px;
}

#calendarDiv .selectBox {
 border: 1px solid #FFFFFF;
 color: #CCCCCC;
 position: relative;
}

#calendarDiv .selectBoxOver {
 border: 1px solid #FFFFFF;
 background-color: #000000;
 color: #FFFFFF;
 position: relative;
}

#calendarDiv .selectBoxTime {
 border: 1px solid #333333;
 color: #CCCCCC;
 position: relative;
}

#calendarDiv .selectBoxTimeOver {
 border: 1px solid #FFFFFF;
 color: #000000;
 position: relative;
}

#calendarDiv .topBar {
 height: 16px;
 padding: 2px;
 background-color: #000000;
}

#calendarDiv .activeDay {
 /* Active day in the calendar */
 color: #CC3333;
}

#calendarDiv .todaysDate {
 height: 17px;
 line-height: 17px;
 padding: 2px;
 background-color: #DBDBDB;
 text-align: center;
 position: absolute;
 bottom: 0px;
 width: 201px;
}

#calendarDiv .todaysDate div {
 float: left;
}

#calendarDiv .timeBar {
 height: 17px;
 line-height: 17px;
 background-color: #DBDBDB;
 width: 72px;
 color: #FFFFFF;
 position: absolute;
 right: 0px;
}

#calendarDiv .timeBar div {
 float: left;
 margin-right: 1px;
}

#calendarDiv .monthYearPicker {
 background-color: #FFFFFF;
 border: 1px solid #333333;
 position: absolute;
 color: #000000;
 left: 0px;
 top: 15px;
 z-index: 1000;
 display: none;
}

#calendarDiv #monthSelect {
 width: 70px;
}

#calendarDiv .monthYearPicker div {
 float: none;
 clear: both;	
 padding: 1px;
 margin: 1px;	
 cursor: pointer;
}

#calendarDiv .monthYearActive{
 background-color: #000000;
 color: #FFFFFF;
}

#calendarDiv td{
 text-align: right;
 cursor: pointer;
}

#calendarDiv .topBar img{
 cursor: pointer;
}

#calendarDiv .topBar div{
 float:left;
 margin-right:1px;
}