
.termin {
	padding: 1% 1% 1% 1%;
	margin: 1% 1% 1% 1%;
	min-height: 30px;
	width: auto;
	text-align:justify;
	background-color: transparent;	
	background-image: url(../015_IMG/1PXTRANS.PNG);
	border: 1px solid #404040;
	border-radius: 8px;
}
.terminbild_div {
	float: right;
	width: 38%;
	position: relative;
	clear: none;
	overflow: hidden;	
}
.terminbild {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	border-radius: 8px;	
}
.terminbild_text {
	display: block;
	position: absolute;
	width: 100%;
	top: 48%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-weight: 700;
}
.legend_termin{
	font-weight: normal;
}
.termintext{
	float: left;
	width: 60%;
}
.form_termin{
	width: 55.00%;
	padding: 1% 0 2% 0;
	margin: 1% 0 1% 0;
	min-height: 220px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #707088;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #707088;
	border-radius: 8px;
	box-shadow:3px 3px 5px #707088;
	background-color: transparent;	
	background-image: url(../015_IMG/1PXTRANSDARK.PNG);	
}
.centertermin_item{
	width: 100%;
	padding: 2% 0 2% 15.00%;
}
.radio_termin {
	background-image:url(../015_IMG/1PXTRANSBL.PNG);	
}
.select_termin,
.option_termin 
.label_termin {
	height: 1.5em;
}
.select_termin,
.option_termin {
	margin: 0 0 2% 0;
	border: 0px;
	background-color: transparent;	
	background-image: url(../015_IMG/1PXTRANSBL.PNG);	
}
.label_termin{
	width: auto;
}
.select_termin{
	width: 10.00%;
}
.option_termin {
	width: 100.00%;
}
.textfeld_termin {
	margin: 2% 0 0 0;
	padding: 1% 1% 1% 1%;
	overflow:auto;
	width: 68%;
	height: 120px;
	border: 1px solid #CCCCCC;
	margin-top: 1%;
	background-image:url(../015_IMG/1PXTRANSBL.PNG);
}
.button_submit_termin,
.button_reset_termin {
	padding: 0.5% 0 0.5% 0;
	cursor:pointer;
	outline: none;
	text-align: center;
	border-radius: 5px;		
	margin-top: 1%;
	margin-left: 2%;
	width: 19%;
	background-image: url(../015_IMG/1PXTRANSBL.PNG);
}
.button_submit_termin:hover, .button_reset_termin:hover {
	background-image: url(../015_IMG/1PXTRANS.PNG);
}