.title {
	padding: 2px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	font-weight:normal;
	font-size: 12px;

}
p, .contentTd td {
	font-size:12px;
	margin-top: 0em;
	text-align:justify;
	vertical-align:top;
}
.topAlign {
	vertical-align:top;
}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
h1 {
	font-size:16px;
	padding: 0px;
	left: 0px;
	margin-top: 0em;
}
h2 {
	font-size:14px;
	padding: 0px;
	left: 0px;
	margin-top: 0.5em;
}
.navAct {
	padding: 2px 6px 2px 6px;
	font-size: smaller;
	color:#00CCFF;
	background-color:#999999;
	vertical-align:bottom;
	white-space: nowrap;
}
.navNorm {
	padding: 2px 6px 2px 6px;
	font-size: smaller;
	vertical-align:bottom;
	white-space: nowrap;
}
span .navAct, span .navNorm {
		border-right-width: 1px;
		border-right-style:solid;
		border-right-color:#181818;	
}
.navRight {
	padding: 2px 6px 2px 6px;
	font-size:xx-small;
	text-align:right;
	vertical-align:bottom;
	color:#666666;
}
.navTable {
		vertical-align:bottom;		
		border-bottom-width: 1px;
		border-bottom-style:solid;
		border-bottom-color:#000000;
		border-top-width: 1px;
		border-top-style:solid;
		border-top-color:#000000;
}
.topNavTable {
		vertical-align:bottom;		
		border-bottom-width: 1px;
		border-bottom-style:solid;
		border-bottom-color:#000000;
		border-top-width: 0px;
		width:100%;
}
.subNavTable {
		vertical-align:bottom;
		border-right-width: 1px;
		border-right-style:solid;
		border-right-color:#181818;		
}
.footer {
	padding: 2px 6px 2px 6px;
	font-size:xx-small;
	text-align:right;
	vertical-align:bottom;
	color:#666666;
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color:#181818;	
}
.imgLegend {
	font-size: xx-small;
	color: #CCCCCC;
}
.navTd {
	width:200px;
}
.contentTd {
	width:100%;
}
.imgLeft{
	margin-right:6px;
	margin-bottom:6px;
}
.borderBottom {
		border-bottom-width: 1px;
		border-bottom-style:solid;
		border-bottom-color:#333333;
}
.statusRot,  tr.statusRot td{
	background-color:#FFCCCC;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
}
.statusGelb,  tr.statusGelb td {
	background-color:#FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
}
.statusGruen,  tr.statusGruen td {
	background-color:#CCFFCC;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
}
