/* Schriftfamilie */
.Titel , .Firma-Titel , .Projekt-Titel ,
.Projekt-Aufgabe , .Text-Aktuell , .Text-Ergaezung , .Text-Offen , .Text , .Text-tab ,
.Seiteninfo
{font-family: Verdana, Arial, Helvetica ; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; vertical-align: top; color: #000000; }

.Titel , .Firma-Titel , .Projekt-Titel 	{font-weight: bold; }

.Firma-Titel	{
	font-weight: bold;
	color: #000000;
	background-color: #ffff99;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	text-align:left;
	border-bottom-color: #ffff99;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}
.Projekt-Titel	{
	color: #000000;
	background: #99CCFF;
	background-color: #99ccff;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 11px;
	border-bottom-color: #99ccff;
	border-bottom: #99ccff;
	border-bottom-style: solid;
	border-bottom-width: 5px;

}
.Projekt-Aufgabe	{
	color: #000000;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 0px;
}
.Text-Aktuell	{
	color: #000000;
	background-color: #00FF00;
	border-bottom-color: #00FF00;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	text-align: center;
}
.Text-Ergaezung	{
	color: #000000;
	background-color: #FF00FF;
	border-color: #FF00FF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	text-align: center;
}
.Text-Offen		{
	color: #000000;
	background-color: #FF0000;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	text-align: center;
}
.Text-tab		{text-align: center; }

.Seiteninfo				{font-size: 10px; font-weight: bold; color: #336699; }
.tr_line1				{border-bottom:1px solid #3366CC; line-height: 10px; margin-top: 0px; margin-bottom: 5px; } 
.tr_line2				{border-bottom:2px solid #3366CC; line-height: 15px; margin-top: 15px; margin-bottom: 15px; }

/* Links */
a:link				{text-decoration: none; color: #336699; }
a:visited			{text-decoration: none; color: #336699; }
a:hover				{text-decoration: none; color: #FFCC00; }
a:active			{text-decoration: none; color: #336699; }

/* Scrollbar */
BODY {	
scrollbar-base-color		:#3366CC;
scrollbar-3dlight-color		:#FFFFFF;
scrollbar-arrow-color		:#FFFFFF;
scrollbar-darkshadow-color	:#000000;
scrollbar-face-color		:#3366CC;
scrollbar-highlight-color	:#FFFFFF;
scrollbar-shadow-color		:#000000;
scrollbar-track-color		:#FFFFFF;
}

