body {	margin:0;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		color: #ffffff;
	}

td,th	{	margin:0;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 11px;
			color: #ffffff;
		}

p,div	{	font-family: verdana,arial,helvetica,sans-serif;
			font-size: 11px;
			color: #ffffff;			
		}

/* Pulldown-Menüs und Eingabefelder kriegen ausdrücklich 9px */
input, select, option	{	font-size: 9px;
						}


.a_gree:hover	{ 	color: #006666;
					font-weight: bold;
					font-size: 10px;
					text-decoration: underline;
				}
.a_gree:link	{ 	color: #006666;
					font-weight: bold;
					font-size: 10px;
					text-decoration: none;
					
				}
.a_gree:visited	{ 	color: #006666;
					font-weight: bold;
					font-size: 10px;
					text-decoration: none;
					
				}
				
.a_gree:active		{ 	color: #006666;
					font-weight: bold;
					font-size: 10px;
					text-decoration: underline;
					
				}
					
.navweiss		{	color:#ffffff; }
.weiss			{	color: #FFFFFF;	}
.tweiss			{	color: #FFFFFF; font-size: 12px; font-weight: bold;}
.text			{	color: #E6FBFF; font-size: 11px;}
.termine		{	color: #2F61AA; font-size: 11px;}
.weissunder		{	color: #FFFFFF; font-size: 11px; text-decoration: underline;}
.gelb			{	color: #FFCC00;	}
.gree			{	color: #006666;	}
.copy			{	color: #006699; font-size: 10px;}
.rot			{	color: #AC0000;	}




/* links sind erstmal immer rot und ohne Unterstrich */
A:link	{ 	color: #FFFFFF;
			text-decoration: none;
		}
A:visited	{ 	color: #FFFFFF;
			text-decoration: none;
		}
A:active	{ 	color: #FFFFFF;
			text-decoration: none;
		}
A:hover	{ 	color: #FFFFFF;
			text-decoration: underline;
			
		}
			
				
.a_text			{ 	color: #E6FBFF;
					font-weight: bold;
					font-size: 10px;
					text-decoration: none;
				}
.a_text:link	{ 	color: #E6FBFF;
					font-weight: bold;
					font-size: 10px;
					text-decoration: none;
				}
.a_text:visited	{ 	color: #E6FBFF;
					font-weight: bold;
					font-size: 10px;
					text-decoration: none;
				}
.a_text:active	{ 	color: #E6FBFF;
					font-weight: bold;
					font-size: 10px;
					text-decoration: none;
				}

