.headlineTable { 
	background-color:#D5F2FF;
}

.headlineUser { 
	background-color:#D5F2FF;
	padding:10px 10px 10px 10px;
}

.headlineEntry { 
	background-color:#D5F2FF;
	padding:10px 10px 10px 10px;
}

.headlineButton { 
	background-color:#D5F2FF;
	padding:10px 10px 10px 10px;
}

.contrUser {
	padding:5px 5px 5px 5px;
	vertical-align:top;
}
.contrEntry {
	padding:5px 5px 5px 5px;
	vertical-align:top;
}

.mainTable{
	border-width:0px;
	border-style:solid;
}
.mainTd{
	padding-bottom:10px;
	font-weight:bold;
}
.mainTd_links{
	padding-bottom:0px;
	font-weight:bold;
}
.mainTdRight {
	padding-bottom:10px;
	text-align:right;
}
	
.mainBody {
	background-color:#D5F2FF;
	margin-top:90px;
	margin-left:100px;
	margin-right:100px;
	font-family: Arial, Helvetica, sans;
	font-size: 12pt;
	font-weight: normal;
}

.reportsCategory {
/* 	background-color: #00898B; */
	border-right: 4px solid #00008B;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #00008B;
/* 	font-size: 80%; */
	min-width: 160px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.reportsContent {
	background-color: white;
	border: none;
}

.reportsContent a a:link a:visited a:active {
	text-decoration: none;
	color: black;
	font-size: 100%;
	font-weight: normal;
}

.reportsContent a:hover {
	text-decoration: underline;
	color: black;
	font-size: 100%;
	font-weight: normal;
}

.fileList {
	border-spacing: 10px;
}

.fileIcon {
	padding: 0px;
	border-left: 2px dotted gray;
	padding-left: 8px;
}

.fileIcon a:link a:visited a:active {
	text-decoration: none;
}

.fileName {
	vertical-align: middle;
}

.fileName a:link,a:active,a:visited,a:hover {
	text-decoration: none;
	font-weight: bold; 
	color: black;
	font-size: 80%;
}

.fileName  {
	line-height: 1.3em;
	text-decoration: none;
	font-weight: normal; 
	color: black;
}

.infoBar {
	padding: 0px;
	border-right: 2px dotted gray;
	padding-right: 8px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	font-size: 80%;
}

.infoContent {
	line-height: 1.3em;
	text-decoration: none;
	font-weight: normal; 
	color: black;
	vertical-align: top;
	font-size: 80%;
}

.fileName a:hover {
	text-decoration: underline;
	color: #00008B;
	}
	
.userinfo table {
	font-size: 12pt;
	border: none;
	margin: 0px;
	padding: 0px;
}

.userinfo th {
	background-color: #F0FFFF;
	border: none;
	border-bottom: 2px solid black;
	padding: 3px;
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
}

.userinfo td {
	background-color: white;
	font-size: 11pt;
	border: none;
	padding: 3px;
}

.hinweis {
	color: darkgrey;
	font-size: 9pt;
}