/**************************************************/
/*****************Contentbereich Inseriren*********/
/**************************************************/

/* Global */
br.clear{
	clear:both;
}

/*Links*/
.beschreibung_steps{
	margin:10px;
	background-color:#FFFFFF;
	padding:10px;
	font-size:11px;
	width:156px;
	color:#666666;
}
.beschreibung_steps h3{
	margin:0px;
	padding:0px;
	font-size:13px;
	padding-bottom:5px;
	color:#e0bdaa;
}


/* Buchungsstrecke */
#steps{
	width: 100%;
	height:100px;
	padding-top:10px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#steps .step{


	float:left;
	width: 120px;
	text-align:left;

}
#steps .step .active{
color:#c27956;
}
 
.titelfeld, #description{
width:500px;
}
/* Eingabe */




#insert fieldset.error{
	border-color:#FF0000;
}

#insert fieldset.error legend{
	color:#000000;
}


iframe{
	margin: 0px;
	padding: 0px;
	height: 70px;
	border-style:none;
	border:0px;

}

/* Navigation */
#navigation{
	margin:20px;
	text-align:right;
	width:530px;
}
.preview fieldset.showAdvert{

		width:680px;
		float:left;
}
*html .preview fieldset.showAdvert{

}
.preview fieldset.showAdvert .description{

		width:350px;
}
.bilder h3{
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#e0bdaa;
	display:block;
	width:250px;
	border-bottom:1px solid #e0bdaa;
}



