body {
	background: #111 url(../img/bg.png) repeat top left;
	font-size: 75%;
	font-family: "Verdana", "arial", "tahoma", sans-serif;
	margin: 0; padding: 0;
}

a,
a:visited {
	color: #fff;
}

a:hover {
	color: #ffd800;
}

#preload { display: none; position: absolute; width: 1px; overflow: hidden; }

#body {
	background: #252525;
	margin: 0 auto 15px auto;
	position: relative;
	border: 1px solid #353535;
	border-top: none;
}

body .body-normal {
	width: 1000px;
}

body .admin-preview {
	width: 600px;
}

#header {
	height: 150px;
	background: #111 url(../img/header_default.jpg) no-repeat top right;
}

#page {
	background: #333;
	color: #eee;
}

#container {
	padding: 5px;
}

#container p {
	line-height: 17px; margin: 0;
}

#menu {
	background: #111 url(../img/menubg.png) no-repeat top left;
	color: #fcff00;
	height: 33px;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0 10px;
	vertical-align: middle;
}

#menu a,
#menu a:visited {
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	border-color: #fcff00;
	border-style: solid;
}

#menu ul li a.active {
	color: #fcff00;
}

#footer {
	position: relative;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid #333;
	color: #888;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

#footer p {
	margin: 20px 0 0 0;
	padding: 5px;
	line-height: 1.5em;
}

#footer a,
#footer a:visited {
	color: #888;
}

#footer a:hover {
	color: #fff;
}

#col-left {
	float: left;
	position: relative;
}

.page-normal {
	width: 500px;
}

.page-fullscreen {
	width: 990px;
}

#col-right {
	width: 450px;
	float: right;
	position: relative;
}

.clearer { clear: both; }

#col-right .right-image {
	margin-top: 5px;
	text-align: center;
}

#col-right .right-image img {
	border: 1px solid #111;
	margin: 0 0 1em 0;
}

#container table {
	border: 1px solid #111;
	background: #222;
}

#container table thead {
	background: #ffd800 url(../img/table_header.jpg) repeat-x top left;
	font-weight: bold;
	color: #111;
}

#container table tbody tr td {
	border-top: 1px solid #111;
}

#container form label {
	width: 120px;
	float: left;
	padding-top: 4px;
}

#container form p {
	margin: 5px;
}

#container form input,
#container form textarea,
#container form select {
	background: #222;
	color: #ccc;
	border: 1px solid #111;
}

#container form input:focus,
#container form textarea:focus,
#container form select:focus {
	border: 1px solid #555;
}

#container form select {
	min-width: 120px;
}

#container form input.submit {
	font-weight: bold;
	width: 120px;
}

#container form input.submit:hover {
	color: #fff;
	cursor: pointer;
}

#container form fieldset {
	border: 1px solid #111;
}

#container form#citylist {
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

.regione-sx {
position: absolute;
top: 10px;
left: 100px; }
.regione-dx {
position: absolute;
top: 5px;
right: 100px;}
