/* CSS Document */
/* reset di base */
html, body, h1, h2, h3 {
  margin 0; padding: 0;
}
body {
  font: normal 14px Serif;
  background-color: #FFF;
  color: #0000FF;
  text-align: center; /*Per IE 6*/
}

h2 {
  font: bold 16px Serif;
  color: #066;
  margin: 1px;
  padding: 1px;
  text-align: center;
}

p {
  font: normal 12px Serif;
  color: #636;
  margin: 4px;
  padding: 5px;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #808080;
}
a:hover {
  color: #800000;
  text-decoration: underline;
}

#contenitore {
  width: 740px;
  margin: 0 auto;
  text-align: left;
}

#testa {
  height: 80px;
  position: relative;
  border-bottom: 2px solid #636;
  padding-bottom: 2px;
  margin-bottom: 2px;      
}

#testa h1 {
 /*Image replacement*/
  background-image: url(../img/logo_bangher.jpg);
	background-repeat: no-repeat;
  font-size: 1px;
  width: 740px;
  height: 80px;
  text-indent: -5000px;
  float: left;
} 

#navtesta {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#navtesta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navtesta li {
  display: inline;
}

#navtesta ul li a {
  color: #fff;
}

#navtesta ul li a:hover {
  color: #aaa;
}

#coldx {
  width: 148px;
  float: left;
	font: normal 12px times;
}

#coldx ul {
  
  list-style: none;
  margin: 0 0 0 8px;
  padding: 0;
  line-height: 22px;
}

#coldx ul li a {
  font: bold 16px times;
  color: #009900;
}

#coldx ul li a:hover{
  background-color: #EEEEEE;
  color: #006600;
  font: bold 16px Serif;
}

#coldx ul ul {
  margin-left: 28px;
}

#coldx ul a {
  display: block;
}



#coldx ul ul a {
  /*display: none;*/ 
}

#coldx ul ul a:hover {
  background-color: #CCCCCC;
}

.loghi {
  margin: 5px 0 5px 0;
  text-align: center;
}

.loghi img {
  border: 0;
}

#red {color:red;text-align:center;}

.chall {text-indent: 10px;margin: 10px;}

.chall a {text-decoration: underline;color:#00f;}


#blank {
	width: 130px;
	height: 5px;
	line-height: 5px;
	margin: 10px;
	background-color: #090;
}

#fondo {
  clear: both;
  height: 60px;
  background-color: #fff;
  color: #f00;
  text-align: center;
	vertical-align: center;
}
#piede {
  clear: both;
  height: 20px;
  background-color: #9cc;
  color: #0000FF;
  text-align: center;
}

