/* CSS Document*/

body {

    background-color: #222;
    width: 100%;
    margin: 0px 0px;
    background-repeat: repeat-x;
}

.mappa {
  padding-top: 21px;
  padding-right: 25px;
  float: left;
}

.contenitore {
    position: relative;
  background-image: url("golfo/sfondo.jpg");
}
#header {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    height: 100px;
}

#menu {
  position: absolute;
  margin-left: 0px;
  margin-top: 142px;
  width: 230px;
  padding-left: 20px;
  padding-top: 18px;
  background-color: 000000;
}

html>body #menu {
  padding-top: 2px!important;
}
.menu_tasti li {
  padding-left: 40px;
  list-style-type: none;
  padding-bottom: 10px;
}

.menu_tasti a:link {
  color: #999;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menu_tasti a:visited {
  color: #999;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menu_tasti a:hover {
  color: #159;
  font-size: 14px;
  font-weight: bold;
}

.menu_tasti a:active {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}
.menu_lista li {
  padding-left: 0px;
  list-style-type: none;
  padding-bottom: 10px;
}

.menu_lista a:link, .menu_lista a:visited {
  color: #999;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menu_lista a:hover {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

.menu_lista a:active {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

.menu_up {
  color: #EF873B;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#contenuto {
  position: absolute;
  margin-left: 245px;
  margin-top: 142px;
  background-color: FFFFFF;
  padding-left: 45px;
  color: #999;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  border-left: 1px solid #EF873B;
  height: 370px;
}

html>body #contenuto {
  min-height: 380px !important;
}

#contenuto p {
  padding-bottom: 10px;
}

#contenuto li {
  padding-left: 0px;
  list-style-type: none;
  padding-bottom: 0px;

#contenuto a:link, #contenuto a:visited {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

#contenuto a:hover, #contenuto a:active {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

.menu-progetti img {
	width: 46px;
	height: 46px;
}

.menu-progetti {
	border-color: #fff; 
    border-collapse: collapse;
}

.photo {
	position: absolute;
	margin-left: 0px;
  	margin-top: 0px;
}

.video {
	position: absolute;
	margin-left: 0px;
  	margin-top: 0px;
}


