/***************************
 *  Styles for the
 *    EXT etec_datebox
 * by Markus G.
 ***************************/

.tx-etecdatebox-pi1 {
	clear: both;
	background-color: transparent;
	color: #2F7562;
	width: 100%;
	height: auto;
}

.tx-etecdatebox-pi1 #etecdatebox {
	padding: 3px;
}

.tx-etecdatebox-pi1 #etecdatebox #titel {
  height: 0px;
	visibility: hidden;
}

.tx-etecdatebox-pi1 #etecdatebox div#submit {
	padding: 5px 8px 0 0;
	text-align: right;
}

.tx-etecdatebox-pi1 #etecdatebox div#submit input {
	background-color: #BBCFCB; 
	border: solid #fff 1px;
	width: auto;
	font-size: 10px;
	font-weight: normal;
	color: #2F7562;
}

.tx-etecdatebox-pi1 #etecdatebox label {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.tx-etecdatebox-pi1 #etecdatebox input {
	background-color: #fff;
	border: solid #2F7562 1px;
	width: 80px;
	font-size: 10px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
	padding: 3px;
}
.tx-etecdatebox-pi1 #etecdatebox #anreise, #etecdatebox #abreise {
	padding: 0 0 6px 0;
}

