BODY {
	background: ffffff;
	font-family: verdana;
	color: black;
	
}

.titel {
	font-size: 20px;
	color: 003471; 
	font-style: strong;
	font-weight: bold;
}

.titel2 {
	font-size: 14px;
	color: navy; 
	font-style: strong;
	font-weight: bold;
}


.titel3 {
	font-size: 14px;
	color: red; 
	font-style: strong;
	font-weight: bold;
}

HR {
	height: 1pt;
	color: black;
}

.testo {
	font: 10pt;
	font-family: Verdana;
	color: 5CDC69;
	font-weight: bold;
}

.testo2 {
	font: 6pt;
	font-family: Verdana;
	color: 003471;
	
}

td {
	font-family: verdana;
	color: 003471;
	text-align: center;
	font: 8pt;
	text-align: justify;
	
}
h5 {
	font-family: verdana;
	color: red;
	font: 10pt;
	font-weight: bold;
}

 a:link    {color: 666666; text-decoration: none;  font-size: 8pt; text-align: left;}
   a:active  {text-decoration: none;}
   a:visited {color: 666666; text-decoration: none; font-size: 8pt; text-align: left;}
   a:hover   {color: red; text-decoration: none;}


   
   
  #imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 775px;	/* IE 5.x */
		width/* */:/**/775px;	/* Other browsers */
		width: /**/775px;
		
		/* CSS HACK */
		height: 150px;	/* IE 5.x */
		height/* */:/**/150px;	/* Other browsers */
		height: /**/150px;
		
		background-color:#000;
		border: ;
		position:relative;	/* Never change this value */ 
   
   
 }

	
	
	

  .imageInGallery{    
    width:775px;
    height:150px;
    background-color:#ffffff;
    
    /* Never change these 3 value */
    left:0px;
    top:0px;
    position:absolute;  
  } 
