/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------
	Modified and extended by Barti Bartman for the Sports-Template

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ---------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/
body { 
  background-image: url("fv4.jpg");
  background-attachment: fixed;
  background-position: top, left;
  background-repeat: no-repeat;
   scrollbar-arrow-color : #791C4D;
      	scrollbar-base-color : #E1007A;
      	scrollbar-darkshadow-color : gray;
      	scrollbar-face-color : white;
      	scrollbar-highlight-color : white;
      	scrollbar-shadow-color : #791C4D;
   	scrollbar-track-color : #E1007A;       
   }
   

} 


#copy { position: absolute; right: 0px; bottom: 0px;   z-index:10;

}

#container{
filter:alpha(opacity=40);
 -moz-opacity:0.4;           /* Mozilla 1.6 and below   */
   opacity: 0.4;               /* newer Mozilla and CSS-3 */
}



#tableone
 { 
  background-image: url("pics/backgr.jpg");
  background-attachment: fixed;
  background-position: top, left;
  background-repeat: no-repeat;

}
.text1
{
	text-indent: 0pt;
        text-align: "right";
        font-family:verdana;
	font-size: 10pt;
	font-weight: lighter;
	color: black;
	visibility: visible;
	
	}
	
.news
	{
	text-indent: 0pt;
	text-align: "justify";
	font-family:verdana;
	font-size: 10pt;
	font-weight: lighter;
	color: black;
	visibility: visible;
	font-style: italic;

		
	}

