/* Zentralle Styles fuer biodanza*/
/* Farben: #FF6600 (orange), #FB9856 (orange hell), #D3DFA7 (hellgruen) */ 
body {
  /*background-color: #8C8CC6;*/
  scrollbar-base-color: #DCDDDC; 
  scrollbar-arrow-color: #FF6600;
  
  /*scrollbar-darkshadow-color: #9FAF89;
  scrollbar-face-color: #D3DFA7;
  scrollbar-highlight-color: #D3DFA7;
  scrollbar-shadow-color: #9FAF89;
  scrollbar-3dlight-color: #D3DFA7;
  scrollbar-track-color: #9FAF89;*/  
}

 
/* fliesstext orange punkt 8 */
 table, td {  
  	font-family : verdana, arial, helvetica, sans-serif;
  	font-size : 11px;	
	color : #FF6600;
	/*text-decoration: none;*/	
  }
  
.block{
/* text-align : justify;
	letter-spacing : 1px;*/
	line-height : 14px;
}

.basics{
	line-height : 16px;
	font-style : italic;
}

.small {
font-size : 9px;
}

 /* ueberschriften + fliesstext fett */   
.b { 
	color : #FF6600;
	font-weight: bold;
	font-size : 11px;
  }
  

 /* grau fliesstext  */   
.grau { 
	/*font-weight: bold;*/
	color: #808080;
	font-size : 8pt;
  } 

/* aktiv Status Navigation  */   
.aktiv {
	font-size : 12px;
	font-weight : bold;
	color : #FFB280;
	}
	
/* aktiv Status Navigation  */   
.head{
	font-size : 12px;
	font-weight : bold;
	color : #FF6600;
	}

/* ********* Links***********  */ 
a  {
	color : #FF6600;
	text-decoration : underline;
}
a:Visited  {
	color : #FF6600;
	text-decoration : underline;
}

a:Hover  {
	color :#FFB280;
	text-decoration : underline;
}

a:Active  {
	color :#FFB280;
	text-decoration : underline;
}


/* Navigation */
A.b  {
	font-size : 12px;
	color : #FF6600;
	font-weight : bold;
	text-decoration: none;	
	}
A.b:Active  {
	color :#FFB280;
	text-decoration: none;
	}

A.b:Visited  {
	color : #FF6600;
	text-decoration: none;
	}

A.b:Hover  {
	color :#FFB280;
	text-decoration: none;
	}

/* Subnavi */
A.sub  {
	font-size : 11px;
	color : #FF6600;
	font-weight : bold;
	text-decoration: none;	
	}
A.sub:Active  {
	color :#FFB280;
	text-decoration: none;
	}

A.sub:Visited  {
	color : #FF6600;
	text-decoration: none;
	}

A.sub:Hover  {
	color :#FFB280;
	text-decoration: none;
	}

a.ohne  {
	color : #FF6600;
	text-decoration: none;
}
a.ohne:Visited  {
	color : #FF6600;
	text-decoration: none;
}

a.ohne:Hover  {
	color :#FFB280;
	text-decoration: none;
}

a.ohne:Active  {
	color :#FFB280;
	text-decoration: none;
}
	
/********** FORMULARFELDER *******************/
.gross{width:230px;}


