@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f2f2f2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
#container {
	width: 100%;
	height: 100%;
}
#krpanoDIV {
	height: 90%;
	text-align: center;
	background: #F2F2F2;
	margin: 0;
}
a, a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f30;
}
noscript #inner {
	color: #333;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 480px;
	margin: auto;
	text-align: center;
}
#immagine {
	width: auto;
	text-align: center;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ccc;
	height: 10%;
	padding: 0 10px;
}
#immagine p {
	font-family: "Courier New", Courier, monospace;
	padding-top: 10px;
}
#immagine img {
	border: none;
	padding: 0 0 7px 0;
}

#titolo {
	float: left;
	width: auto;
	font-size: 10px;
}
#titolo p {
	padding-left: 10px;
}
.titolo {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	margin: 0;
	font: italic bold 15px "Courier New", Courier, monospace;
	color: #036;
}
.sottotitolo {
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	font: italic bold 12px/18px "Times New Roman", Times, serif;
}
.googleads {
	float: right;
	padding: 10px 10px 0 0;
}
#titolo p strong {
	color: #066;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

