.requestContent
{
    float:left;
	width:570px;
    margin-top:10px;
	/*border:1px solid blue;*/
}
.requestTypeFirst
{
	float:left;
	width:180px;
	/*border:1px solid black;*/
}
.requestType
{
	float:left;
	width:180px;
	margin-left:15px;
}
.radioContent
{
	float:left;
	width:20px;
	/*border:1px solid red;*/
}
.radioContentIE
{
	float:left;
	margin-left:-5px;
	width:20px;
	/*border:1px solid red;*/
}
.requestText, .requestTextInactive
{
	float:right;
	width:160px;
	/*border:1px solid blue;*/
}
.requestTextHeader
{
	width:160px;
	font-weight:bold;
    text-decoration:none;
	/*border:1px solid blue;*/
}
.requestTextHeaderLink
{
	font-weight:bold;
    text-decoration:none;
    cursor:pointer;
	/*border:1px solid blue;*/
}
.requestTextValue
{
	width:160px;
}
.carlines
{
	float:left;
	width:570px;
	margin-top:30px;
}
.carlinesHeadline
{
	font-weight:bold;
}
.carlinesSelect
{
	margin-top:2px;
}
.desiredCarline
{
	width:190px;
}
.configBlock
{
    width:570px;
    float:left;
    padding:0px;
    margin:0px;
    /*border:1px solid green;*/
}
.configBlockHidden
{
    width:570px;
    float:left;
    padding:0px;
    margin:0px;
    border:1px solid green;
    display:none;
}
.inFormHalfHeadlineRequest /*Container f�r �berschriften*/
{
	float:left;
	width:270px; /*das Padding muss hinzugez�hlt werden --> also effectif 570px*/
	line-height:20px;
	margin-top:20px;
	margin-bottom:5px;
	font-weight:bold;
}
.configurationBlock
{
    float:left;
    width:270px;
}
.configurationBlockFinance
{
    float:right;
    width:270px;
}
.configPair
{
    float:left;
    width:260px;
}
.configKey
{
    font-weight:bold;
}
.configValue
{

}
.configList
{
    float:left;
    padding-left:14px;
    width:256px;
}
.configListKey
{
    font-weight:bold;
    width:256px;
}
.configListValue
{
    width:256px;
}
.validationErrorMessagesRequest
{
    float:left;
    width:570px;
    margin-top:10px;
    margin-bottom:5px;
}
.advice
{
	clear: both;
	padding-top: 10px;
}


