@charset "utf-8";
/* CSS Document */

span.submit, span.subnav, span.subnav_active {
	position:relative; cursor:pointer; display:block;
	background-image:url(/images/btn_search_left.gif); background-repeat:no-repeat; background-position:left top; background-color:transparent;
	height:23px; border:0px solid transparent; padding-left:4px;
	cursor:pointer;
	}
input.submit, input.subnav, input.subnav_active {
	font-size:12px; font-weight:bold;
	background-image:url(/images/btn_search_long.gif); background-repeat:no-repeat; background-position:right top; background-color:transparent; height:23px; border:0px solid transparent;
	padding-right:11px;
	cursor:pointer;
	}
	
	
span.subnav_active {
	background-image:url(/images/btn_search_black_left.gif); background-repeat:no-repeat; background-position:left top; background-color:transparent;
	}
input.subnav_active {
	background-image:url(/images/btn_search_black_long.gif); background-repeat:no-repeat; background-position:right top; background-color:transparent;
	color:#fff;
	}

a.ie input.submit {
	padding-right:3px;}
a.ie:hover span.submit, 
span.submit:hover {
	background-position:left bottom;
	}
a.ie:hover input.submit,
span.submit:hover input.submit {
	background-position:right bottom;
	}
	


.pos_over_img {
	left: 37px; top:-35px;
	}
	
span.w140 {width:140px;}
span.submit input.w140 {width:136px;}


/* SUB-Navigation--------------------------------------------------------------------------------*/

div#sub_navi {float:right; height:34px; padding:0px 0px; width:590px;}

div#sub_navi table {
	float:right;
	}

span.infotext {display:block; line-height:23px; margin:5px;}
span.infotext b {font-size:12px; font-weight:bold;}

a.subnav, a.subnav_active {margin:0px 0px;}
span.subnav, span.subnav_active {position:static;}
input.subnav, input.subnav_active {font-size:10px;}

a.subnav input.subnav, a.subnav_active input.subnav_active {
	width:110px;}

a.subnav:hover span.subnav {
	background-position:left bottom;}
	
a.subnav:hover input.subnav {
	background-position:right bottom;}
	
	
/* neue Buttons 2011-09-05 */

input.btn_input_0911 {
	background:url(/images/default_buttons_v01.png) no-repeat;
	background-position:0px -51px;
	display:inline-block;
	padding:6px 30px;
	margin:3px;
	border-style:solid;
	border-width:1px;
	border-color:#666 #666 #333;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	/*box-shadow:2px 2px 3px #666;*/
}
input.btn_input_0911:hover {
	/*border-color:#000;*/
	background-position:0px -0px;
}



	
	
	




