
BODY 					{	font-size:12px; font-family:arial, helvetica, sans-serif; color:#555; text-decoration:none;
							padding:10px; margin:10px; background-color:#DDD;
						}

BODY, DIV				{ /* kein offizieller Standard des W3C	*/
						  /* NUR IE ab 5.x						*/
							scrollbar-base-color:			#CCC;
							scrollbar-track-color:			#CCC;
							scrollbar-face-color:			#AAA;
							
							scrollbar-highlight-color:		#AAA;
							scrollbar-shadow-color:			#AAA;
							
							scrollbar-3d-light-color:		#CCC;
							scrollbar-dark-shadow-color:	#CCC;
							
							scrollbar-arrow-color:			#000;
						}



TABLE#ausgabe			{	width:80%; height:100%; font-family:Arial, sans-serif; font-size:12px; border:1px solid #333; }
TABLE#ausgabe TR		{	margin-top:2px; border-bottom:1px solid #777; }

TR#zeile:hover {
	background-color:#F6F6F6;
}

TD.first				{	background-color:#AAA; border-bottom:1px solid #333; font-weight:bold; }

TR						{	margin-top:2px;  }

HR						{	width:96%; height:1px; text-align:left; border:0px; margin:10px 0; background-color:#333; }

INPUT, TEXTAREA, SELECT	{ 	font-family:Arial, sans-serif; font-size:11px; width:400px; padding:2px;  }

INPUT.focus				{	color:#666; font-weight:bold; border:1px solid #666;
							background-color:#CDE2ED;
						}
INPUT.blur				{	color:#FFF; font-weight:normal; border:1px dashed #666; background-color:#DDD; }

INPUT[type=checkbox]	{ 	color:#000099; border:1px solid orange; width:auto; }
INPUT[type=password]	{ 	color:#990000; font-weight:bold; }
INPUT[type=hidden]		{ 	background:none; border:0px; visibility:hidden; display:none; }
INPUT[type=file]		{ 	width:100%; color:#009933; }
INPUT[type=image]		{ 	padding:0; border:0px; background-color:#FFCC00; }

IMG.button				{ 	vertical-align:middle; margin:1px 6px; }

#navigation				{ 	font-size:10px; padding:2px 0; }

.highline				{	font-size:20px; font-weight:bold; color:#333; }
.small					{	font-size:9px; color:#000; }
.small02				{	font-size:11px; padding-bottom:2px 0; }

.font09					{	font-size:9px; }
.font13					{	font-size:13px; }
.font14					{	font-size:14px; }
.font16					{	font-size:16px; }

.bold					{	font-weight:bold; }
.underline				{	text-decoration:underline; }
.italic					{	font-style:italic; }
.normal					{	font-style:normal; }

.matrix					{	color:#4080BF; }

.darkred				{	color:#990000; }
.darkblue				{	color:#000099; }
.darkgrey				{	color:#454545; }
.grey666				{	color:#666; }

.center					{	text-align:center; }
.middle					{	vertical-align:middle; }

.highline				{	font-size:20px; font-weight:bold; color:#666;  }

/*** URL / Links ***/
#tree A							{ padding:0 2px; }
#tree A:link, #tree A:visited 	{ color:#333; text-decoration:none; font-weight:bold; }
#tree A:hover, #tree A:active 	{ color:#FFF; text-decoration:none; background-color:#444; cursor:pointer; }

#dym A:link, #dym A:visited 	{ color:#444; text-decoration:none; font-weight:bold; border-bottom:1px solid #FFF; }
#dym A:hover, #dym A:active 	{ text-decoration:none; cursor:pointer; border-bottom:1px solid #FF6600; }

TABLE#ausgabe A:link, TABLE#ausgabe A:visited 	{ color:#444; text-decoration:none; font-weight:bold; border-bottom:1px solid #FFF; }
TABLE#ausgabe A:hover, TABLE#ausgabe A:active 	{ text-decoration:none; cursor:pointer; border-bottom:1px solid #FF6600; }

