/* DOCUMENTO */
html, body { height: 100%; margin: 0px; padding: 0px; font-family: Tahoma, Arial, sans-serif; font-size: 11px; background-image: url(img/bg.jpg); background-repeat: repeat-x; color: #666; }

h1 { width: 550px; height: 20px; color: #993366; text-transform: uppercase; margin: 25px 0px 15px 0px; font-size: 11px; border-bottom: 1px solid #ccc; }
p { margin: 0px; }
a { color: #444; text-decoration: none; }
a:hover { color: #993366; text-decoration: underline; }
strong { color: #444; }
img { border: 0px; }
ul { padding: 0px; margin: 0px 0px 0px 13px; }

/* CONTENITORI */
#box-pagina { margin: 0 auto; width: 1000px; position: relative; min-height: 100%; height: auto !important; height: 100%; background-image: url(img/bg_pagina.jpg); background-repeat: repeat-y; background-position: center; }
#box-header { width: 100%; height: 131px; }
#box-middle { width: 1000px; margin: auto; background-image: url(img/bg_middle.jpg); background-repeat: no-repeat; }
#box-middle:after { clear: both; display: block; content: "."; height: 20px; visibility: hidden; }
#box-sx { float: left; width: 370px; }
#box-main { float: left; width: 630px; }


/* CONTENUTI */
#header { margin: auto; width: 1000px; height: 131px; }
#middle { width: 1000px; margin: auto; }
	#sx { float: left; width: 320px; padding: 0px 0px 0px 40px; }
	#main { float: left; width: 550px; padding: 0px 58px 20px 22px; line-height: 17px; }
		#indirizzo { color: #333; }
			#indirizzo a { color: #333; text-decoration: underline; }
			#indirizzo a:hover { color: #993366; }
		#crediti { font-size: 10px; color: #B27F7F; text-decoration: underline; }
			#crediti a { color: #B27F7F; text-decoration: underline; }
			#crediti a:hover { color: #993366; }

		

/* CONTATTI */
#obbligatori { float: left; width: 305px; height: 30px; text-align: right; font-size: 10px; color: #999; }
#obb { float: left; width: 305px; text-align: center; color: #993233; font-weight: bold; padding-bottom: 30px; }
#inviato { float: left; width: 305px; text-align: center; padding: 15px 0px; }

form { float: left; padding-left: 18px; }
.campo { width: 150px; float: left; height: 30px; }
.campo p { width: 60px; float: left; }
.campo input { width: 70px; float: left; font-size: 11px; font-family: Arial; color: #000; }

.campo2 { width: 300px; float: left; margin-bottom: 10px; }
.campo2 p { width: 60px; float: left; }
.campo2 input { float: left; width: 70px; margin-right: 10px; font-size: 11px; font-family: Arial; color: #000; }
.campo2 textarea { width: 220px; float: left; height: 40px; font-size: 11px; font-family: Arial; color: #000; }

.trattamento { font-size: 9px; line-height: 11px; margin-bottom: 10px; width: 280px; color: #aaa; float: left; }
.invia { float: left; width: 300px; }
.obb { border: 2px solid #993233; }