a.menu { 
	display:block; 
	margin-bottom:0px; 
	width:100%;
    border-style:ridge; 
	border-width:0px; 
	padding:0px; 
	text-decoration:none; 
}

a.menu:link    { 
	color:#EB1D20; 
	background-color:transparent; 
	font-family: Arial,"Trebuchet MS", "Microsoft Sans Serif",  sans-serif; 
	font-size: 12px; 
	font-weight:bold
}

a.menu:visited { 
	color:#EB1D20; 
	background-color:transparent; 
	font-family: Arial,"Trebuchet MS", "Microsoft Sans Serif",  sans-serif; 
	font-size: 12px; 
	font-weight:bold
}

a.menu:hover   { 
	color:#ffffff; 
	background-color:#EB1D20; 
	font-family: Arial,"Trebuchet MS", "Microsoft Sans Serif",  sans-serif; 
	font-size: 12px; 
	font-weight: bold
}

a.menu:active  { 
	color:#ffffff; 
	background-color:#EB1D20; 
	font-family: Arial,"Trebuchet MS", "Microsoft Sans Serif",  sans-serif; 
	font-size: 12px; 
	font-weight: bold
}

.normal-text {
	font-family: Arial,"Trebuchet MS", "Microsoft Sans Serif",  sans-serif;
	font-size: 12px;
	text-align: justify;

}

.normal-gross {

	font-family: Arial, "Trebuchet MS", "Microsoft Sans Serif", sans-serif; 
	font-size: 18px;
}
.spezial-sichtbar {
	font-family: Arial, "Trebuchet MS", "Microsoft Sans Serif", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

body {
	scrollbar-face-color: #E1E1E1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #D5D5D5;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #cc0000;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #a5a5a5;
}

textarea {
	border: 1px solid; 
}
input {
	border: 1px solid;
}
select {
	border: 1px solid; 
}

.TESTcpYearNavigation,.TESTcpMonthNavigation
{
	background-color:#ff0000;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.TESTcpDayColumnHeader,.TESTcpYearNavigation,.TESTcpMonthNavigation,.TESTcpCurrentMonthDate,.TESTcpCurrentMonthDateDisabled,.TESTcpOtherMonthDate,.TESTcpOtherMonthDateDisabled,.TESTcpCurrentDate,.TESTcpCurrentDateDisabled,.TESTcpTodayText,.TESTcpTodayTextDisabled,.TESTcpText		
{
	font-family:arial;
	font-size:8pt;
}
TD.TESTcpDayColumnHeader
{
	text-align:right;
	border:solid thin #ff0000;
	border-width:0 0 1 0;
}
.TESTcpCurrentMonthDate,.TESTcpOtherMonthDate,.TESTcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled,.TESTcpOtherMonthDateDisabled,.TESTcpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.TESTcpCurrentMonthDate
{
	color:#ff0000;
	font-weight:bold;
}
.TESTcpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}
.TESTcpOtherMonthDate
{
	color:#808080;
}
TD.TESTcpCurrentDate
{
	color:#FFFFFF;
	background-color: #ff0000;
	border-width:1;
	border:solid thin #000000;
}
TD.TESTcpCurrentDateDisabled
{
	border-width:1;
	border:solid thin #FFAAAA;
}
TD.TESTcpTodayText,TD.TESTcpTodayTextDisabled
{
	border:solid thin #ff0000;
	border-width:1 0 0 0;
}
A.TESTcpTodayText,SPAN.TESTcpTodayTextDisabled
{
	height:20px;
}
A.TESTcpTodayText
{
	color:#ff0000;
	font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled
{
	color:#D0D0D0;
}
.TESTcpBorder
{
	border:solid thin #ff0000;
}