body { margin-left: 10px; margin-top: 0px; margin-right: 10px; margin-bottom: 10px; font-size: 12px; font-family: Verdana, Arial, Helvectica; color: Black; background: #FFFFFF; }
 
A			{ font-family: Verdana, Arial, Helvectica; color: #9D9FA2; text-decoration: none; }
A:Visited	{ font-family: Verdana, Arial, Helvectica; color: #9D9FA2; text-decoration: none; }
A:Active	{ font-family: Verdana, Arial, Helvectica; color: #9D9FA2; text-decoration: none; }
A:Hover		{ font-family: Verdana, Arial, Helvectica; color: #4D4D4F; text-decoration: underline; }

A.nav-links			{ font-family: Verdana, Arial, Helvectica; color: #000000; text-decoration: none; font-size:12px; font-weight: bold; }
A:Visited.nav-links	{ font-family: Verdana, Arial, Helvectica; color: #000000; text-decoration: none; font-size:12px; font-weight: bold; }
A:Active.nav-links	{ font-family: Verdana, Arial, Helvectica; color: #FF0000; text-decoration: none; font-size:12px; font-weight: bold; }
A:Hover.nav-links		{ font-family: Verdana, Arial, Helvectica; color: #4D4D4F; text-decoration: underline; font-size:12px; font-weight: bold; }

.nav		{ font-size:15px; font-family: Verdana, Arial, Helvectica; color: black; }
.input		{ width: 150px; font: 11px Verdana, Arial; color: #000000; background-color: #ffffff; border: #000000 1px solid; }

TD		{ font-size:11px; font-family: Verdana, Arial, Helvectica; color: black; }

.typo-headline	{
	font-size:12px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.typo-normal	{
	font-size:11px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	color: black;
}

.typo-normal-fett	{
	font-size:11px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.typo-normal-grau	{
	font-size:11px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	color: #CCCCCC;
}

.typo-small	{
	font-size:10px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	color: black;
}

.typo-small-fett	{
	font-size:10px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.typo-small-date	{
	font-size:10px;
	font-family: Verdana, Arial, Helvectica;
	font-style: italic;
	color: black;
}

.typo-fett	{
	font-size:14px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	font-weight: bold;
	color: black;
/*	background-color: #FFFF00; */
}

.typo-error	{
	font-size:11px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	font-weight: bold;
	color: red;
}

.typo-ok	{
	font-size:11px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	font-weight: bold;
	color: green;
}

.typo-normal-ok	{
	font-size:11px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	font-weight: bold;
	color: green;
}

.typo-normal-ok-grau	{
	font-size:11px;
	font-family: Verdana, Arial, Helvectica;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}

.tab-hg			{ background-color: #CCCCCC; }
.tab-hg-ok		{ background-color: #99F575; }
.tab-hg-dark	{ background-color: #808080; }
.tab-hg-dark	{ background-color: #808080; }
.tab-border		{ background-color: #BDBEC0; }

.tab-border-outline {
	border: 1px solid #000000;
}

#containerul, #containerul ul{
text-align:left;
margin:0;				/* Removes browser default margins applied to the lists. */
padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
margin:0 0 0 30px;			/* A left margin to indent the list items and give the menu a sense of structure. */
padding:0;				/* Removes browser default padding applied to the list items. */
list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
float:left;
width:12px;
height:1em;
background-position:0 50%;
background-repeat:no-repeat;
}

.tool { background-color:#E8E8E8; position:absolute; z-index:2; padding:3px; font:10px Verdana, Arial, Helvectica; border:1px solid black; width:150px; visibility:hidden; }