body {
	background: #cacaca url('images/background.png') repeat-x;
	font-family: "Trebuchet MS", Verdana, san-serif;
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
	position: relative;
	width: 100%;
	height: 250px;
	background: #cacaca url('images/header.jpg');
}
#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 14px;
	left: 14px;
	font-size: 28px;
	font-weight: bold;
}
#header a {
	text-decoration: none;
}
#header h1 a {
	color: #ffffff;
}
#sub_header {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 12px;
	bottom: 12px;
	font-weight: bold;
	font-size: 20px;
	color: #A40008;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #ffffff url('images/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #ffffff url('images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #ffffff url('images/background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px
}
.menu {
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
#breadcrumb {
	margin-top: 0px;
	font-size: 11px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}
a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.hotel {
	border: #8c8484 1px solid;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 11px;
	min-height: 170px;
}
.hhead {
	position: relative;
	height: 24px;
	margin: 0; padding: 0;
	background-color: #cacaca;
}
.hname {
	position: absolute; top: 3px; left: 5px; font-weight: bold;
}
.hprice {
	position: absolute; top: 3px; right: 5px; font-weight: bold;
}
.hbody {
	margin: 0; padding: 0;
}
.hleft {
	width: 120px; margin: 0; padding: 10px;
	float:left;
}
.hright {
	margin: 0; padding: 10px 10px 10px 0;
}
.hbottom {
	position: relative; margin: 10px 0 10px 0; padding: 0 10px 0 0; text-align: right;
}

#map {
	border: 1px solid #ccc; margin: 0 0 12px 0; width: 510px; height: 300px;
}
#map p#loading {
	background: url(images/ajax-loader.gif) center center no-repeat;
	padding-top: 150px; text-align: center;
}
.ad {
	width: 468px; margin: 0 auto 12px auto;
}
#de_lang, #it_lang, #es_lang, #en_lang {
	margin: 0; padding: 0;
}
#de_lang img, #it_lang img, #es_lang img, #en_lang img {
	margin: 0; padding: 0; border: 0; height: 20px; width: 30px;
}
#de_lang {
	position: absolute; bottom: 10px; left: 10px;
}
#en_lang {
	position: absolute; bottom: 10px; left: 45px;
}
#it_lang {
	position: absolute; bottom: 10px; left: 80px;
}
#es_lang {
	position: absolute; bottom: 10px; left: 115px;
}

#airport_selector {
	padding: 0;
	width: 100%;
	margin: 0 0 12px 0;
}
#breaker {
	clear: left;
}
select {
	display: block;
	float: left;
	width: 225px;
	margin: 12px;
}
#airports_selector {
	margin-left: 0px;
}
ul#fchars {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	border: 1px solid black;
	background-color: silver;
}
ul#fchars li {
    list-style: none;
    display: inline;
    margin: 5px 2px;
    padding: 0;
}
ul#fchars a, ul#fchars span {
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid black;
    border-left-color: white;
    border-top-color: white;
    color: maroon;
    background-color: #ccc;
}
ul#fchars a:hover, ul#fchars span {
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: white;
    background-color: gray;
}
