/*Terminselect Time */
#mod_tst {
	background: #fafafa;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	width:200px;
}

#mod_tst input.text {
	color: #303030;
	font: 12px Arial, Sans-Serif, Helvetica, Verdana;
	margin: 0px;
	padding: 0px;
	border: 1px;
	border-color: #3E92C0;
	width:65px;
	height: 20px;
}

#mod_tst hr {
	width:200px;
	color: #3E92C0;
	height: 1px;
}

#timebutton {
	text-align: right;
	padding-right:10px;
	padding-bottom:10px;
}

/* ----------------------------------------------------------- */
/* Terminliste ----------------------------------------------- */


#terminliste_kopf{
  float:left;
  height:30px;          
  width:431px;
  background-image:url(../images/layout/terminliste_kopf.jpg);
}

#terminliste{
  float:left;
  min-height:365px;          
  height:auto !important;  /* für moderne Browser */                                                     
  height:365px;  /*für den IE */
  width:431px;
  background-image:url(../images/layout/terminliste_bg.jpg);
  background-repeat:repeat-y;
}

#terminliste_inhalt{
  float:left;
  min-height:365px;          
  height:auto !important;  /* für moderne Browser */                                                     
  height:365px;  /*für den IE */
  width:416px;
  background-image:url(../images/layout/terminliste_grafik.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  margin-left: 6px;
  display:inline;
  padding-bottom:100px;
}

#terminliste_inhalt_termin{
  float:left;
  min-height:365px;          
  height:auto !important;  /* für moderne Browser */                                                     
  height:365px;  /*für den IE */
  width:416px;
  background-image:url(../images/layout/terminliste_grafik.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  margin-left: 6px;
  display:inline;
}

#terminliste_fuss{
  float:left;
  height:19px;          
  width:431px;
  background-image:url(../images/layout/terminliste_fuss.jpg);
}


#terminliste table {
        width:396px;
        margin-left:10px;
	border-collapse: collapse;
        margin:0 0 20px 10px;
}

#terminliste tr.border {
      border-bottom: 1px solid #CCCCCC;
}

#terminliste th.kopf {
	color: #3E92C0;
	font-weight:bold;
        font-family:Arial;
        font-size:14px;
	text-decoration:none;
	border-bottom: 1px solid #3E92C0;
	padding-top:20px;
}

#terminliste tr.dunkel {
	background: #efefef;
	/* border-bottom: 1px solid #050505; */
}

#terminliste tr.hell {
	background: #ffffff;
	/* border-bottom: 1px solid #050505; */
}

#terminliste td {
	padding-top: 5px;
	vertical-align: top;
}

#terminliste td a.wtag {
	color: #3E92C0;
}

#terminliste td a.datum {
	color: #3E92C0;
}

#terminliste td a.zeit {
	color: #050505;
	font-style: italic;
}

#terminliste td p.link {
	color: #050505;
	padding:0px;
	margin:1px;
}

#terminliste td p.ort {
	color: #050505;
	font-style: italic;
	text-align: right;
	padding:0px;
	margin:0px; 
}

#terminliste td.sp0b {
	width:30px;
        padding-left:5px;
}

#terminliste td.sp1b {
	width:50px;
}

#terminliste td.sp0 {
	width:30px;
        padding-left:5px;
}

#terminliste td.sp1 {
	width:50px;
}

#terminliste td.sp2 {
	width:85px;
}

#terminliste td.sp3 {
	width:240px;
        padding-left:8px;
}

#terminliste td.sp4{
        padding-right:10px
}

/* ----------------------------------------------------------- */
/* Termin ---------------------------------------------------- */

#terminliste #terminliste_inhalt_termin #termin{
  margin:0 10px 200px 15px;
}

#termin h2{
  margin-bottom:0;
}

#termin p{
  margin-bottom:15px;
}

#termin a{
  color:#66822E;
  text-decoration:underline;
}

#termin a:hover{
  color:#66822E;
  text-decoration:none;
}


/* ----------------------------------------------------------- */
/* Termin-Eingabe -------------------------------------------- */

.editeingabe td{
  vertical-align:top;
}

.editeingabe td textarea{
  border:1px solid #CCCCCC;
}



/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */

/*Terminselect */
#mod_ts {
	background: #fafafa;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	width:100%;
}

#mod_ts table {
	margin-left:20px;
	width:90%;
}

#mod_ts td {
	width:50%;
}

#mod_ts select {
	color: #303030;
	font: 12px Arial, Sans-Serif, Helvetica, Verdana;
	margin: 0px;
	padding: 0px;
	border: 1px;
	border-color: #3E92C0;
	height: 20px;
}

/*Terminselect Buttons*/

#timebutton {
	text-align: right;
	padding-right:10px;
}

#timebutton table {
	width:50px;
}

#timebutton td {
	width:50%;
}

#selectbutton {
	text-align: right;
	padding-right:10px;
}

#selectbutton table {
	width:50px;
}

#selectbutton td {
	width:50%;
}

