/* CSS del sito http://www.lkv.it/ - scritto da H1dR0GeN0 */

/* Importa. */
@import url(acontinua.css);
@import url(anavdestra.css);
@import url(atitolo.css);
@import url(minibutton.css);
@import url(miniwebmaster.css);
@import url(minicc.css);
@import url(asenza.css);
@import url(aesterno.css);
@import url(form.css);

/* Corpo. */
body {
	background-color: #888;
	background-image: url(../immagini/sfondo);
	margin: 20px;
	padding: 0;
	font-size: 1em;
	text-align: justify;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}

/* Titoli. */
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1em;
	background-color: #666;
}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1em;
	text-indent: 10px;
	background-color: #999;
}
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	text-indent: 30px;
	background-color: #ccc;
}
h4 {
	font-family: monospace;
	margin: 0 0 30px 0;
	padding: 0;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	text-indent: 30px;
	background-color: #eee;
}

/* Paragrafi e speciali. */
p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 16px 0;
	padding: 0;
	font-weight: normal;
}
.contenuto>p {
	margin: 0;
}
.contenuto>p+p {
	text-indent: 30px;
}
.navdestra>p {
	margin: 0;
	padding: 10px;
}
.evidenziato {
	color: #000;
	background-image: url(../immagini/evidenziato.png);
}
.access {
	font-weight: bold;
}
span.ak {
	font-weight: bold;
}

p.centro {
	text-align: center;
}
p.destra {
	text-align: right;
}
p.grande {
	font-size: 1.2em;
}
p.titolomenu {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	background-color: #ccc;
}
blockquote {
	color: #000;
	font-size: 0.9em;
}
blockquote>p {
	background-color: #ccc;
	border: 1px solid;
	font-size: 0.9em;
}
blockquote>cite {
	font-size: 0.8em;
	background-image: url(../immagini/evidenziato.png);
	border: 1px solid;
	font-weight: bold;
}
span.blu {
	color: #00f;
	font-weight: bold;
}
span.rosso {
	color: #f00;
	font-weight: bold;
}
span.arancione {
	color: #f93;
	font-weight: bold;
}
span.verde {
	color: #0f0;
	font-weight: bold;
}
img {
	border: 1px #000 dotted;
}
img.noborder {
	border: 0px;
}
.logo {
	height: 80px;
	width: 80px;
	padding: 0;
	margin: 5px 42.5px 0 42.5px;
	background-image: url(../immagini/logo.png);
}
.bianco {
	background-color: #fff;
	font-size: 0.8em;
	color: #000;
	padding: 0;
	border-top: 1px #000 dashed;
	border-bottom: 1px #000 dashed;
	border-left: 0;
	border-right: 0;
	text-align: center;
}
.little {
	font-size: 0.8em;
}
.code {
	color: #000;
	text-align: left;
	font-size: 0.8em;
	font-family: monospace;
}
acronym {
	cursor: help;
	border-bottom: #000 1px dashed;
}


/* Links. */
a {
	color: #00f;
	font-family: Verdana, serif;
	text-decoration: none;
}
a:link {
	color: #00f;
}
a:visited {
	color: #00f;
}
a:hover {
	color: #00f;
	border-bottom: 1px dashed;
}
a:active {
	color: #00f;
}

/* Struttura table. */
.admin {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	font-size: 1px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}
.intestazione {
	position: relative;
	width: auto;
	min-width: 680px;
	height: 60px;
	margin: 0px 0px 20px 0px;
	border: 1px dotted #f90;
	background-color: #888;
	background-image: url(../immagini/sfondo_intestazione);
	padding: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 2.7em;
	font-weight: normal;
	text-align: center;
	z-index: 4;
}
.corpo {
	position: relative;
	width: auto;
	min-width: 680px;
	margin: 0 0px 20px 0;
	border: 0;
	padding: 0;
	background-image: url(../immagini/sfondo);
	color: #000;
	z-index: 3;
}
.contenuto {
	position: relative;
	width: auto;
	min-width: 470px;
	margin: 0 190px 20px 0;
	border: 1px solid #000;
	padding: 10px;
	background-color: #fff;
	color: #000;
}
.navdestra {
	position: absolute;
	width: 165px;
	top: 0;
	right: 0;
	border: 1px dashed #000;
	padding: 0;
	background-color: #eee;
	font-size: 0.8em;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}
.navsotto {
	position: relative;
	min-width: 680px;
	bottom: 0;
	padding: 0;
	margin: 20px 0 20px 0;
	background-color: #eee;
	font-size: 0.7em;
	color: #000;
	border: 1px dashed #000;
	text-align: center;
	z-index: 1;
}

