/* FORM DECORATOR "GRAY" SKIN */

.radfd_Immobilstudi.radfd_ScrollBars
{
	scrollbar-3dlight-color: #ccc; 
	scrollbar-arrow-color: #858585;
	scrollbar-base-color: #ff6347; 
	scrollbar-darkshadow-color: #e4e4e4; 
	scrollbar-face-color: #e4e4e4; 
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #a3a3a3;
	scrollbar-track-color: #f0f0f0;
}

/* label settings */
.radfd_Immobilstudi label.Gray
{
    color: #626262;
}

/* checkbox settings */
.radfd_Immobilstudi .radfdCheckboxUnchecked,
.radfd_Immobilstudi .radfdInputDisabled.radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0;
}

.radfd_Immobilstudi .radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -200px;
}

.radfd_Immobilstudi .radfdCheckboxChecked,
.radfd_Immobilstudi .radfdInputDisabled.radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -420px;
}

.radfd_Immobilstudi .radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.radfd_Immobilstudi .radfdRadioUnchecked,
.radfd_Immobilstudi .radfdInputDisabled.radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px 0;
}

.radfd_Immobilstudi .radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -220px;
}

.radfd_Immobilstudi .radfdRadioChecked,
.radfd_Immobilstudi .radfdInputDisabled.radfdRadioChecked:hover 
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -440px;
}

.radfd_Immobilstudi .radfdRadioChecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -640px;
}
/* end of radiobutton settings */

a.radfd_Immobilstudi, a.radfd_Immobilstudi span
{
	background-image: url(FormDecorator/ButtonSprites.gif);
	/* font: bold 11px Verdana, Verdana, Arial, Sans-serif; */
	color: #484848;
}

a.radfd_Immobilstudi.radfdInputDisabled:hover span
{
    color: #484848;
    cursor:pointer;
}

a.radfd_Immobilstudi
{
	padding-left: 4px;
}

a.radfd_Immobilstudi:hover span
{
    color: #ac0815;
    cursor:pointer;
}

a.radfd_Immobilstudi .radfdInnerSpan
{
	margin-right: 4px;
	background-position: 0 -21px;
}

/* clicked button styles */
a.radfd_Immobilstudi.radfd_Clicked
{
    background-image: url(FormDecorator/ButtonSprites.gif);
    background-position: 0 -42px;
    background-repeat: no-repeat;
}

a.radfd_Immobilstudi.radfd_Clicked span,
a.radfd_Immobilstudi.radfd_Clicked:hover span
{
    background-image: url(FormDecorator/ButtonSprites.gif);
    color: #17174b;
}

a.radfd_Immobilstudi.radfd_Clicked .radfdInnerSpan
{
    background-position: 0 -63px;
    background-repeat: repeat-x;
}

a.radfd_Immobilstudi.radfd_Clicked .radfdOuterSpan
{
    background-position: right -42px;
    background-repeat: no-repeat;
}
/* end of clicked button styles */

/* do NOT change these settings, otherwise the skinned buttons will be broken when used within a decoration zone */
a.radfdSkinnedFormButton.radfd_Immobilstudi
{
    -moz-user-select: none !important;
	outline: none !important;
	text-decoration: none !important;
	cursor: default !important;
	text-align: center !important;
	background-color: transparent !important;
	border: 0 !important;
    display: inline-block !important;
}

.radfd_Immobilstudi h4.radfd_h4,
.radfd_Immobilstudi h5.radfd_h5,
.radfd_Immobilstudi h6.radfd_h6
{		
	color: #828282;
	border-bottom: solid 1px #828282;
}

.radfd_Immobilstudi h6.radfd_h6
{		
	border: 0;
}

/* label */
.radfd_Immobilstudi label.radfd_label
{	
	color: #171717;
}

/* fieldset and legend */
.radfd_Immobilstudi table.radfd_roundedWrapper_fieldset legend,
.radfd_Immobilstudi fieldset.radfd_fieldset legend
{
	/*Mandatory to set the height of the legend, so as to be able to calculate the rounded corners in IE properly*/
	font-size: 12px;
	height:30px;
	line-height:30px;
	color: #828282;
}

.radfd_Immobilstudi table.radfd_roundedWrapper_fieldset fieldset,
.radfd_Immobilstudi fieldset.radfd_fieldset
{	
	border: solid 1px #828282;
	background-image: url(FormDecorator/FieldsetBgr.png); /* having a background image on a fieldset is not okay with IE */
	background-repeat: no-repeat;/*Mandatory to use because of incorrect IE positioning of the image*/		
}


/* Due to a glitch in IE the following 2 classes must be declared separately for correct parsing of the textarea class in IE6*/
.radfd_Immobilstudi table.radfd_roundedWrapper input,
.radfd_Immobilstudi table.radfd_roundedWrapper textarea,
.radfd_Immobilstudi input.radfd_input, 
.radfd_Immobilstudi textarea.radfd_textarea
{
	border: solid 1px #8e8e8e;
	background: #ffffff;	
	color: #333333;
	overflow: hidden;
}

.radfd_Immobilstudi  table.radfd_roundedWrapper input[disabled="disabled"]:hover,
.radfd_Immobilstudi  table.radfd_roundedWrapper textarea[disabled="disabled"]:hover
{
	border: solid 1px #8e8e8e;
	background: #ffffff;	
	color: #171717;
	overflow: hidden;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

/* add classes for HOVER effect */
.radfd_Immobilstudi  table.radfd_roundedWrapper input:hover,
.radfd_Immobilstudi  table.radfd_roundedWrapper textarea:hover,
.radfd_Immobilstudi table.radfd_roundedWrapper:hover .radfd_roundedInnerSpan,
.radfd_Black input.radfd_input:hover, 
.radfd_Black textarea.radfd_textarea:hover,
{
	background: #ffffff;
	border-color: #575757 !important;
}

.radfd_Immobilstudi table.radfd_roundedWrapper:hover .radfd_roundedOuterSpan
{	
	background-color: #575757 !important;
}