/*************************************************************************************
	*
	*	IBE STYLESHEET
	*	Copyright 2005, Rewe Touristik
	*	www.itsreisen.de
	*	Author:Jörg D Terlizzi, JUNG v. MATT Neckar GmbH
	*
**************************************************************************************/
.noScriptScreen{
	position:absolute; 
	top:5px; 
	left:200px; 
	height:139px; 
	width:735px; 
	z-index:999; 
	background:#fcd67a url(/images/ibe/ibeNoScriptBg.gif) no-repeat;
}
.noScriptRR{
	background:url(/images/hofi/rrPanelBgNoScript.gif) no-repeat; 
	height:166px; 
	width:760px; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:999;
}
.ibeTypeImage{
	float:left; 
	margin:0 5px 0 0;
	width:190px;
	height:139px;
}
.ibeTypeImage img{
	display:block;
}
.formData{
	float:left;
	width:735px;
	background-color:#FFF6DF; 
	margin-bottom:5px;
}
*html .formData{ /* IE 6 fixes */
	margin:0;
	padding:0;
} 
.borderTL{
	background:url(/images/startseitenpanel/bgBrdLine.gif) 0 0 no-repeat;
}
.borderBR{
	background:url(/images/startseitenpanel/bgBrdLine.gif) right bottom no-repeat;
}
.contentFormData{
	height:139px;
}
.boxPanelData{
	float:left;
	padding:0 5px 0 12px;
	margin:9px 0 0 0;
	height:120px;
	background:url(/images/startseitenpanel/bgBrdLineV.gif) right top repeat-y;
}
.colA{
	width:222px;
}
.colB, .colC{
	width:183px;
}
.label, .label-marge, .labelError , .label-margeError {
	display:block;
	margin-bottom:3px;
	color:#555;
}
.labelError, .label-margeError {
	font-weight:bold;
	color:#b03239;
}
.label-marge, .label-margeError{
	margin-top:4px;
}
*html .label-margeError{  
	/*margin-top:1px; IE 6 fixes */
}
.inputField, .inputFieldError {
	display:block;
	float:left;
	padding:2px;
	height:13px;
	border:1px solid #7F9DB9;
	background-color:#FFF;
	color:#555;
	text-decoration:none;
	font-size:0.7em;
	width:184px
}
.inputField:hover, .inputFieldError:hover{
	color:#555;
	text-decoration:none;
}
.inputFieldError {
	border:1px solid #b03239;
}
.formErrorImg{
	float:left;
	margin:2px 0 0 6px;
}
.inputField span, .inputFieldError span{
	float:left;
	color:#555;
	text-decoration:none;
	cursor:pointer;	
}
.inputField img, .inputFieldError img {
	float:right;
	border:none;
}
.inputL{
	width:146px
}
.inputM{
	width:69px;
}
.inputS{
	width:43px;
}
.colTwo, .colThree{
	float:left;
	width:72px;
	margin-right:5px;
}
.colThree{
	width:46px;
}
* html .colTwo, * html .colThree{ /* IE 6 fixes */
	margin-right:2px;
	height:1%;
}
.boxPanelBtn {
	position:relative;
	float:left;
	width:84px;
	height:120px;
	margin-top:9px;
}
.btnPanelSearch {
	position:absolute;
	display:block;
	right:0;
	bottom:0;
	border:none;
	margin:0;
	padding:0;
}
.btnRRSearch {
	position:absolute;
	top:129px; 
	right:15px;
	border:none;
	margin:0;
	padding:0;
}