.ui-state-default, .ui-widget-content .ui-state-default {  
	height: 13px;
	width: 27px;
	background-image: url(../img/ratenrechner/slider.png); 
	font-weight:  bold; 
	color:  #1c94c4; 
	outline: none;
}
.ui-state-default a, .ui-state-default a: link, .ui-state-default a: visited { 
	color:  #1c94c4; 
	text-decoration:  none; 
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {  
	height: 13px;
	width: 27px;
	background-image: url(../img/ratenrechner/slider.png);  
	font-weight:  bold; 
	color:  #c77405; 
	outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover { 
	color:  #c77405; 
	text-decoration:  none; 
}
.ui-state-active, .ui-widget-content .ui-state-active { 
	height: 13px;
	width: 27px;
	background-image: url(../img/ratenrechner/slider.png); 
	font-weight:  bold; 
	color:  #eb8f00; 
	outline: none;
}
.ui-state-active a, .ui-state-active a: link, .ui-state-active a: visited { 
	color:  #eb8f00; 
	text-decoration:  none; 
}
.ui-slider { 
	position:  relative; 
	text-align:  left; 
}
.ui-slider .ui-slider-handle { 
	z-index:  2; 
	position:  absolute; 
	width:  27px; 
	height:  13px; 
	cursor:  pointer; 
}
.ui-slider .ui-slider-range { 
	position:  absolute; 
	border:  0; 
	z-index:  1; 
	font-size:  .7em; 
	display:  block; 
}
.ui-slider-horizontal { 
	height:  .8em;
}
.ui-slider-horizontal .ui-slider-handle { 
	top:  -2px; 
	margin-left:  -.5em; 
}
.ui-slider-horizontal .ui-slider-range { 
	top:  0; 
	height:  100%; 
}
.ui-slider-horizontal .ui-slider-range-min { 
	left:  0; 
}
.ui-slider-horizontal .ui-slider-range-max { 
	right:  0; 
}

#ratenrechner {
	width: 400px;
	height: 170px;
	background-image: url(../img/ratenrechner/background.gif);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#ratenrechner input {
	width: 87px;
	height: 16px !important;	
	margin: 9px 0 20px 0;
	padding: 1px;
	padding-right: 12px !important;
	background: url(../img/ratenrechner/euro_symbol.gif) 85px center no-repeat;
	background-color: #FFF;
	border: 1px #7DB1D6 solid;
	font-size: 12px !important;
	color: #0066AE;
	font-weight: bold;
}
*+html #ratenrechner input { /*IE7 only*/
	margin: 8px 0 20px 0 !important;
}
* html #ratenrechner input { /*IE6 only*/
	margin: 8px 0 20px 0 !important;
}
#ratenrechner input.error {
	width: 87px;
	height: 16px !important;	
	margin: 9px 0 20px 0;
	padding: 1px;
	padding-right: 12px !important;
	background: url(../img/ratenrechner/euro_symbol_red.gif) 85px center no-repeat;
	background-color: #FFF;
	border: 1px #FF0000 solid;
	font-size: 12px !important;
	color: #FF0000;
	font-weight: bold;
}
#container {
	width: 400px;
	height: 125px;
}
.sliderBackground {
	background: url(../img/ratenrechner/bar.gif) no-repeat;
	height: 9px;
	width: 100px;
}
*+html .sliderBackground { /*IE7 only*/
	margin-top:  -1px !important;
}
* html .sliderBackground { /*IE6 only*/
	margin-top:  -1px !important;
}
#laufzeitSlider, #betragSlider { 
	height: 9px;
	width: 86px;
	cursor: pointer;
}
#betragContainer {
	float: left;
	width: 113px;
	padding: 30px 0 0 22px;
	font-size: 14px;
	color: #0066AE;
	font-weight: bold;
}
#laufzeitContainer {
	float: left;
	width: 113px;	
	padding: 30px 0 0 15px;
	font-size: 14px;
	color: #0066AE;
	font-weight: bold;
}
#rateContainer {
	float: left;
	width: 113px;
	color: #E47229;	
	padding: 30px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}
#rateAusgabe {
	font-size: 25px;
	line-height: 25px; !important;
}
#procedButton {
	height: 30px;
	width: 376px;
	overflow: hidden;
	margin-left: 11px;
}
#procedButton a {
	color: #FFFFFF !important;
	text-decoration: none !important;
	outline:none;
}
#goButton {
	height: 30px;
	width: 376px;
	background-image: url(../img/ratenrechner/button.gif);
	color: #FFFFFF !important;
	text-decoration: none !important;
	padding-top: 6px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
#RRErrorDisplay {
	margin-bottom: 10px;
	height: 30px;
	width: 376px;
	background-image: url(../img/ratenrechner/button_error.gif);
	padding-top: 6px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

/* Select */

.selectholder{
	width: 99px;
	height: 16px;
	margin: 9px 0 20px 0;
	padding: 1px 1px 1px 2px;
	background-color: #FFF;
	background: url(../img/ratenrechner/selectmenu.jpg) center right no-repeat;
	border: 1px #7DB1D6 solid;
	font-size: 12px !important;
	font-weight: bold;
	color: #0066AE;
	cursor: pointer;
}
*+html .selectholder{
	margin: 9px 0 21px 0 !important;
}
* html .selectholder{
	margin: 9px 0 21px 0 !important;
}
.selectholder ul{
	width: 102px;
	margin: 1px 0 0 -3px;
	padding: 0;
	background: #FFF;
	border-top: none;
	color: #0066AE;
	display: block;
	list-style: none !important;
	list-style-type: none !important;
	border: 1px #7DB1D6 solid;
	border-top: none;
}
.selectholder ul li{
	font-weight: bold;
	padding: 2px 2px 2px 3px;
}
.selectholder ul li:hover{
	font-weight: bold;
	background: #7DB1D6;
	color: #FFF;
}
.selectholder select{
	width: 68px;
}
.selectholder span {
	padding: 1px;
	width:  94px;
}

