/* CSS Document */
/* edit by ma2k1 */

body {
			background: #ffffff;
			color: black;			
			margin: 0;
			padding: 0;
			height: 100%;			
 			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    		font-size: 80%;
}

#testata {
			position: relative;
			height: 101px;			
			
}

#testata .box {
			margin: 5px;
			padding-bottom: 5px;
}

#logo{
			float: left;
			width: 80%;
}

#bandiere {
			padding-top: 30px;
			width: 18%;
			float: right;
}



#menu	{   
			clear: both;
   			background-position: right;
			background-image: url('../img/back.jpg');
			background-repeat: repeat-y;
			color: black;
			background-color: transparent;
}

#menu .box {
   			border-top: 2px solid #000000;
   			border-bottom: 1px solid #000000;
			padding: 5px;									
}


#contenuto {
    		font-size: 140%;

}

#contenuto .box { 
			padding: 30px;
			margin-right: 10%;
			margin-left: 10%;
}


#footer {
			clear: left;
			margin-bottom: 5px;			
			text-align: center;
			line-height: 130%;
			border-top: 1px solid #999;						
}

#misc {
			padding: 10px;			
}

#copyright {
   			color: #999;
   			background: transparent;
			padding-top: 1px;
}




.ban {
			border: 0px;
			margin-left: 15px;
}

/* classe per le immagini da mettere tra il logo e le bandierine */
.cert {
			border: 0px;
			margin-left: 3%;
}

#contenuto img {
			padding: 2px;
			margin-top: 30px;
			margin-bottom: 30px;
			margin-left: 30px;
			margin-right: 30px;
			vertical-align: middle;
			border: 1px solid black;
}




/* LINK PER IL MENU */

.menu {
			margin-left: 5px;
			margin-right: 5px;						

}

a.menu {
			font-weight: bold;
   			text-decoration: none;
			color: blue;
			background: none;
}

a.menu:hover {
			background: #FFFF66;			
			color: blue;
}

.menu-sel {
			margin-left: 5px;
			margin-right: 5px;						

}

a.menu-sel {
			font-weight: bold;
   			text-decoration: none;
			color: red;
			background: none;
}

a.menu-sel:hover {
			background: #FFFF66;			
			color: red;
}

/* NOT DISPLAY */
hr { display: none; }


