html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../img/muro.jpg);
}

img {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #2f6b9a;
}

a:hover {
	text-decoration: none;
	color: #adc8e7;	
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 200%;
}

h4 {
	padding: 0px;
	margin: 0px;
}



#div_body {
	width: 1024px;
	margin: 0 auto;
	padding: 0px;
}

#div_titolo {
	width: 1024px;
	height: 310px;
	background-image: url(../img/titolo.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#div_spazio_menu {
	width: 100%;
	height: 170px;
}

#div_menu {
	width: 1005px;
	height: 45px;
	/*position: relative;
	left: 560px;
	top: 170px;*/
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	text-align: right;
}

#div_spazio_menu_sotto {
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#div_login_orizzontale {
	width: 1005px;
	height: 55px;
	text-align: right;
	font-size: 11px;
}

#div_contenuti {
	width: 1024px;
	min-height: 637px;
	background-image: url(../img/ragazzo.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
}

#div_content {
	width: 1024px;
	min-height: 637px;
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid transparent;
}

#div_content_testi {
	width: 675px;
	padding: 0px;
	margin: 0px;
	margin-left: 325px;
	text-align: justify;
}

#div_footer {
	width: 1024px;
	height: 230px;
	background-image: url(../img/bottom.png);
	background-repeat: no-repeat;
}

#div_footer_contenuto {
	position: relative;
	width: 380px;
	height: 30px;
	left: 320px;
	top: 140px;
}

#div_footer_kerberosweb {
	position: relative;
	width: 40px;
	left: 889px;
	top: 133px;
	background-image: url(../img/logokerberosweb.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 40px;
}

.pagina_corrente {
	text-decoration: underline;
	color: #e62e6b;
}

/*****************************************************************************************
* MENU
*****************************************************************************************/
.chromestyle{
	width:100%;
	font-weight: bold;
	font-size: 12px;
	color: #2f6b9a;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #BBB;*/
	border: none;
	width: 100%;
	/*background: url(../img/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #2f6b9a;
	padding: 3px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
	/*background: url(../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	/*background-color: #f17d80;*/
	padding: 3px;
	color: #adc8e7;	
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	/*content: " " url(../img/downimage.gif); /*uncomment this line to use an image instead*/
	padding: 3px;
	color: #2f6b9a;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #2f6b9a; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:1000;
	background-color: #FFFFFF;
	width: 200px;
	visibility: hidden;
	text-align: left;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	height: 24px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #2f6b9a; /*THEME CHANGE HERE*/
	background-color: #b3d5ef;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	color: #2f6b9a;
}

.pagina_corrente_sottomenu {
	width: auto;
	height: 24px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #2f6b9a; /*THEME CHANGE HERE*/
	background-color: #2f6b9a;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #e0e7ec;
	color: #2f6b9a;	
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	color: #2f6b9a;
}

#div_mappa {
	background-image: url(../img/mappa.png);
	width: 680px;
	height: 452px;
}

#div_google_maps {
	position: relative;
	top: 67px;
	left: 38px;
	width: 529px;
	height: 179px;
}

.tabella_login {
	float:right;
	border-collapse: collapse;
}

.tabella_login td {
	border-collapse: collapse;
	padding: 0px 5px 0px 5px;
}

.bottoni_login_sx {
	border-left: 1px solid #000;
	border-collapse: collapse;
}

.bottoni_login_dx {
	border-right: 1px solid #000;
	border-collapse: collapse;
}

.attenzione_titolo {
	background-image: url(../img/attenzione_titolo.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 127px;
	margin: 0 auto;
}

.attenzione_corpo {
	background-image: url(../img/attenzione_back.png);
	background-repeat: repeat-y;
	width: 450px;
	min-height: 150px;
	margin: 0 auto;
}

.attenzione_interno {
	position: relative;
	left: 60px;
	width: 350px;
	color: #ffffff;
	font-weight: bold;	
}

.attenzione_fondo {
	background-image: url(../img/attenzione_foot.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 170px;
	margin: 0 auto;
}

