/* Stylesheet für das GEA-Lexikon
	 ++++++++++++++++++++++++++++++
* 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.
*/ 

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	font-size: 80%;
}
h1 {
	margin: 0;
	padding: 0.9em 0 0.9em 0.9em;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	background-color: #008337;
}
h1 a { /* Link zum Wechseln der "Art" */
	position: absolute;
	top: 0.9em;
	right: 0.9em;
	color: #66e96d;
}
h2 {
	font-size: 1.7em;
}
h3 {
	margin-top: 2.6em;
	font-size: 1.2em;
}
p, li, td {
	font-size: 1em;
}
.r {
	text-align: right !important;
}
.gea { /* z.B. "GEA" auszeichnen */
	color: #008337;
	font-weight: bold;
}
.betont { /* z. B. "(ausgebucht)" bei den Terminen */
	color: #b90;
	font-weight: bold;
}
.small {
	font-size: 0.85em;
}
.akademiekurs {
	color: #666;
}
/* =============== Navigation =============== */
#begriffe {
	position: absolute;
	top: 6.2em;
	left: 0;
	width: 14em;
	padding: 0.6em 0.3em 1.2em 1.7em;
	/* height: 95%; */
	background-color: #efe;
}
#begriffe input, #ausgabe input[type="text"] {
	font-weight: bold;
	color: #fff;
	background-color: #008337;
}
#begriffe ul {
	margin: 1.5em 0;
	padding: 0;
	list-style-type: none;
}
#begriffe ul li {
	padding: 0.3em 0 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #008337;
}

#gealink { /* nur für Nicht-Popupfenster (kein Javascript, Google, etc.) */
	position: fixed;
	right: 1em;
	bottom: 1.2em;
	width: 9em;
	height: 1.7em;
	margin: 0;
	text-align: center;
	background-color: #fff;
}
#gealink a:link, #gealink a:visited {
	color: #008337;
}

#ausgabe {
	margin: 1.3em 1.7em 1.5em 17em;
}
#ausgabe form {
	margin-top: 2em;
}
#ausgabe img#wunder {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 30px;
	margin-left: 50px;
	border: 0;
	height: 190px;
	width: 160px;
}
#ausgabe img#suedsee {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: 10px;
	border: 0;
	height: 333px;
	width: 250px;
}
/* =============== Suchbegriffe hervorheben: =============== */
.hl {
	padding: 0 0.2em;
	color: #fff;
	background-color: #008337;
}
.hl .gea {
	color: #fff;
}

#ausgabe table#hinweise {
	border-collapse: collapse;
	margin: -1em 0 0 3em;
}
#ausgabe table#hinweise th {
	padding: 0.4em 0.5em 0.3em;
	border-bottom: 1px solid #666;
	color: #666;
	vertical-align: top;
}
#ausgabe table#hinweise td {
	border-bottom: 1px solid #666;
	padding: 0.3em 0.5em 0.4em;
}
#ausgabe table#hinweise td a:link, #ausgabe table#hinweise td a:visited {
	color: #008337;
}
#ausgabe table#hinweise .br {
	border-right: 1px solid #666;
}

/* =============== Alle Einträge ausgeben ("alles.php"): =============== */
#alles h2 {
	padding-left: 2em;
}
#alles table.ausgabe {
	margin: 3em auto 1.5em auto;
	width: 80%;
	font: 1em/1.3 verdana, helvetica, sans-serif;
}
#alles .ausgabe td {
	vertical-align: top;
	padding: 0.4em;
}
#alles .ausgabe .begriff {
	width: 11em;
	font-weight: bold;
}