table {
	padding: 0;
	margin-top: 20px;
	/*margin-right: 30px;*/
	width: 80%;
}

th {
	border-bottom: 1px dashed #aaa;
	border-top: 1px dashed #aaa;
	margin: 0;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	/*white-space: nowrap;*/
}
tr.tblhead {
	background-color: #F5DEB3;
}
tr {
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
}

td {
	margin: 0;
	padding: 5px;
	text-align: left;
	border-bottom: 1px dashed #aaa;
}

td.LKname, td.LKvorname, td.LKfach, td.LKsonstiges {
	color: #000;
}
td img {
	margin: 0;
	padding: 5px 0 1px 10px;
}

/* lehrkraefte suche
------------------------------------------------- */

table.lehrkraefte tr td, table.lehrende tr th {
	padding-right: 2px;
}


/* veranstaltungen
------------------------------------------------- */
table.veranstaltungen {
	padding: 2px 5px 2px 0px;
	margin: 0 10px 0 0;
}
td.veranstTageNr {
	background-color: #D5CCAF;
}
table.veranstaltungen tr td {
	border: none;
	border: 5px solid #FFF9E7;
}
table.veranstaltungen tr .veranstTageBez {
	border-left: none;
}


/* warenkorb
------------------------------------------------- */
th.rechts, td.rechts {
	text-align: right;
}
tr.warenkorbHead {
	background-color: #E7DEC6;
}
tr.abschluss td {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding-top: 10px;
}
td.noBorder {
	border: none;
}
input.btn_warenkorb, .btn_warenkorb {
	border-top: 1px solid #FC7878;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #FC7878;
	background-color: #fff;
	color: #990000;
	padding: 0.1em 20px 0.1em 20px;
	width: 14em;
	cursor: pointer;
	margin-bottom: 30px;
}
th.anzahl, th.summe {
	width: 6.5em;
}
th.preis {
	width: 4em;
}
