@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000000;
/*	background-image: url(images/sfondo_koza.jpg); */
	background-repeat: repeat;
	text-align: center; 
	color: #FFFFFF;
	font-size: 12px;
}

.print {
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	text-align: left; 
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

H2 {
	font-size:20px;
}

#container {
	background-color: #000000;
	text-align: center;
	width: 800px;
	height: 200px;
	border: 1px solid #000000;
}
#testata {
	background-color: #000000;
	width: 800px;
	height: 150px;
}
#menu {
	background-color: #000000;
	width: 800px;
	height: 50px;
}
#categoria {
	background-color: #000000;
	text-align:right;
	vertical-align: middle;
	width: 800px;
	height: 50px;
	float: no;
	position: fissa;
}
.categoria {
	color:#CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	margin: 0px 50px;
}
#corpo {
	text-align: left;
	background-color: #000000;
	width: 750px;
	padding: 0px 25px;
	margin: 0px 0px;
	position: fissa;
}
#corpo P {
	text-align: justify;
}

TD {
	vertical-align:top;
}

.elenco {
	text-align: left;
}

#piede {
	background-color: #000000;
	text-align: center;
	float: no;
	width: 800px;
	height: 60px;
	position: fissa;
	font-size: 11px;
	clear: left;
}

#piede_print {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	clear: left;
}

/* PLAYER MUSICALE */
#musica {
	background-color: #000000;
	vertical-align:top;
	width: 700px;
	margin-right: 5px;
	margin-left: 5px;
}
#musica li {
	list-style-image: url(images/cd.png);
	text-align: left;
}


