/* CSS Document */

/*stili per il layout fisso con posizionamenti assoluti*/
html,body{margin: 1em;padding:0}
body{font-family: "Futura Lt BT",Verdana, Arial, Helvetica, sans-serif;font-size: 80%;text-align: justify}
div#container{position: relative;width:760px; margin: 0 auto;
    border-left: 3px solid  #0066FF; border-right: 3px solid #0066FF; border-top: 3px solid #0066FF; background-color:#ffffff;}
div#container2{
	text-align: left;
}

/*stili generici, su header e footer*/
div#header{
	padding-right:10px;
	padding-top:10px;
	color: #000;
	text-align:right;
	background-image:url(/images/logo_ladiade.png);
	background-repeat:no-repeat;
	vertical-align: top;
	height: 100px;
}
div#header a{color: #000000;font: normal bold 1em "Futura Lt BT",Verdana,arial,Helvetica,sans-serif;text-decoration: none}
div#header a:hover{color: #000000; text-decoration: underline}
div#header a#activelink{color: #FF6666;text-decoration: none}
div#header p{
	font-size: 90%;
	height: 10px;
}
h1,h2{margin: 0;padding:0}
h1{
	color: #000000;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: bold;
	line-height: 40px;
}
h2{
	color: #00CC33;
	font-style:italic;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 25px;
	font-weight: bold;
}


.tdextra{
	border-left: 1px dashed #0066FF;
}
#extra{position: absolute; top: 104px; right: 0;
    width: 200px;padding: 1em 5px;}
#content{
	padding: 1em 10px;
	background-color: #fff;
	text-align: justify;
}

#footer{text-align:center; padding: 5px 0;
    background-color: #f7f7f7; color: #666666; border-bottom: 3px solid  #0066FF; border-top: 1px dashed #0066FF; clear:both;}
#footer a{color: #0066FF;font-weight: bold;text-decoration: underline}
#footer a:hover{color: #000000;text-decoration: underline}

/*stili per la navigazione*/
.tdnavigation{
	border-right: 1px dashed #0066FF;
	text-align: left;
	color: #FF0066;
	padding: 1em 5px;
	padding-top:1.5em;
}
.tdnavigation ul{margin: 0;padding: 0; list-style-type: none}
.tdnavigation li{margin: 0;padding: 0}
.tdnavigation a{
	color: #000000;
	font: normal bold 1.2em/1.4em "Futura Lt BT",Verdana,arial,Helvetica,sans-serif;text-decoration: none
}
.tdnavigation a:hover{color: #FF6699;text-decoration: underline;}
.tdnavigation a#activelink{color: #FF6666;text-decoration: none;}
.tdnavigation p{
	font-size: 90%;
}

/*stili per la sezione extra*/
#newsbox{
	font-size: 100%;
	margin-bottom: 2em;
	margin-left:0.3em;
	margin-right:0.3em;
	border:#999999 solid 1px;
	background-color:#f6f6f6;
	text-align:justify;
}
#newsbox h2{color: #CC0033; font-size: 1.2em;}
#newsbox p{margin: 0.3em;}
#newsbox a{color: #0099cc;font: bold "Futura Lt BT",Verdana,arial,Helvetica,sans-serif;text-decoration: none}
#newsbox a:hover{color: #FF6699;text-decoration: underline}

#box2{font-size: 100%;margin-bottom: 2em; margin-left:0.3em; margin-right:0.3em; border:#FFCC00 solid 1px; background-color: #FFFFaa; text-align:justify;}
#box2 h2{color: #006699; font-size: 1.2em;}
#box2 p{margin: 0.3em;}
#box2 a{color: #0099cc;font: bold "Futura Lt BT",Verdana,arial,Helvetica,sans-serif;text-decoration: none}
#box2 a:hover{color: #FF6699;text-decoration: underline}

#box3{font-size: 100%;margin-bottom: 2em; margin-left:0.3em; margin-right:0.3em; border:#00CC66 solid 1px; background-color: #C1FFC1; text-align:justify;}
#box3 h2{color: #FF6699;font-size: 1.2em;}
#box3 p{margin: 0.3em;}
#box3 a{color: #0099cc;font: bold "Futura Lt BT",Verdana,arial,Helvetica,sans-serif;text-decoration: none}
#box3 a:hover{color: #FF6699;text-decoration: underline}

#tabpanel{
	border: 1px solid #FF0000;
	font-size: 1.2em;
}
#tabpanel a{
	color: #FF0000;
	font-weight: bold;
}

#tabpanel2{
	border: 1px solid #FF0000;
	font-size: 0.9em;
}
#tabpanel2 a{
	color: #FF0000;
	font-weight: bold;
}

.errore{
	color:#FF0000;
	font-weight: bold;
}

#errore{
	margin: 0 auto;
	margin-top: 20px;
	border: 2px #FF3300 solid;
	background: #FFCC00;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 80%;
}

#info{
	margin: 0 auto;
	margin-top: 20px;
	border: 2px #0000FF solid;
	background: #99CCFF;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 80%;
}

#indirizzo{
	margin: auto;
	margin: 15px;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	border: 1px solid #003399;
	background-color: #D3DCE4;
}

#contatti{
	margin: auto;
	margin: 15px;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	border: 1px solid #003399;
	background-color: #FFDDCC;
}
