.tagestour_table TD{
	vertical-align: top;
	
	}
.tagestour_table td.evem{
	background-color: #fff;
	border-bottom:1px solid #000;	
	}
.tagestour_table td.odd{
	background-color: #F0DBE2;
	border-bottom:1px solid #000;
	}
.tagestour_table th{
	background-color: #C84C70;
	color:#fff;
	padding: 5px;
	}
.tagestour_table .ausgebucht{
	font-weight: bold;
	color: red;
	}
.tagestour_table .buchen,
.tagestour_table .ausgebucht
{
	padding: 5px 0px 10px 0px;
	}
.tagestour_table .buchen a{
	font-size: 10px;
	line-height: 100%;
	
	}
	.bitpic{
		padding-bottom: 5px;
		}
.tagestour_table h2{
	color:#fff;
	background-color:#C84C70;
	padding-top:5px;
	padding-left:10px;
	height:15px;
}		

.tagestour_table_single{

	border-bottom:1px solid #CB597A;
}
.preis{
	color:#B80B41;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#filter{
  border:1px solid #C2C2C2;
  background-color:#eee;
  padding-bottom:5px;
}

/* Buchungsformular*/
#formularbuch{
  background-color:#eee;
  border:1px solid #B80B41;
  padding:8px;
  color:#B90A41;	
}

#formularbuch input,#formularbuch select{
  border:1px solid #B80B41;

}