
/*****SITO WEB STUDIO TECNICO GEOM. GIANLUCA COCCHI******/
body{
  background: #333333 url(img/bg1.jpg);
  color: #2B2B2B;
  margin: 0;
  font-family: arial, times, Times, georgia, serif;
  text-align: center;
}
a { text-decoration: none; color: #333; border-bottom: 1px dashed #333; }
a:hover {border-bottom: 1px dashed #808080; color: #808080; }


/*****LAYOUT GENERALE******/
#container{
  margin: auto;
  width: 750px;
  border: #050505 1px solid;
  background: #333;
  text-align: left;
}

#head{
	margin: 0;
	padding: 8px 0px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 5px;
	word-spacing: 10px;
	background: #2B2B2B;
}

#nav {
	background: #ADFF2F;
	margin: 0;
	padding: 0;
	height: 26px;
	width: 750px;
}

/********COLONNE DI SCRITTURA********/

#content{
	border: 10px solid #F0EDE3;
	background: #fff;
	padding: 10px;
	position: relative;
	float: left;
	width: 540px;
}

#content h1, #content h2{
    font-family: arial, times, Times, georgia, serif;
    color: #000;
  	letter-spacing: -1px;
	font-size: 25px;
	line-height: 30px;
	padding: 2px;
	margin: 5px;
	font-weight: 500;
}

#right h3 {
	font-family: arial, times, Times, georgia, serif;
	color: White;
	font-size: 20px;
	margin-top: 5px;
	padding-top: 5px;
}
#content li {
	margin: 0 0 0 0;
	border-bottom: 1px solid #F0ede3;
	border-left: 6px solid #ADFF2F;
	padding: 0 0 5px 20px;
	list-style: none;
	color: #999;
}

#content a {
	text-decoration: none;
	color: #2F4F4F;
	border-bottom: 1px dashed #2F4F4F;
}
#content a:hover {
	border-bottom: 1px dashed #ADFF2F;
	color: #ADFF2F;
}

#content p {
	background-color:#f6f6f6;
	font-size: 14px;
	margin:4px;
	padding:5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
   margin:0;
	padding:0 10px 0 10px;
}

#right {
	float: right;
	background: #333;
	width: 150px;
	color: #fff;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
}
#right p {
   font-size: 14px;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
	display: block;
	width: 120px;
	border-left: 5px solid #ADFF2F;
	border-bottom: 1px solid #F0ede3;
	padding: 2px 2px 2px 10px;
	background: #333;
	text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #fff;
}

#list-menu a:hover {
background: #333;
border-left: 5px solid #333;
color: #61bc21;
}

.titolo{
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	color: #2F4F4F;
	padding-top: -2px;
	text-align: center;
	vertical-align: baseline;
}

/*******FOOTER  BARRA IN BASSO VERDE *********/
#footer {
	background: #ADFF2F;
	text-align: center;
	color: #2D4E0E;
	font-size: 12px;
	padding: 5px;
	line-height: 16px;
	clear: both;
}

#footer a{
  color: #333333;
}
