* {
	margin: 0;
	padding: 0;
}

.bg-none {
  background-image: none;
}

#doknavi #NavTable a {
  display: inline-block;
  line-height: 1;
}

#doknavi > hr {
 border: 0;
 border-top: 1px solid #000;
 height: 1px;
 margin: 5px 0 2px 0;
 padding: 0;
}

.w-30px {
  width: 30px;
}

.w-50px {
  width: 50px;
}

.w-60px {
  width: 60px;
}

.w-75px {
  width: 75px;
}

.w-100px {
  width: 100px;
}

.w-160px {
  width: 160px;
}

.border-start {
  border-left: 1px solid #000;
}

.border-end {
  border-right: 1px solid #000;
}

.visibility-hidden {
  visibility: hidden;
}

#NavTable {
	width: 100%;
	margin-top: 5px;
}

#NavTable a {
	font-size: 11px;
}

#suchergebnisse2 a:link, #suchergebnisse2 a:visited, #suchergebnisse2 a:hover, #suchergebnisse2 a:active, #NavTable a:link, #NavTable a:visited, #NavTable a:hover, #NavTable a:active {
	font-weight: normal;
	text-decoration: none;
}

.linkbutton {
	color: #333;
	font-size: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 1px 2px;
	font-weight: bold;
	cursor: pointer;
	height: 18px;
	line-height: 18px;
	visibility: hidden;
	text-decoration: none;
}

td {
	text-align: center;
	vertical-align: top;
}

.LinksRechts {
	white-space: nowrap;
}

#Dokumenttitel {
	white-space: nowrap;
}

.titel {
	line-height: 18px;
	height: 16px;
	text-align:left;
	font-size: 11px;
	padding-left: 4px;
	vertical-align: middle;
}

#suchergebnisse, #suchergebnisse2 {
	display: none;
}

#suchergebnisse {
	height: 18px;
	font-size: 11px;
}

#suchergebnisse2 {
	text-align: right;
	vertical-align: middle;
	float: right;
	padding-right: 5px;
}