body {
  background-color: #ebebeb;
  font-family: Verdana, Tahoma, Geneva;
}

.akteneinsicht {
  margin: 0px auto;
  width: 1024px;
  background: url(logo.png) no-repeat 10px 10px;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 25px;
}

h1 {
  text-align: center;
  color: #004b93;
  font-size: 20px;
}

h3 {
  text-align: center;
  color: #004b93;
  font-size: 20px;
}



a {
  color: #0000CC;
}

table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #004b93;
}

.login td {
  border: none;
}

th {
  text-align: center;
  background-color: #CCCCCC;
  padding: 5px;
  border: 1px solid #004b93;
}

td {
  background-color: #FFFFFF;
  padding: 5px;
  border: 1px solid #004b93;
}

.download {
  font-size: 60%;
  color: #0000CC;
  text-decoration: none;
  font-weight: bold;
}

.small {
  font-size: small;
}

.menu {
  font-size: 80%;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid;
}
