
/* zentrales style-sheet   */
/* arcworx   */



BODY, P, TD, DD, DL, DT, EM, FONT, INPUT, SELECT, TEXTAREA { 
	font-family: Arial, helvetica; 
	font-size: 12px; 
	font-weight:normal;
	color: #000000;
}

BODY { background-color:#FFFFFF; margin-top: 0px; margin-left: 0px; }


H1 {
	font-size:14px;
	font-weight:bold;
}

H2 {
	font-size:12px;
	font-weight:bold;
}

H3 {
	font-size:12px;
	font-weight:bold;
}

H4 {
	font-size:14px;
	font-weight:normal;
	color: #63CF00;
}

UL
{
	text-justify:newspaper;
	vertical-align:top; 
	list-style:square;
}


P {
}

.small {
	font-size:11px;
}

.xsmall {
	font-size:9px;
}
.header 
{
	font-size:24px;
}

.subheader
{
	font-weight:bold;	
}

a:link 			{ font-weight:normal; color:#000000; text-decoration:underline; }
a:visited		{ font-weight:normal; color:#000000; text-decoration:underline; }
a:hover			{ font-weight:normal; color:#000000; text-decoration:underline; }
a:active		{ font-weight:normal; color:#000000; text-decoration:underline; }
a:focus			{ font-weight:normal; color:#000000; text-decoration:underline; }
	
a:link.noul		{ font-weight:normal; color:#000000; text-decoration:none; }
a:visited.noul		{ font-weight:normal; color:#000000; text-decoration:none; }
a:hover.noul		{ font-weight:normal; color:#000000; text-decoration:none; }
a:active.noul		{ font-weight:normal; color:#000000; text-decoration:none; }
a:focus.noul		{ font-weight:normal; color:#000000; text-decoration:none; }


a.navlink:link 		{ font-weight:normal; color:#000000; text-decoration:underline; }
a.navlink:visited	{ font-weight:normal; color:#000000; text-decoration:underline; }
a.navlink:hover		{ font-weight:normal; color:#000000; text-decoration:underline; }
a.navlink:active	{ font-weight:normal; color:#000000; text-decoration:underline; }
a.navlink:focus		{ font-weight:normal; color:#000000; text-decoration:underline; }

a.navzwei:link 		{font-size:11px; font-weight:normal; color:#000000; text-decoration:none; }
a.navzwei:visited	{font-size:11px; font-weight:normal; color:#000000; text-decoration:none; }
a.navzwei:hover		{font-size:11px; font-weight:bold; color:#000000; text-decoration:none; }
a.navzwei:active	{font-size:11px; font-weight:bold; color:#000000; text-decoration:none; }
a.navzwei:focus		{font-size:11px; font-weight:bold; color:#000000; text-decoration:none; }

a.menu:link 		{font-size:12px; font-weight:normal; color:#000000; text-decoration:none; }
a.menu:visited		{font-size:12px; font-weight:normal; color:#000000; text-decoration:none; }
a.menu:hover		{font-size:12px; font-weight:normal; color:#000000; text-decoration:none; }
a.menu:active		{font-size:12px; font-weight:normal; color:#000000; text-decoration:none; }
a.menu:focus		{font-size:12px; font-weight:normal; color:#000000; text-decoration:none; }

a.noulgreen:link 	{font-size:12px; font-weight:bold; color:#63CF00; text-decoration:none; }
a.noulgreen:visited	{font-size:12px; font-weight:bold; color:#63CF00; text-decoration:none; }
a.noulgreen:hover	{font-size:12px; font-weight:bold; color:#63CF00; text-decoration:none; }
a.noulgreen:active	{font-size:12px; font-weight:bold; color:#63CF00; text-decoration:none; }
a.noulgreen:focus	{font-size:12px; font-weight:bold; color:#63CF00; text-decoration:none; }

a.noulgrey:link 	{font-size:12px; font-weight:normal; color:#9C9A9C; text-decoration:none; }
a.noulgrey:visited	{font-size:12px; font-weight:normal; color:#9C9A9C; text-decoration:none; }
a.noulgrey:hover	{font-size:12px; font-weight:normal; color:#63CF00; text-decoration:none; }
a.noulgrey:active	{font-size:12px; font-weight:normal; color:#9C9A9C; text-decoration:none; }
a.noulgrey:focus	{font-size:12px; font-weight:normal; color:#9C9A9C; text-decoration:none; }

.invisible			{ visibility:hidden; width:0px; position:absolute; }

