/* ============================================================= */
/* Tabellen */

table.tabelle {
	width : auto;
	font-size : 12px;
	border: 1px solid #a0a0a0;
	border-spacing : 1px;
	margin-left: 20px;
	margin-right: 20px;
}

table.tabelle td {
	background-color : #f5f5f5;
	padding-right : 4px;	/* Abstand Inhalt<->rechter Rand */
	text-align : left;
	/*vertical-align:top;*/
}

table.tabelle tr td:first-child {	/* erste Spalte */
	background-color : #e2e2e2;
	font-style : italic;
}

/* ============================================================= */
/* für die Heli-Gallerie */
table.heli {
	border: 1px solid #a0a0a0;
	background-color : #f5f5f5;
	width: 100%;
	padding:5px;
}

table.heli td, div.heli {
	text-align : left;
	font-size : 9px;
	vertical-align : top;
}

/* ============================================================= */
/* Navigation Suchergebnisse */
table.searchnav {
	border: 1px solid #f5f5f5;
	width: 100%;
	background-color: e0e0e0;
}

table.searchnav td {
	font-size : 9px;
}

/* ============================================================= */
/* Suchergebnisse */
table.search {
	border: 1px solid #a0a0a0;
	background-color : #f5f5f5;
	width: 100%;
	padding:5px;
}

table.search td {
	text-align : left;
	font-size : 11px;
	vertical-align : top;
}

/* ============================================================= */
/* Prev/Next-Navigation für die Heliseiten */
table.helinav {
	width: 100%;
	font-size : 10px;
	padding-left:10px;
	padding-right:10px;
	border-bottom : 1px solid #cacaca;
	background-color : #e0e0e0;
}

/* ============================================================= */
/* Statistiken */
table.stats {
	width : auto;
	font-size : 12px;
	border: 1px solid #a0a0a0;
	border-spacing : 1px;
	margin-left: 20px;
	margin-right: 20px;
}

table.stats td {
	background-color : #f5f5f5;
	padding-right : 4px;	/* Abstand Inhalt<->rechter Rand */
	text-align : center;
}

table.stats td.statleft {
	text-align : right;
	background-color : #e2e2e2;
	font-style : normal;
	font-weight : bold;
	font-size : 10px;
}


/* ============================================================= */
/* Linklisten in versch. Bereichen */
table.linklist {
	width: auto;
	font-size : 12px;
	border-spacing : 1px;
	margin: 5px;
	border : 1px solid #cacaca;
}

table.linklist td {
	padding-right : 4px;	/* Abstand Inhalt<->rechter Rand */
	text-align : left;
	vertical-align:top;
	font-size : 11px;
	padding-left: 4px;
	color: #484848;
}

table.linklist a.a1 {	/* der Titel */
	font-weight : bold;
	color : black;
	font-size : 12px;
	width : 100%;
	text-decoration : none;
}

table.linklist a.a1:hover {
	text-decoration : none;
	color : black;
}
