body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
   border-color: grey;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
   border:0;
}

body {
   font-family: sans-serif;
   font-size: 12px;
}

#container {
   width: 960px;
   margin: 10px auto;
}

#header {
   width: 960px;
   height: 180px;
   background: transparent url('../img/header.jpg') no-repeat top left;
}

#topmenu {
   font-size: 1.2em;
   width: 948px;
   height: 26px;
   line-height: 26px;
   background:transparent url('../img/sfondo_menu.jpg') no-repeat top left;
   color: white;
   padding: 0px 6px;
   margin-top: 5px;
}

#titolo_griglia {
   background: #87b3d8;
   width: 100%;
   text-align: center;
   color: white;
}

.titolo {
   font-size: 14px;
   font-weight: bold;
   color: blue;
   width: 200px;
   float:left;
 /*  border-bottom:1px dashed grey; */
}


.ricerca {
   font-size: 14px;
   font-weight: bold;
   color: black;
   width: 100px;
   float:left;
 /*  border-bottom:1px dashed grey; */
}

input {
   float: left;
   width:350px;
}

th {
   background: #afd1ee;
   width:320px;
   text-align: center;
   color: black;
   font-weight: bold;
   font-size: 13px;
}

input {
   margin-bottom: 5px;
}

#form {
   width: 470px;
   float: left;
}

p {
   font-weight: bold;
 font-size: 12px;
}

.colonna {
   width: 470px;
   float: left;
  ;
}

#griglia {
   width: 100%;
   float: left;
   margin-top: 10px;
}

#form2 {
   float: left;
   width: 470px;
   
}

#testo {
   width: 100%;
   float: left;
   border-bottom:1px dashed grey;
   margin-bottom: 20px;
}

#body {
   width: 940px;
   height: 960px;
   background: transparent url('../img/sfondo_blu.png') no-repeat top left;
   float: left;
   padding-top: 10px;
   padding-right: 10px;
   padding-left: 10px;
}

#sidebar {
   width: 210px;
   height: 500px;
   float: left;
   background-color: red;
}

#footer {
   width: 948px;
   height: 26px;
   line-height: 26px;
   background: transparent url('../img/sfondo_menu.jpg') no-repeat top left;
   color: white;
   padding: 0px 6px;
   text-align: center;
}


h1 {
   font-size: 1.8em;
   padding-bottom: 10px;
}

p {
   text-align: justify;
}

td.label {
   text-align: left;
   width: 100px;
}

.risultati {
   border: 1px;
   line-height: 20px;
   padding-left: 3px;
}

#submit {
   width: 60px;
}
