/*@import url('content_styles.css');  css-Dateien import fm*/
/*iDateCalendar Form*/
/* beginn termin css */
#termine{
  background:#fff url(../images/such_bg.png) 0px 0px  no-repeat;
	height: 786px;
	width: 290px;
	margin:-10px 0 0;
}
table.such_tbl *{
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  }
table.such_tbl{
  line-height: 21px;
  margin: 0 4px;
  width: 270px;
  height: 746px;
  }

td.such_tbl_titel{
  font-size:120%;
  color:#000;
  font-weight:bold;
  text-align:center;
  padding: 20px 0 0;
  }
span.tbl_titel_msg{
  font-size:100%;
  color:#000;
  font-weight:bold;
  text-align:center;
  white-space:nowrap;
  }
span.tbl_titel_calName{
  font-size:120%;
  /*color:#000000;*/
  font-weight:bold;
  font-style:italic;
  text-align:center;
}
span.tbl_titel_calName a{
  font-size:110%;
  /*color:#004D99;*/
  font-weight:bold;
  font-style:italic;
  text-align:center;
  text-decoration:none;
}
/*span.tbl_titel_calName a:hover{
  font-size:110%;
  color:#FF400;
  }*/
.titel_td, .titel_td_dat{
  padding-top:5px;
  white-space:nowrap;
  }
.hasTip_fm{
  background:url("../images/info.png") no-repeat scroll 20px bottom transparent;
  /*overflow:visible;*/
  /*height:0px;*/
  }
tbody{
	}
	
/*Eingabefelder formatieren fm*/
#txt_titel{
  color:#000; 
  background-color:#EEFFF8; 
  font-weight:bold;
  width: 269px;
}
#txt_termin1, #txt_termin2,
#txt_termin3, #txt_termin4,
#txt_termin5, #txt_termin6,
#txt_termin7, #txt_termin8,
#txt_termin9, #txt_termin10,
#txt_termin11, #txt_termin12{
  color:#000; 
  background-color:#EEFFF8; 
  font-weight:bold;
  width: 184px;
  }

#dat_termin1, #dat_termin2, 
#dat_termin3, #dat_termin4,
#dat_termin5, #dat_termin6, 
#dat_termin7, #dat_termin8,
#dat_termin9, #dat_termin10, 
#dat_termin11, #dat_termin12, #dat_termin13{
  background:#fff url(../images/kalkl.png) top right no-repeat;
  color:#000; 
  background-color:#EEFFF8; 
  font-weight:bold;
  width: 76px;
  cursor: pointer;
  }
#dat_termin13{
  /*margin-top: -13px;*/
  float:left;
  margin-bottom: 9px;
  width: 50px;
}
input.find_button_inp {
  /*float:right;*/
  color:#004C72;
  font-size:13px;
  font-weight:bold;
  margin-top:17px;
  width: 99%;
  }
input.find_button_inp:hover {
  color:#ff4000;
  cursor:pointer;
  }

/* Tooltips neu Tipp-Anzeige fm*/
.tool-tip {
  z-index:9000;
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px 22px 17px 22px;
	background:url(../images/navi_drop.png) repeat;
	color: #fff;
	max-width: 315px;
}
.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/tip-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #D4D5AA;
	width:100%;
}
.tool-text {
	margin: 0;
	font-size: 100%;
}
#tip-feiertage{
  /*padding-top:0px;*/
}
/* ENDE termin css */

/* ################## Beginn calendar-jos.css #################### */
.calendar {
line-height:14px;
}

div.calendar {
  position: relative;
  z-index: 100;
  width: 200px;
}

.calendar, .calendar table {
  border: 2px ridge #07BDFF;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #efefef;
  font-family: arial,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button, .calendar .button_close { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}
.calendar .button_close{ /*neue klasse von mir in js*/
  background:#ff0000 url(../images/xclose.png) repeat-x;
  color:#fff;
  font-size: 17px;
font-weight: bold;
}
.calendar thead .title{ /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  color: #ffffff;
  padding: 2px;
}

.calendar thead .button {
  color:#fff;
}
.calendar thead .nav{
background:none;
font-size: 15px;
font-weight: bold;
}

.calendar .headrow .button{
  /*background:none;*/
  color:#fff;
}
.calendar .headrow .hilite{ /*hover in zweite head-Zeile*/
background:#ff0000 url(../images/xclose_hl.png) repeat-x;
}
.calendar table thead {
  background:#fff url(../images/pfad35.png) 0px 19px repeat-x;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  /*background: #dedede;*/
  color: #000;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  /*border-bottom: 1px solid #666;*/
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #F79119;
  font-weight: bold;
}
.calendar table thead tr.headrowtop{
  background:#333333 url(../../../templates/do-fly_tpl/images/navi.png) bottom repeat-x;
}
.calendar .headrowtop .hilite{
  background:#ff0000 url(../images/xclose_hl.png) repeat-x; 
}
.calendar .daynames .hilite { /* How do the buttons in header appear when hover */
  background:#ff0000 url(../images/xclose_hl.png) repeat-x;
  color: #fff;
  /*border: 1px solid #cccccc;*/
  /*padding: 1px;*/
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #c77;
  padding: 2px 0px 0px 2px;
}

.calendar .daynames{
background:#0594C8 url(../images/daynames.png) repeat-x;
}
.calendar .headrow{
background:#31B3E2 url(../images/headrow.png) repeat-x;
}
.calendar table tbody .daysrow0{ /* Row <TR> containing the day names */
  background: url(../images/cal_schatten.png) top repeat-x;
}
/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  /*font-weight: bold;*/
  font-size: 11px;
  text-align: center;
}

.calendar table .day.wn {
  background: #0594C8;
  border-right: 2px ridge #40AAD0;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color:#F79119;
  /*font-weight: bold;*/
}

.calendar tbody .rowhilite td {
  background: #666666;
  color: #ffffff;
}

.calendar tbody .rowhilite td.wn {
  background: #06ADEA;
  color: #ffffff;
  border-right: 2px ridge #40AAD0;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #999999;
  padding: 1px 3px 1px 1px;
  border: 1px solid #666666;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #000000;
  color: #ffffff;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  /*border: 1px solid #999;*/
  border-style:none;
  padding: 1px 3px 1px 1px;
  margin:3px;
  background: #009900;
  color: #ffffff;
}

.calendar tbody td.today { 
  font-weight: bold;
  /*font-style:italic;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;*/
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  /*visibility: hidden;*/
}

.calendar tbody .day_othermonth { /* vor und nach-Monat mit helle Schrifft */
  text-align:right;
  padding-right: 4px;
  color: #999;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #cccccc;
  color: #000;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-top: 1px solid #666;
  background:#333333 url(../../../templates/do-fly_tpl/images/navi.png) bottom repeat-x;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #666666;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #999999;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #ffffff;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #fc8;
}

.combo .active {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #efefef;
  font-weight: bold;
}
/* ENDE calendar-jos.css */

/* ################# Beginn autocompleter.css ################### */
ul.autocompleter-choices
{
	position:				absolute;
	margin:					-2px;
	padding:				0;
	list-style:				none;
	border:					2px outset #7c7c7c;
	/*border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;*/
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

/* Popup einstellungen fm*/
ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1em 0.2em 0.5em; /*Dopdown-Liste fm*/
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			normal; /*nowrap*/
	font-size:				1em;
	line-height:			1.3em;
	list-style-type: none;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#006699;
	color:					#33FFFF;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#FEBD1B; /*#99CCFF*/
}

/* ENDE autocompleter.css */