@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #006699; /*dk green*/;
	color: #006699;
	background-repeat: repeat;
	font-size: 0.9em;
}
/*=============== 
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ 
margins auto center the container on the page
========================*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #FFFFFF;
	width: 90%;
}
/*=================== 
styles for top banner 
========================*/
#banner {
	background-position: left top;
	padding: 10px;
	background-color: #FFFFFF;
	background-image:url('http://www.annunci-gratuiti.it/images/leonardo.gif');
	height: 100px;
	background-repeat: no-repeat;
	color: #006699;
	position: relative;
}
#banner .title {
	float: right;
	background-color: transparent;
	color: #006699;
	margin-top: 0px;
	font-size: 2.2em;
	font-weight: bolder;
	
}
#img .float-left {
	float:left;
	width: 100px;
}

#banner .tagline {
	font-size: small;
	font-style: italic;
	background-color: transparent;
	color: #315017;
	float: right;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: left;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #006699;
	border-bottom: 2px solid #006699;
	
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#navigazione {
	background-color: #FFFFFF;
	margin-top: 5px;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============
all site links
==============*/
a:link {
	
	color: #006699;
	background: transparent;
	text-decoration : none;
}
a:visited {
	
	color: #006699;
	background: transparent;
	padding: 0px;
	text-decoration : none;
}
a:hover {
	
	text-decoration : none;
	background: transparent;
	color: red;
}
a:active {
	
	text-decoration : none;
	background: #904B12;
	color: #006699;
}
/*====================== 
styles for main content area 
=========================*/
#content {
	/*margin-right: 200px;*/
	margin-left: 170px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/bullet1.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/bullet1.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}
#vertmenu .heading {
	display: block;
	background-color: #006699;
	color: #DDDFAE;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #006699;
	margin: 0px;
	width: 159px;
	
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #006699;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #006699;
	background-color: #DDDFAE;
}
/*============== 
Styles for footer 
===================*/
#footer {
	border-top: 2px solid #006699;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: left;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== 
general styles 
=================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================
Styles for heading tags 
=============== */
h1, h2, h3, h4 {
	color: #006699; /*dk green*/;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .6em;
}
/*================
used to center anything
==============*/
.center {
	text-align: center;
}
/* ============
floats images to right or left 
============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

fieldset {
	padding : 0.5em 1em;
	margin : .5em .5em;
	border: 1px solid #006699;
	
}
label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
#field {
 margin: 10px;
 padding: 1em;
 border: 2px solid #FF3300;
 width: 550px;
 position: relative;

}
#field h2 {
 display: inline;
 position: absolute;
 top: -13px;
 background: #ffffff;
 color: #008;
 margin: 0 3px;
 padding:2px;
 font: normal 1.4em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; color: #FF3300;
#fieldred {
 margin: 10px;
 padding: 1em;
 border: 2px solid #FF0000;
 width: 550px;
 position: relative;

}
#fieldred h2 {
 display: inline;
 position: absolute;
 top: -13px;
 background: #ffffff;
 color: #008;
 margin: 0 3px;
 padding:2px;
 font: normal 1.4em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; color: #FF0000;
}
