

@media print {

	table {
		font-size: 10px;

	}
	
	#filterline {
		display: none;
	}


	table tr td {
		border-bottom: 1px solid black;
		height:10px;
	}
	
	table tr {
		height: 10px;
		
	}

	#header {
		display: none;
	}

	#col_aktion_header {
		display: none;
	}

	#col_aktion {
		display: none;
	}

	#signdiv {
		display: block;
	}



	#signdiv table tr td {
		border-bottom: 0px solid black;
		
	}
}




@media screen {
 
	#signdiv {
		display: none;
	}
	
	
 }
	
.listtable {
  border-collapse: collapse;
}
.listtable td, table th {
  border: 1px solid black;
}
.listtable tr:first-child th {
  border-top: 0;
}
.listtable tr:last-child td {
  border-bottom: 0;
}
.listtable tr td:first-child,
.listtable tr th:first-child {
  border-left: 0;
}
.listtable tr td:last-child,
.listtable tr th:last-child {
  border-right: 0;
}



.doctable {
	border-collapse: collapse;
	width:100%;
	font-size:12px;
	font-family:courier;
	
}
.doctable td, table th {
  border-bottom: 1px solid black;
}
.doctable tr:last-child td { border-bottom:0; }


.bmsavebutton_show {
	position:absolute;
	top:110px;
	right:10px;
	background:lightgrey;
	border:1px solid black;
	padding:3px;
	font-weight:bold;
}

.bmsavebutton_hidden {
	visibility: hidden;
}




#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block
}


