@charset "utf-8";
/* CSS Document rauchurlaub.de*/
a img {border: 0;}
body {
	margin: 0;
	background-color: #d3dbe0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#container, #container2 {
	width: 764px;
	height: 584px;
	padding: 20px;
	text-align: left;
	background:url(img/bg.gif) no-repeat center;
	margin: 45px auto 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#schlafzimmer {
	position: absolute;
	top: 10px;
	left: 10px;
}
#urlaub {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#beschreibung {
	width: 240px;
	position: absolute;
	top: 10px;
	right:20px;
}
#menu {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
	width: 240px;
}
#infos {
	height: 87px;
}
#infos img {float: right;}
#infos p {padding-top: 30px;}
h1 {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
}
#container2 h1 {
	font-weight: bold; 
	margin: 0;
	position: absolute; 
	top: 15px;
	left: 20px;
	z-index: 99;
}
#container2 #beschreibung {
	top: 275px;
}
table#schritte {
	position: absolute;
	top: 55px;
	left: 15px;
}
a {
	color: black;
	text-decoration: underline;
}
a#back {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
a:hover, a:focus {text-decoration: none;}
