/*	SORTIERUNG
	BUTTONS
	A_BUTTONS
	SELECT
*/

/* =SORTIERUNG
   ----------------------------------------------------*/
input.sort, label.sort {
	border: none;
	padding-left: 0px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: none;
	padding-right: 15px;
}

input.sort[class] {
	width: auto;
}

input.sortAuf {
	background-image: url(images/sortauf.png);
	background-repeat: no-repeat;
	background-position: right center;
}

input.sortAb {
	background-image: url(images/sortab.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*IE7 only */
/**+html input.sortAuf, *+html input.sortAb {
	padding-right: 0;
}*/
#sortName {
	width: 60px;
}

td.sort {
	padding-left: 0px;
	color: #009abf;
	font-weight: bold;
	text-align: left;
	background: none;
	padding-right: 15px;
}
/* =BUTTONS
   ----------------------------------------------------*/

/*Kalendar*/
button.kalender, span.kalender {
	margin-left: 2px;
	width: 18px;
	height: 18px;
	background: url(images/kalender.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	/*vertical-align: middle;*/
}

span.kalender {
	display: inline-block;
}

.btn {
	border: 1px solid #f08600;
	height: 16px;
	width: auto;
	overflow: visible;
	background-color: #fff;
	background-image: url(images/btn_vor_lang.png);
	background-repeat: no-repeat;
	background-position: 100% 5px;
	padding: 0 16px 0 5px;
	text-decoration: none;
	text-align: left;
	color: #f08600;
	font-size: 9px;
	font-family: Verdana, Helevetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.btn_pfeil_links {
	border: 1px solid #f08600;
	height: 16px;
	width: auto;
	overflow: visible;
	background-color: #fff;
	background-image: url(images/btn_zurueck_lang.png);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	padding: 0 5px 0 16px;
	text-decoration: none;
	text-align: right;
	color: #f08600;
	font-size: 9px;
	font-family: Verdana, Helevetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.btn_ergnavi {
	background-image: none;
	text-align: center;
	padding: 0 2px;
}
/* Overflow: visible funktioniert zwar beim IE, aber es entsteht ein Rand auf der rechten Seite */
.btn_Details {
	width: 59px;
}

.btn_GEsuchen {
	width: 74px;
}

.btn_call {
	height: auto;
	width: auto;
	font-size: 15px;
}

/* =A_BUTTONS
   ----------------------------------------------------*/
.a_btn {
	font-family: Verdana, Helevetica, sans-serif;
	margin: 3px 3px 3px 3px;
	height: 14px;
	line-height: 12px;
	padding: 2px 12px;
	color: #fff;
	border: none;
	text-align: center;
	background: #eb6852;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

.a_btn:hover {
	background: #fff url("images/arrow_btn.png") no-repeat 8px 45%;
	color: #eb6852;
	padding-left: 17px;
	padding-right: 7px;
}

.a_btn_wp {
	font-family: Verdana, Helevetica, sans-serif;
	margin: 3px 3px 3px 3px;
	height: 14px;
	line-height: 30px;
	padding: 2px 12px;
	color: #fff;
	border: none;
	text-align: center;
	background: #7fb1c7;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

/* =A_BUTTONS Mit Image
   ----------------------------------------------------*/
.a_btnImg {
	font-family: Verdana, Helevetica, sans-serif;
	margin: 3px 3px 3px 3px;
	height: 14px;
	line-height: 12px;
	padding: 2px 12px;
	color: #fff;
	border: none;
	text-align: center;
	background: url("images/download_klein.gif") no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

.a_btnImg:hover {
	background: url("images/download_klein_hover.gif") no-repeat;
	padding-left: 17px;
	padding-right: 7px;
}

h2 .a_btn {
	margin-top: -2px;
	margin-bottom: 0px;
}

/* =SELECT 
	Hinweis: Lov immer 6px gr��er als Input-Felder
   ----------------------------------------------------*/
.select_w60 {
	width: 60px;
}

.select_w97 {
	width: 97px;
}

.select_w120 {
	width: 126px;
}

.select_w150 {
	width: 156px;
}

.select_w181 {
	width: 181px;
}

.select_w183 {
	width: 183px;
}

.select_w186 {
	width: 186px;
}

.select_w206 {
	width: 206px;
}

.select_w216 {
	width: 216px;
}

.select_w256 {
	width: 256px;
}

.select_w306 {
	width: 306px;
}

.select_w206 {
	width: 206px;
}

.select_w226 {
	width: 226px;
}

.select_w236 {
	width: 236px;
}

.select_w306 {
	width: 300px;
}
/* TextArea im Vergleich zum Inputfeld 4px unterschied
Hinweis von ssc: das stimmt nicht im Firefox!
*/
.textArea_w200 {
	width: 196px;
}

.unlock_btn {
	height: 10px;
	width: 10px;
	line-height: 10px;
	padding: 2px 10px;
	text-decoration: none;
	background-image: url(images/unlock.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0;
}

.unlock_btn:hover {
	opacity: 100;
}

span.unlock_btn_span {
	text-align: right;
	width: 99%;
	display: inline-block;
}