/* CSS Document */

html {
	height: 100%;
}
body {
	margin: 0px;
	/*background-color: #987651;*/
	/*background-color: #EADFC9;*/
	background-color: #FFFFF0;
	height: 100%;
	font-family: "Lucida Grande", "Luxi Sans", "DejaVu Sans", "Trebuchet MS",  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
#main {
	width: 760px;
	margin: 0px auto;
	background-image: url(../images/sfondo_logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 600px;
}
#admin {
	width: 760px;
	margin: 0px auto;
	min-height: 600px;
}
* html #main #admin{
	height: 600px;
}
#top {
	width: 760px;
	height: 210px;
	margin: 0px;
	background-image: url(../images/logo_villadellauro.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#menu {
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	/*width: 150px;*/
	height: auto;
}
#content {
	/*margin-left: 150px;*/
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 25px;
	padding: 0px 10px;
	/*width: 590px;*/
	width: 740px;
}
.header {
	color: #003333;
	display: block;
	border-bottom: 3px solid #996600;
}
#footer {
	clear: left;
	padding: 0 10px;
	width: 740px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color:#996600;
}
#flash {
	border: 6px double #996600;
	width: 550px;
	height: 400px;
}
#lingua {
	width: 740px;
	height: 25px;
	margin: 0px;
	padding: 0 10px;
	position: relative;
	top: 185px;
}
.headline:first-letter {
	font-size: 24px;
	font-weight: bold;
}
.input_text {
	border: 1px solid #996600;
	background-color: #FFFFFF;
	color: #003366;
	width: 200px;
	font-family: "Lucida Grande", "Luxi Sans", "DejaVu Sans", "Trebuchet MS",  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.input_text:focus {
	background-color: #FFFFF0;
}
.form_select {
	border: 1px solid #996600;
	background-color: #FFFFFF;
	color: #003366;
	font-family: "Lucida Grande", "Luxi Sans", "DejaVu Sans", "Trebuchet MS",  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form_textarea {
	border: 1px solid #996600;
	background-color: #FFFFFF;
	color: #003366;
	width: 300px;
	height: 100px;
	font-family: "Lucida Grande", "Luxi Sans", "DejaVu Sans", "Trebuchet MS",  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form_textarea:focus {
	background-color: #FFFFF0;
}
#contatti {
	width: 500px;
	margin: 0px;
	padding: 0px;
}

.contatti_sinistra {
	width: 150px;
	text-align: right;
}
.contatti_destra {
	width: 350px;
	text-align: left;
}
#tour {
	clear: both;
	width: 760px;
	height: 119px;
	text-align: center;
}
.login {
	border: 3px double #f6f0ff;
}
#login {
	background-color: #f0f6ff;
}
.login_logo {
	background-image: url(../images/logo_villadellauro.png);
	height: 210px;
}
.offerListing-odd {
	background-color: #f6f0ff;
}
.offerListing-even {
	background-color: #f0f6ff;
}