

/* --- Stylesheet 6279 () --------- */ 

#TraminoArtikel {
	max-width: 800px;
	margin: 0px auto;
}

.textile .footnote {
	color: #446 !important;
	cursor: help;
	border-bottom: 1px dotted #446;
}

body .traminoHovertip {
	font-size: 15px;
	line-height: 17px;
	color: #000
}

.textile cite {
	display: block;
	margin-left: 30px;
	color: #366;
		
}


.textile table {
	width: 100%;
	margin: 20px 0px;
	border-collapse: collapse; 
	border-bottom: 1px solid #ccc;
	
}

.textile .noborder table { border: 0px solid #ccc !important; }
.textile .noborder table tr { border: 0px solid #ccc !important; }
.textile .noborder table tr td { border: 0px solid #ccc !important; }

.textile table td {
	min-width: 110px;
	vertical-align: top;
	padding: 3px 6px 3px 0px;
	font-size: 16px;
	border-top: 1px solid #ccc;
}

mark {
    background: orange;
    color: black;
}