BODY { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
margin-top : 0; 
margin-left : 0; 
margin-right : 0; 
margin-bottom : 0; 
} 

FONT { 
font-family : Arial, Helvetica, sans-serif;
font-size : 11px; 
}

TD { 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
font-size : 11px; 
}

P { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
}

DIV { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
}

INPUT { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
}

TEXTAREA { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
}

FORM { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
}

SELECT { 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
font-size : 11px; 
}

A:link { 
background : none repeat; 
color : #333333; 
font-size : 11px; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

A:active { 
background : none repeat; 
color : #333333; 
font-size : 11px; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

A:visited { 
background : none repeat; 
color : #333333; 
font-size : 11px; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

A:hover { 
background : none repeat; 
color : #666666; 
font-size : 11px; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

.pn-title { 
background : none repeat; 
color : #000000; 
font-size : 11px; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

.content { 
background : none repeat; 
color : #000000; 
font-size : 11px; 
font-family : Arial, Helvetica, sans-serif; 
}

.storytitle { 
background : none repeat; 
color : #000000; 
font-size : 11px; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

.storycat { 
background : none repeat; 
color : #000000; 
font-size : 11px; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

.boxtitle { 
background : none repeat; 
color : #000000; 
font-size : 11px; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

.boxcontent { 
background : none repeat; 
color : #000000; 
font-size : 11px; 
font-family : Arial, Helvetica, sans-serif; 
}

.option { 
background : none repeat; 
color : #000000; 
font-size : 11px; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

.tiny { 
background : none repeat; 
color : #000000; 
font-size : 10px; 
font-weight : normal; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
}

img { 
border : 1 none inherit; 
}

img { 
border : medium none inherit; 
} 

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
	
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
text-decoration: none;
padding: 3px 20px;
margin-right: 1px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../shade.gif) top left repeat-x;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
background-image: url(../shadeactiveC.gif);
border-bottom-color: #99CC00;
}

ul.tabbernav li.tabberactive a
{
background-image: url(../shadeactive.gif);
border-bottom-color: #99CC00;
	
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:10px;
	background-color: #99CC00;
	/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

height:248px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid; /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:400px;
 overflow:auto;
}

/* blocco verde */

.bloccoV {
	background-color: #F4FFD2;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
}

/* blocco verde */
.bloccoVB {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
}

/* blocco Arancio */
.bloccoAx2 {
	background-color: #FFE7D7;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}

/* blocco Arancio */
.bloccoAx2B {
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}

/* blocco Arancio */
.bloccoA {
	background-color: #FFE7D7;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
/* blocco Arancio */
.bloccoAB {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}

/* home page daniele 2011 */

  .headerfoto_lingue{
	  position:relative;
	  float:right;
	  top:33px;
	  display:block;
   }

   .headerfoto{
	  position:relative;
	  float:right;
	  top:45px;
	  display:block;
   }

      .headerfoto1{
	  position:relative;
	  float:left;
	  height:75px;
	  background:url(http://www.euroform-w.it/euroform/images/home/menu.png);

   }

      .headerfoto3{
	  position:absolute;
	  top:0px;
	  width:975px;
   } 

      .menu{
	  position:relative;
	  float:left;
	  height:75px;
	  width:40px;
	  background:url(http://www.euroform-w.it/euroform/images/home/menu.png);
   } 

      .menu1{
	  position:relative;
	  float:left;
	  height:75px;
	  width:59px;
	  background:url(http://www.euroform-w.it/euroform/images/home/menu1.png);
   } 

      .bordoo{
	  border-bottom: 2px;
	  border-bottom-style: solid;
	  border-color: #99CC00;
   }              

      .bandiere{
	  top:10px;
	  position:relative;
	  float:right;
	  display:block;
   } 

      .bandiera1{
	  position:relative;
	  float:right;
	  display:inline; 
   }

      .cl{
	  clear:both; 
   }   

      .menu_bottom{
	  background:url(http://www.euroform-w.it/euroform/images/home/menu_bottom.gif);
	  height:48px;   
   } 



