/* series.php, search.php */
.tabdatamenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	/*height: 21px;*/
	/*border-bottom: 2px solid #333333;*/
	border-left: 1px solid #333333;
	/*margin-top: 6px;*/
	padding: 0px;
	margin: 0px;
}
.tabdatamenu div {
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	float: left;
	/*padding: 5px;*/
	/*border: 1px solid #333333;*/
	padding: 0px;
	margin: 0px;
}
.tabdatamenu div a {
	border-right: 1px solid #999999;
	border-left: 1px solid #333333;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #333333;
	padding: 5px;
	color: #cccccc;
	margin: 0px;
	display:block;
}
.tabdatamenu div a:hover {
	background:none repeat scroll 0 0 #999999;
	color: #cccccc;
	outline:0 none;
	}
.tabdatamenu div a:focus, .tabdatamenu div a:active, .tabdatamenu div .init {
	background:none repeat scroll 0 0 #333333;
	color: #cccccc;
	outline:0 none;
	}
.tabdatacontent {
	position: absolute;
	left: 0px;
	top: 28px;
	width: 100%;
	bottom: 0px;
	border: 2px solid #333333;
	/*border: 2px solid #999999;*/
	padding: 5px;
	overflow:auto;
}
.tabdatacontent div {
	position: relative;
}
.tabdatacontent .collection {
	clear:both;
}
.tabdatacontent .collection .data {
	clear:both;
}
.tabdatacontent .collection .header, .tabdatacontent table .header td {	/* padding-top funktioniert nur bei td, nicht bei tr */
	color: #999999;
	padding-top: 10px;
	border-bottom: 1px solid #202020;
}
.tabdatacontent .collection .header:first-letter, .tabdatacontent table .header td:first-letter { /* funktioniert nur bei td, nicht bei tr */
	font-size: 110%;
}
.tabdatacontent .collection .data div, .tabdatacontent table .data, .tabdatacontent .collection .notice {	
	padding-left: 15px;
}
.tabdatacontent .collection .data div {
	float: left;
}
/*.tabdatacontent .collection .data table {
	margin-left: 15px;
}*/
.tabdatacontent .collection .data div:last-child {
	padding-left: 3px;
}
.tabdatacontent .collection .notice {
	color: #999999;
	padding-top: 20px;
}
.tabdatacontent table {
	border-collapse:collapse;
}
.tabdatacontent tr:hover {
	background-color: #333333;
}

.tabdatacontent .collection td, .tabdatacontent table .data td {
	padding-left: 15px;
}

/* Anmerkungen - z.B. articletext */
.tabdatacontent table .comment td {
	color: #999999;
	padding-left: 30px;
	font-style: italic;
}

/* Linien nur bei Detaildaten (= Technicaldatatype "d") */
.tabdatacontent table.d td {
	border-bottom: 1px solid #202020;
}

