body {
	background: #000;
	color:#fff;
		
	scrollbar-base-color : #000;
	scrollbar-3dlight-color : #CACACA;
	scrollbar-arrow-color : #FFF;
}

/*----------------------------- DIV --------------------------*/

#container {
	background: #000 url(/img/container.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: top center;
}

#container_top {
	background-image: url(/img/container_top.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
}

#bottom {
	background: #000 url(/img/bottom.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
}

#titolo_alto{
	color:#fff;
}

.categoria{
	background-image:url(/img/categoria.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
}

/* ---- TESTI ----- */

a:link,
a:hover,
a:visited{
	color:#fff; text-decoration:underline;
}

ul.elenco li a,
ul.ul_immagini li a{
	color:#FFFFFF;
}

.titolo{
	color:#fff;
}

.testo {
	color:#fff;
}

a.testo:visited,
a.testo:link {
	color:#fff;
}
a.testo:hover {
	color:#fff;
}

.testo_menu {
	color:#fff;
}

a.testo_menu:visited { color:#fff;}
a.testo_menu:link { color:#fff;}
a.testo_menu:hover { color:#fff;}

.testo_menu_sx {
	color:#fff;
}

a.testo_menu_sx:visited { color:#fff;}
a.testo_menu_sx:link { color:#fff;}
a.testo_menu_sx:hover { color:#fff;}

/* -------------- Tag Html --------------- */

button.button_noselected{
	border: 1px solid #B11C15;
	background-color:#FFFFFF;
}

button.button_selected{
	border: 1px solid #B11C15;
	background-color:#B11C15;
	color:#FFFFFF;
}

.bottone_form{
	color: #fff;
	background-color: #B11C15;
}

textarea,select,input{
	border: 1px solid #CCCCCC;
	color:#666666;
}

table{
	 color:#fff; 
}

.contorno{
	border: 1px dashed #fff;
}

h3{
	color:#fff
}

hr {
	color: #fff;
}

h1{
	color:#fff;
}

