/* ID Definitions */

/* LOGO */
#tasti	{
	background-image: url(http://www.elastiko.org/immagini/tastiera.gif);
	background-color: #335533;
	height: 25px;
	}
#logo	{
	background-color: #000000;
	}
#logo img	{
	color: #999999;
	}

.calendario	{
	font-size: 11px;
	color: #36b036;
	padding-left: 5px;
	letter-spacing: 0.12em;
	line-height: normal;
	}

/* MENU A SINISTRA - WIDTH 112px */
#menu	{
	display: block;
	position: relative;
	float: left;
	width: 116px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 3px;
	overflow: visible;
	border: none;
	}
	
/* TESTO A DESTRA - MARGINE SINISTRA 124px */
#testo	{
	display: block;
	position: relative;
	margin-left: 120px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: right;
	overflow: visible;
	border: none;
	}

/* RECAPITO E FRECCE, A PIE DI PAGINA */
#pie_pagina	{
	display: block;
	position: relative;
	padding: 6px 12px;
	text-align: center;
	overflow: visible;
	border: none;
	}

/* AVVISO JavaScript */
#avviso_js	{
	display: block;
	position: relative;
	padding: 5px;
	background-color: #ffe6e6;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	overflow: visible;
	border: double red;
	}

/* CASELLE ANNUNCI */
#annuncio_r	{
	display: block;
	position: relative;
	left: 0px;
	right: 0px;
	padding: 6px 2px;
	background-color: #ffcccc;
	font-size: 12px;
	line-height: normal;
	overflow: hidden;
	border: double red;
	}

#annuncio_g	{
	display: block;
	position: relative;
	left: 0px;
	right: 0px;
	padding: 6px 2px;
	background-color: #cce1cc;
	font-size: 12px;
	line-height: normal;
	overflow: hidden;
	border: double teal;
	}