/**
 * Style sheet sonstiges
 */
div#tabellezeiten table tr td
{
	margin:2px;
	padding:2px;
	border:3px double #993300;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}

.oben
{
	height:35px;
	background-image:url("/tl_files/haupttemplate/tap_oben.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
}

.mitte
{
	width:477px;
	padding:10px;
	background-image:url("/tl_files/haupttemplate/tap_mitte.jpg");
	background-repeat:repeat-y;
}

.unten
{
	width:497px;
	height:27px;
	background-image:url("/tl_files/haupttemplate/tap_unten.jpg");
	background-repeat:no-repeat;
}

div.accordion div table
{
	width:490px;
	border-width:6px 4px;
	border-style:solid;
	border-color:#C8AE8B;
}

div.accordion div table tbody tr td.unten
{
	display:none;
	background-image:url("no-image");
}

div.toggler
{
	background-color:#c8ae8b;
	border:3px outset #8C7A61;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	cursor: pointer;
}
