/*Formate*/

table
	 {
	table-layout: fixed;
	border-collapse: collaps;
	}


body
  {
	background-color: #717171;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #f1f1f1;
	background: url(pics/bg2.gif) repeat fixed;
}


/*Standart-Schriftformat*/  
  
.standart
  {
	color: #f1f1f1;
	font-size: 9pt;
}

.info
  {
		color: #f1f1f1;
  		font-size: 9pt;
  }
  
.titel
  {
	color: #f1f1f1;
	font-size: 15pt;
	background: #f6c474;
	font: bold;
	border: 1 solid #A8A8A8;
}
  
  
/*Navigation-Schriftformat*/  
  

.nav
  {
	color: #717171;
	font-size: 15pt;
	background: #f6c474;
	border: 1 solid #A8A8A8;
}

.navda
  {
   text-align:right;
	color: #f9f9f9;
  	font-size: 15pt;
	background: #6e6e6e;
  }
    
/*Links im allgemeinen*/
A:link	{
		color: #f1f1f1;
		text-decoration:none;
		font-weight:bold;
		}

/*besuchte Links*/
A:visited	{
		color: #f1f1f1;
		text-decoration:none;
		font-weight:bold;
		}

/*gerade überfahrener link*/
A:hover	{
		background: #81bcf5;
		color: #f1f1f1;
		text-decoration:none;
		font-weight:bold;
		}

/*angeklickter Link*/
A:active{
		color: #f1f1f1;
		text-decoration:none;
		font-weight:bold;
		}
