/* ============================================================================================ */
* { 
	color: #006666;
}
*.hellgelb {
	color: #FFFFCC;
}
*.dunkelgruen { 
	color: #006666;
}
*.hellgruen { 
	color: #66CC99; 
}
*.dunkelbraun { 
	color: #663300;
}
*.hellbraun { 
	color: #CC6600;
}
/* ============================================================================================ */
body { 
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
} 
input { 
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}
A:link 			{  color: #663300; 		text-decoration: underline}
A:visited 		{  color: #CC6600; 		text-decoration: underline}
A:hover 		{  color: #CC6600; 		text-decoration: underline}

hr		{ 
	color:				#006666; 
	background-color: 	#006666;
	height:				5px;
  	margin-right:		0; 
  	text-align:			right; 
}
/* ============================================================================================ */
*.block {
		text-align: justify
}
*.small {
	font-size: 10px;
}
*.smallblock {
	font-size: 10px;
	text-align: justify
}
/* ============================================================================================ */

