BODY 
{
	font-size: 11px;
	font-family: verdana;
	color: #23415A;
	background-color: White;
}
TABLE.inputTable
{
	border: none;
}
TABLE.inputTable TD
{
	margin: 0px;
	vertical-align: top;
	padding: 30px;
	border: none;
	background-color: #B0C4DE;
}
#SubmitButton
{
	height: 25px;
	width: 107px;
}
#OkButton
{
	height: 25px;
	width: 107px;
}
TABLE.inputTable INPUT, SELECT
{
	font-size: 11px;
	font-family: verdana;
	margin-left: 5px;
	vertical-align:middle;
	height: 18px;
}
TABLE.inputTable P
{
	text-indent:0px;
}
#YearTextBox
{
	width: 40px;
}
#YearAppendDropDownList
{
	width: 45px;
}
@media print
{
	UL#NavList, DIV#InputPanel, TABLE.inputTable, INPUT#PropertiesChangeButton
	{
		display: none;
	}
}
TABLE.inputTable TD
{
	font-size: 11px;
}
TABLE.calenderlayer
{
	border: none;
	border-spacing: 0px;        /* Netscape, Opera */
	border-collapse: collapse;  /* IE, Opera */
}
@media screen
{
	TABLE.calenderlayer
	{
		margin-top: 50px;
	}
}

TD.calenderlayer
{
	border-width: 1px;
	border-style: solid;
	border-color: #4682b4;
	padding: 0;
}
TABLE.calenderlayer TH
{
	height: 28px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #4682B4;
	background-color: white;
	font-size: 18px;
	font-weight: bold;
	border: none;
}
TD.calenderlayer
{
	vertical-align: top;
}
TABLE.calender
{
	/* Summe der Einzel-Spaltenbreiten */
	width: 171px;
	font-size: 10px;
}
TABLE.calender TD
{
	text-align: right;
	vertical-align: top;
	line-height: 150%;
	
	/* padding nicht hier, da TD nicht von Klasse überschrieben werden kann
	   muss aber in TD.t --> padding-right */
	
	/* ansonsten padding = 0, da Opera padding-top und padding-bottom anders
       interpretiert als Netscape und IE, Abstand nach oben und unten und
       damit Zeilen-/Zellenhöhe hilfweise durch line-height realisiert */
	
}
TABLE.calender TH.month
{
	height:auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	background-color: #4682B4;
	font-size: 13px;
}
TD.wd
{
	background-color: #f0f8ff;
	padding: 0px;
}
TD.hd
{
	background-color: #B0C4DE;
	padding: 0px;
}

TD.h_n
{
	width: 5px;
}
TD.h_y
{
	width: 5px;
	background-color: #4682B4;
	/* steelblue  orange */
}
TD.w
{
	width: 17px;
	padding: 0px;
	padding-top: 1px;
}
TD.m
{
	width: 23px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 0px;
}
TD.t
{
	width:125px;
	padding-right: 2px;
	padding: 0px;
	padding-right: 2px;
	padding-top: 1px;
}
TD.mdt
{
	background-image:url(images/clock.gif);
	background-position: 3px 0px;
	background-repeat:no-repeat;
	cursor:default;
}

DIV.footnote
{
	margin: 5px;
}
DIV.pagebreaker
{
	margin: 0px;
	padding: 0px;
	line-height: 0px;	
	page-break-after: always;
}

.property, .property LABEL, .property INPUT
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	line-height: 100%;	
	background-color: #B0C4DE;
}

.copyright
{
    font-style:italic;
}

