@IMPORT url("default.css");
@IMPORT url("hoteltooltip.css");
@IMPORT url("tool.css");
@IMPORT url("input.css");

/* ### START ### Head - Positionsverlauf ### */

.head_div{
	width:548px;
	height:25px;
	background:#fff;
	border:1px solid #61b5fb;
	margin:5px 0px;
	color:#eef4f9;
	background:#88ccfd;
	text-align:center;
}

.head_index{
	border-right:1px solid #61b5fb;
	line-height:25px;
	width:130px;
}

.head_prices{
	border-right:1px solid #61b5fb;
	line-height:25px;
	width:150px;
}

.head_booking{
	border-right:1px solid #61b5fb;
	line-height:25px;
	width:125px;
}

.head_confirm{
	line-height:25px;
	width:140px;
}

.head_active{
	background:#3c92d9;
	color:#fff;
}

/* ### END ### Head - Positionsverlauf ### */

/* ### START ### Headline ### */

p.headline {
		color:#fff;
		background-color:#59BDFB;
		padding:2px 0 2px 10px;
		margin:0;
		clear:both;
		font-size: 13px;
}

h1.headline {
		color:#fff;
		background-color:#59BDFB;
		padding:2px 0 2px 10px;
		margin:0;
		clear:both;
		font-size:12px;
}

h2.headline {
		color:#0383FF;
		padding:2px 0 2px 0;
		margin:0;
		font-size:14px;
}

/* ### END ### Headline ### */

/* ### START ### Buttons ### */

.form_btn {
	border:1px solid #027fff;
	padding:1px 0px 3px 0px;
	color:#fff;
	background:#1a95ff;
	width:106px;
	font-weight:bold;
}

.weiter_span{
	padding-left:30px;
}

.weiter_arrow{
	padding-left:20px;
	font-size:16px;
}

.zurueck_span{
	padding-left:18px;
}

.zurueck_arrow{
	padding-left:10px;
	font-size:16px;
}

/* ### END ### Buttons ### */


#bglayer{
display:none;
position:fixed;
width:100%;
height:100%;
background:#000;
filter:alpha(opacity=50);
opacity:0.5;
-moz-opacity:0.5;
left:0;
top:0;
}

#bookload{
display:none;
position:fixed;
width:552px;
height:240px;
padding-top:150px;
margin:auto;top:30%;
background:url(/img/waiting.png);
}

#bookload p{
text-align:center;
color:#000;
font-size:12px;
font-weight:bold;
}

.myTooltippMargin {
	margin-left: 2px;
}

.myTooltipp {
	position: relative;
	width: 20px;
	height: 20px;
}

.myTooltipp:hover .myTooltippText {
	display: block;
}

.myTooltippText {
	position: absolute;
	top: 0;
	left: 22px;
	display: none;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	background: #1E90FF;
	border: 1px solid #707070;
	width: 140px;
	padding: 5px;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
}
