/* Stylesheet für GEA- und WW-Termine
	 ++++++++++++++++++++++++++++++++++
* WICHTIG:
* Dieses Design ist keine Vorlage. Sie dürfen es nicht ohne die schriftliche
* Einwilligung von Subhash (www.subhash.at) benutzen. Sie dürfen natürlich
* dieses Stylesheet studieren und die Techniken, die Sie daraus lernen,
* anderweitig benutzen.

* IMPORTANT
* This design is not a template. You may not reproduce it elsewhere without
* Subhash's (www.subhash.at) written permission. However, feel free to study
* the CSS and use techniques you learn from it elsewhere.
*/

@import url(lexikon.css);

table.termin {
	margin: 1.3em 0 4em 22px;
	/* border-collapse: collapse; */
	border: 1px solid #000;
	padding: 10px;
	font: 1em/1.3 verdana, helvetica, sans-serif;
}
table.terminuebersicht {
	margin: 1.3em 0 4em 22px;
	/* border-collapse: collapse; */
	border: 1px solid #000;
	padding: 10px;
	font: 1em/1.3 verdana, helvetica, sans-serif;
}
table.terminwartend {
	border: 1px solid #666;
}
.termin th {
	padding: 0;
	width: 90px;
	/* border-bottom: 1px solid #666; */
	color: #888;
	vertical-align: top;
	text-align: right;
}
.terminuebersicht th {
	padding: 0;
	width: 50px;
	/* border-bottom: 1px solid #666; */
	color: #008337;
	font-weight: 800;
	vertical-align: top;
	text-align: right;
}
.terminwartend th {
	color: #aaa;
	/* border-bottom: 1px solid #aaa; */
}
.terminuebersicht td {
	margin: 0;
	/* border-bottom: 1px solid #666; */
	padding: 0 0 0 10px;
	width: 630px !important;
	vertical-align: top;
}
.termin td {
	margin: 0;
	/* border-bottom: 1px solid #666; */
	padding: 0 10px 15px;
	width: 400px !important;
	vertical-align: top;
}
.termin td.terminbild {
	padding: 10px 0 0;
	width: 180px !important;
	text-align: center;
}
.termin td.terminbild img {
	border: 1px solid #777;
	max-width: 160px;
}
.terminwartend td {
	color: #666;
	/* border-bottom: 1px solid #aaa; */
}
.termin td a:link, .termin td a:visited {
	color: #008337;
}
.terminuebersicht td a:link, .terminuebersicht td a:visited {
	color: #008337;
}
.termin h2 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #008337;
}
.terminuebersicht h2 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #008337;
}
.terminwartend h2, .terminwartend .gea {
	color: #777;
}
.termin .br {
	border-right: 1px solid #666;
}
.terminwartend .akademiekurs {
	color: #aaa;
}