/* '@Project: Viche Viche	@Type: Personalizzabile
'Style - © 2009 - 2009 KinderSoft
'Stile base SITO vicheviche.org versione maggio 2009
*/


/* Stili per TAG standard*/

body {
	margin: 0px; 
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	cursor:	default;
	color: white;
	background: black;
}

a:link { color: yellow; }
a:visited {	color: yellow;}
a:active  { color: yellow;}
a:hover{
	color: red;
}

/* Stili per Layout Pagina */

a.lnkB {
	margin: 0px;
	width: auto;
	padding:8px;
	padding-top: 12px;
	height: 50px;
	display:block;
	background-color:rgb(132,0,16);
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
a.lnkB:link {color: yellow;}
a.lnkB:active {color: yellow;}
a.lnkB:visited {color: yellow;}
a.lnkB:hover {
	text-decoration: none;
	color: black;
	background-color:rgb(214,223,206);
}

div.container {
	width:auto;
	margin-top: 6px;
	margin-left:5%;
}

div.leftB {
	height: auto;
	margin-right:10px;
	padding: 5px;
	padding-bottom: 1px;
	border: 1px solid silver;
	float:left;
	margin-bottom:40px;
}

div.rightB {
	height: auto;
	margin-bottom:13px;
	width: 45%;
	padding: 4px;
	border: 1px solid silver;
	float:left;
	text-align:center;
	vertical-align:center;
}

.textB {
	height: auto;
	margin-right:10px;
	padding: 5px;
	border: 1px solid silver;
	margin-bottom:10px;
}

.footer {
	width: 40%;
	font-size: 11px; color:silver;
	clear:both;
	text-align: justify;
}

.fondopagina{
	margin: 20px;
	font-size: 11px; color:silver;
}
