
.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
font-size: 90%;
}

.labelfield{ /*CSS for label field in general*/
color:#A52A2A;
font-size: 80%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 80%;
}

#example2{ /*Demo 2 main container*/
width: 600px;
height: 8em;
border: 1px dashed black;
padding: 0px;
background-color: #EEEEEE;
color: black;
}

#example2 ul {
margin:0;
padding: 5px;;

list-style-type: none
}


.title {
	font-size: 110%;
	text-decoration: none;
	padding: 5px;
   	background-color: #FFFFEA;
    border: 1px dashed #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #6699FF
}



img {

  padding: 0px;
  border: 0 dashed white;

}

table{
    border: 1px dashed #FFFFFF;

}

td{
  border:0;
  color:     #333333;
}


.subtitle  {
    margin-top:10px;
	font-size: 100%;
	text-decoration: none;
	padding: 5px;
   	background-color: #FFFFEA;
    border: 1px dashed #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #6699FF
}
.CopyR {
font: normal bold 9px verdana, sans-serif;
color: blue;
}


html,body{
    margin:0;
    padding:0
    }

body {
    background: #B3B3B3 url(g2k_sfondocontainer.jpg) repeat-y center;
    font:90% Verdana, Arial, Helvetica, sans-serif  ;
    color: #333333;
}


.text {
font: normal normal 12px verdana, sans-serif;
color: #FFFFFF;
}

A:link, A:visited {
text-decoration: none;
color: blue;
}

content.PRE{
color: #FFF;
}

content.A:hover {
background-color: #99E;
color: #EEE;
}

/*content..button {
border-top: 1px solid;
}

content..textbox {
border: 1px solid;
margin: 10px 0 10px 0px;
}*/



hr {
      border: 1px dashed lightgray;
      height: 1px;
}

hr.gallery {
    clear: left;
    border: 1px dashed lightgray;
    height: 1px;
    width: 75%;
}


#title2note{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 20em;
	margin: 1em;
	padding: 7px 5px 7px 10px;
	font: 12px/1.2em "Lucida Console", "Courier New", monospace;
	text-align: left;
	color: #111;
	background-color: #FFFFB4;
	border: 1px solid #111;
}
/* star html hack - IE only */
* html #title2note{
	position: absolute;
}
/* a bet on future IEs */
#title2note[id]{
	position: fixed;
}


div.imgblok{
    clear:left;
    margin: 0;
}

div.textbox2 {
    color:black;
    font-size: 80%;
    clear: left;
    margin: 5px;
}

div.textbox {
    float:left;
    font-size: 80%;
    color:black;

}

div.imgcontainer{
    float:left;
    margin: 5px;
}

div.imgcontainer img{ display:block;
    border:1px dashed blue;
    padding:5px}

#header{
	background-color: #B0C4DE;
	padding: 5px;
	margin: 0;
	/*border-bottom: 2px dashed white;   */
	width: 740px;
}


#contenitore{
	width: 750px;
    margin: 0 auto;
    background-color: #B0C4DE;
    text-align: left;

}



#menu{
    clear: left;
    float: left;
    width: 90px;
    background: ##B0C4DE;
    padding: 10px;
}

#menu#snapview{
    border: 2 dashed red;
}



#navlist
{
padding: 1px;
margin-left: 0;
font: bold 12px verdana;
background: #e6e6e6;
width: 90px;
color: #006; }

#navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px dotted #004080 ;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
color: #000080;
background: white;
}

#navlist li#active
{
color: #000080;
background: white;
}


/*#menu ul {
margin:0;
padding: 0;
list-style-type: none
}

#menu ul a {
display:block;
border-bottom: 2px solid #fff;
color:blue;
text-decoration: none
width: 80px;
}

#menu ul a#activelink{
background-color: #FFFFEA;
text-decoration: none
}

#menu ul a:hover {
background-color: #FFFFEA;
color: #f00
}*/


#content{background-color: #B0C4DE;
 	overflow: auto;
    float: left;
    width: 604px;
    min-height: 550px;
    border: 2px dashed lightgray;
    padding: 10px;
}

#footer{
    font-size:80%;
	background-color: #B0C4DE;
	clear: both;
	padding: 0;
	margin: auto;
	/*border-top: 2px dashed white; */
   	width: 750px;
	}



