html, body {
	margin: 0; padding: 0; height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #111111;
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat;
}


div#container {
	position: absolute;
	width: 800px; height: 600px;
	left: 50%; top: 50%;
	margin: -300px 0 0 -400px;
	padding: 0;
	text-align: left;
	background-color: #414043;
}


div#logo {
	position: absolute;
	left: 34px;	top: 26px;
	width: 96px; height: 149px;
}
div#onde {
	position: absolute;
	left: 0;	bottom: 0;
	width: 168px; height: 134px;
	background-image: url(../img/onde.jpg);
	background-repeat: no-repeat;
}


div#navigation {
	position: relative;
	float: left;
	width: 168px; height: 486px;
	background-image: url(../img/navigation_sfondo.jpg);
	background-repeat: repeat-x;
}
div#navigation ul {
	margin: 204px 37px 0 0;  padding: 0;
	text-align: right;
}
div#navigation li {
	height: 20px;
	padding: 0; margin: 0;
	list-style-type: none;
	color:#6C6F60;
}
div#navigation a {
	font-size: 16px;
}



div#content {
	position: relative;
	float: left;
	width: 632px; height: 486px;
	background-color: #414043;
}
div#contenuti {
	position: relative;
	padding: 0 64px 0 149px;
	top: 54px;
	height: auto;
}
div#contenuti h1 {
	margin-left: 0; padding: 0;
}


div#footer {
	position: relative;
	clear: both;
	width: 100%; height: 114px;
	margin: 0; padding: 0;
}
div#footer ul {
	margin: 0; padding: 0;
	width: 100%; height: 100%;
}
div#footer li {
	float: left;
	height: 100%;
	padding: 0; margin: 0;
	list-style-type: none;
	border-right: 1px solid #2F2D31;
	border-left: 1px solid #A0A0A2;
	color:#6C6F60;
}
div#footer a {
	display: block;
	height: 72px;
	padding: 42px 10px 0 10px;
	background-repeat: repeat-x;
	text-align: left;
	font-size: 11px;
}
div#footer a:link, div#footer a:visited {
	background-image: url(../img/footer_off.jpg);
}
div#footer a:hover {
	background-image: url(../img/footer_on.jpg);
}

div#powered {
	position: absolute;
	bottom: -20px; right: 0;
	width: auto; height: 16px;
}
div#powered a, div#powered a:link, div#powered a:visited, div#powered a:hover {
	height: 16px;
	margin: 0; padding: 0;
	background-image: none;
	text-align: right;
}

div#piva {
	position: absolute;
	bottom: 12px; right: 12px;
}

div#kwicks {
	position: absolute;
	width: 592px; height: 346px;
	top: 100px; left: 20px;
	padding: 0;
	overflow: hidden;
	background-color:#FFFFFF;
}
.kwick {
	position: relative;
	float: left;
	display: block;
	width: 60px; height: 344px;
	overflow: hidden;
	border: 1px solid #DCCDC5;
}
div#kwicks_testo {
	position: relative;
	font-size: 9px;
	text-align: center;
}
div#kwicks_testo2 {
	position: relative;
	font-size: 11px;
	width: 200px;
}


a:link, a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #DCCDC5;
	text-decoration: none;
}


img {
	border: none;
}


h1 {
	margin: 31px 0 10px 20px; padding: 0;
	color: #B9B9BB;
	font-size: 16px;
	font-weight: bold;
}


input, textarea {
	width: 220px;
	border: solid 1px #E2E3DF;
	font-size: 11px;
}
textarea {
	height:64px;
}
.submit {
	background-color: #A61D2B;
	border: none;
	width: 50px; height:20px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}


.hr {
	width: 100%; height: 1px;
	background-color: #E2E3DF;
	overflow: hidden;
	margin: 14px 0 14px 0;
}


.testo {
	font-size: 12px;
}
.testo_piccolo {
	font-size: 10px;
}

#active {
	color: #DCCDC5;
}
.grigio_scuro {
	color: #666666;
}
.bianco {
	color: #FFFFFF;
}