/* TEXT AND IMAGE LAYOUT */

div.textimage{margin-right: 5px; margin-top: 5px; border: 0px solid #000}
div.textimage img{float:left;margin-top: 0px; margin-bottom: 0px; margin-right:5px; margin-left:10px}
div.textimage h2, div.textimage p{margin:0 10px; padding: 0}
div.textimage h2{margin-top: 10px; color: #666}
div.clearer{clear: left}

/* FUNZIONI */

BODY {
	background-image: url(bursak.gif);
}

b{color: }

body  { font-family: verdana, "Trebuchet MS", sans-serif }
body { font-size: 8px }

h1 { font-family: "Trebuchet MS", "times new roman", sans-serif }
h1 { font-size: 200%; margin: 0;padding: 0 10px; text-align:justify; color: white }

h2 { font-family: "Trebuchet MS", "times new roman", sans-serif }
h2 { font-size: 150%; margin: 0;padding: 0 10px; text-align:justify; color: white }

h3 { font-family: "Trebuchet MS", "times new roman", sans-serif }
h3 { font-size: 130%; margin: 0;padding: 0 10px; text-align:justify; color: white }

p { font-family: verdana, "Trebuchet MS", sans-serif }
p { font-size: 11px; padding: 0 10px; text-align:justify; color: #DDDDDD }

/* LINKS */

/* LINKS */

.class1 A:link { text-decoration: none; border-bottom: dashed 1px #333333; color: #333333; font-weight: bold }
.class1 A:visited { text-decoration: none; border-bottom: dashed 1px #333333; color: #333333; font-weight: bold }
.class1 A:hover { text-decoration: none; border-bottom: dashed 1px #333333; color: #333333; font-weight: bold }

.class2 A:link { text-decoration: none; color: white }
.class2 A:visited { text-decoration: none; color: white}
.class2 A:hover { text-decoration: none; border-bottom: dashed 1px white; color: white}

.class3 A:link { text-decoration: none; border-bottom: dashed 1px #333333; color: #333333; }
.class3 A:visited { text-decoration: none; border-bottom: dashed 1px #333333; color: #333333; }
.class3 A:hover { text-decoration: none; border-bottom: dashed 1px #333333; color: #333333; }


body{

margin-top: 5px;
margin-bottom: 0px;
margin-right:auto;
margin-left:auto;
width: 765px;
padding: 0px;
background-color: white;
color: #000;
text-align: left; 
letter-spacing : 0px;
background-color: white
}

#menu	
{
margin-top: 0px;
margin-bottom: 0px;
margin-right:auto;
margin-left: auto;
padding-left: 0px;
color: white;
text-align: center;
font-family: "Trebuchet MS", verdana, "times new roman";
font-size: 10px;
letter-spacing: -1px;
}

#testo	
{
margin-top: 0px;
margin-bottom: 0px;
margin-right:auto;
margin-left:auto;
padding: 15px;
border: 0px solid gray;
font-family: verdana; 
font-size: 12px;
color: #333333;
text-align: justify;
}


#feed
{
width: 585px;
padding: 5px 0;
margin-left: 10px;
background-color: ;
letter-spacing : 0.5px
}

#footer
{
padding: 5;
margin-top: 0px;
margin-bottom: 0px;
color: white;
font-size: 10px;
}

#footer2
{
padding: 0;
margin-left: 10px;
margin-bottom: 0px;
color: #333333;
font-size: 10px;
}


/* MENU */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0px 0 0 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #996600; /*COLORE DI SFONDO DEL GENERALE (ESCLUSO IL SOTTO MENU)*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
border-left:0px solid black; border-right:0px solid black; border-top:0px solid black; border-bottom:0px solid black; display: block;
width: 100px; /*Width of top level menu link items*/
text-decoration: none;color: white; /*COLORE DEL FONT GENERALE PASSIVO*/
padding-left:8px; padding-right:8px; padding-top:4px; padding-bottom:4px
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 0; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 160px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white; /*COLORE DEL FONT DEL SECONDO MENU PASSIVO*/
text-decoration: none;
padding: 3px 5px;
border: 0px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #3C3425; /*COLORE DI SFONDO DEL SECONDO MENU HOVER*/
color: white; /*COLORE DEL FONT DEL SECONDO MENU HOVER*/
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: black url('arrow-down.gif') no-repeat center right; /*COLORE DEL FONT DELL SECONDO MENU HOVER*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: black url('arrow-right.gif') no-repeat center right; /*COLORE DEL FONT DELL'HOVER*/

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

/* Border Image \*/
.borderimage{
border:1px solid gray;
}


/* BACK TO TOP */
.bak2top {
      font-family: Verdana;
      font-size: 10px;
	font-weight: bold;
      color: white;
      border: 0px solid;
      border-color: #0000FF;
      padding: 2px;
}
