﻿/* zusaetzl. Stylesheets fuer die  */
/* barrierefreien Seiten */
/* Stand: September 2007 */
/* Definition der Tabellen */
/* ================================= */

/* Tabellen */

table {
	margin: 0;
	/*	table-layout:fixed;	*/
	height: auto;
	border-collapse: collapse;
	border-width: thin;
	font-family:verdana,arial,helvetica,sans-serif; 
}

table.text {
	padding: 0;
	border: 1px outset #000080;
	font-size: 0.9em;
	width: 90%;
	text-align: center; }

table.textm {
	margin: 5% 2%;
	border-collapse: separate;
	border: 1px outset #000080;
	font-size: 0.9em;
	width: 90%;
	text-align: center;
	height: auto;
}
table.t90 {
	padding: 1em;
	margin: 5% 2%;
	width: 90%;
	text-align: center;
	font-size: 0.9em;
	height: auto;
}
table.txt {
	padding: 0;
	margin: 5% 2%;
	font-size: 1.0em;
	border-collapse: separate;
	width: 75%;
	text-align: center;
	height: auto;
}
table.head {
	width: 100%;
	border: none;
	border-collapse: collapse;
	font-size:1.0em;
}

caption {
	margin: 2% 0;
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
}
td.text {
	padding: 2px 5px;
	border: 1px inset #000080;
	text-align: left;
	display: table-cell;
}
td.obtext {		/* wie ctext, jedoch ohne border */	
	text-align: center;
    padding: 2px 5px;
	width: 8%;
	height: auto;
}
td.oltext {		/* wie ltext, jedoch ohne border und width 8% */
    padding: 2px 5px;
	text-align: left;
	height: auto;
	width: 8%;
}
td.ctext {		/* td.text mit centrierung und width 8% */
    padding: 2px 5px;
	border: 1px inset #000080;
	text-align: center;
	width: 6%;
}
td.ltext {		/* td.text mit left und width 8% */
    padding: 2px 5px;
	border: 1px inset #000080;
	text-align: left;
	width: 6%;
}
td.ldtext {		/* td.text mit width 12% */
   	padding: 2px 5px;
	border: 1px inset #000080;
	text-align: left;
	width: 12%;
	height: auto;
}
td.bild {	/* td.fuer Bild */
	border: 1px inset #000080;
	padding: 0 0;
}
td.head-left {
	/* td.fuer Kopf links */				
	padding: 2% 3%;
	width: 90%;
	text-align: left;
	height: auto;
}
td.head-right {
	/* td.fuer Kopf rechts */
	padding: 0%;
	width: 5%;
	text-align: right;
	height: auto;
}
td.tft {
	font-size: 0.8em;
	padding: 2px 7px;
	width: 17%;
	height: auto;
}
td.bft {
	width: 3%;
	padding: 0px 0px;
	text-align: center;
	height: auto;
}
td.menue {
	width: 100%;
	padding-left: 1%;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	font-size: 0.8em;
	height: auto;
}

th.text {
	background: #777;
	color:#fff;
	border: 1px inset #000080;
	font-weight: bold;
	text-align: left;
	width: auto;
	display: table-cell;
	padding: 3px 5px;
}
th.bild {
	background: #777;
	color:#fff;
	border: 1px inset #000080;
	padding: 3px 5px;
	text-align: left;
	width: 6%;
}
th.ctext {
	background: #777;
	color:#fff;
	padding: 3px 5px;
	font-weight: bold;
	border: 1px inset #000080;
	text-align: left;
	width: 6%;
}
