/* 
  CSS stylesheet for printing 
  comune.almese.it
  last rev. 20 may 2006
  by snikt.it
*/

/* GENERAL SETTINGS */
  
* {
  font-family: arial, helvetica, sans;
  font-size: 11px;
  line-height: 14px;
}

body {
  background: white;
  color: black;
}

h1 {
  font-family: Georgia, Times, serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: normal;
  text-align: left;
  color: #0e589e;
}

h2 {
  font-family: Georgia, Times, serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  color: #666;
  margin: 8px 0px 4px 0px;
  padding-bottom: 3px;
  border-bottom: 1px solid #999;
}

h4, h5 {
  font-size: 13px;
  text-align: left;
  color: #666;
  margin-bottom: 4px;
}

p {
  text-align: justify;
  margin-bottom: 7px;
}

#main table {
	border-spacing: 1px;
	margin-bottom: 6px;
}

#main th {
	background-color: #0e589e;
	color: #fff;
	text-align: left;
	padding: 1px 2px 1px 2px;
}

#main td {
	text-align: left;
	background-color: #fff;
	padding: 1px 2px 1px 2px;
}


#page {
  width: 100%;
  margin:0;
}

#header, #colsx, #coldx, #footer, #loghi_istituzioni {
  display: none;
}

#main {
  width: 98%;
  padding: -150px -100px 0px -100px;
}

/* CLASSES SETTINGS */

.title a:hover, .newstitle a:hover {
  color: #ed8641;
}

.article {
	border: 2px solid #999;
	padding: 3px;
}
