/* ------------------------------------------------- */
/* Globales CSS fuer alle Seiten */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}
option {
	padding-left: 0.4em;
}
html {
	height: 100%;
}
/* ------------------------------------------------- */
/* FIX für MS Internet-Explorer */

* html {
 ul position: relative;
 ol position: relative;
 dl position: relative;
}
/* ------------------------------------------------- */
/* Seitenaufbau */

body {
	min-height: 100%;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	overflow: hidden;
	background-image: url(../grafiken/hg_datseiten.jpg);
	background-repeat: repeat;
	background-position: left top;
	max-width: 70em;
}
/* Schriftstile definieren */

h1 {
	font-size: 133.33%;
	padding-bottom: 1em;
}
h2 {
	font-size: 110%;
	padding-bottom: 1em;
}
h3 {
	font-size: 100%;
	padding-bottom: 1em;
}
h4 {
	font-size: 100%;
	padding-bottom: 1em;
}
h5 {
	font-size: 133.33%;
	padding-bottom: 1em;
}
ul, ol, dl {
	margin-left: 0.5em;
	list-style-type: none;
	padding-bottom: 1em;
}
li {
	margin-left: 1em;
}
p {
	line-height: normal;
	font-size: 100%;
	padding-bottom: 1em;
}
kbd {
	font-size: 120%;
	font-weight: 700;
}
cite, blockquote {
	font-style: italic;
	font-variant: small-caps;
}
blockquote {
	margin: 0 0 1em 1.5em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
pre, code {
	font-family: monospace;
	font-size: 1.1em;
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #cc0000;
	cursor: help;
}
hr {
	color: #990000;
	width: 50%;
	padding-bottom: 1em;
	border-bottom: 2px inset #990000;
}
/* Links */
	
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
a:focus {
	color: #990000;
	text-decoration: underline;
}
/* Allgemeines */


.NormschriftForm {
	color: #000000;
	font: 700 85% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	text-transform: none;
}
.NormschriftFormInput {
	color: #000000;
	font: 700 100% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
	vertical-align: bottom;
	text-transform: none;
}
.NormschriftFormSelect {
	color: #000000;
	font: 700 60% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
	vertical-align: bottom;
	text-transform: none;
}
.NormschriftKap01 {
	font-variant: small-caps;
}
.SchriftKapit {
	font-variant: small-caps;
}
.SchriftKursivKapit {
	font-style: italic;
	font-variant: small-caps;
}
.SchriftKleinerA {
	font-size: 92%;
}
.kursiv {
	font-style: italic;
}
.zentriert {
	text-align: center;
}
.zentriertklein {
	text-align: center;
	font-size: 70%;
	font-style: italic;
}
.fett {
	font-weight: 700;
}
.InSitemapUebLi /*   In Sitemap Überschriften innerhalb Aufzählungen   */ {
	font-size: 105%;
	font-weight: 700;
	line-height: 2em;
}
input {
	margin-top: 3px;
	padding: 0px;
	background-color: #C60;
	height: 1.5em;
	/* font-size: 10px; */
	line-height: 1em;
	vertical-align: middle;
	width: 16em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-variant: small-caps;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
/* ------------------------------------------------- */
/* Versteckte Direktlinks "barrierefrei Sprungmarken */

#direktlinks {
	font-size: 2px;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 10%;
	z-index: 1;
}
/* ------------------------------------------------- */
/* Menuespalte */

#menuespalte {
	background-image: url(../grafiken/hg_menue.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15.5em;
	z-index: 2;
	bottom: 0px;
}
#kopf {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 155px;
	z-index: 2;
}
#menue {
	position: absolute;
	z-index: 2;
	top: 160px;
	left: 0px;
	overflow: auto;
	bottom: 2em; 
	right: 0px;
}
.menueaktiv /* aktiven Menuepunkt kennzeichnen */ {
	color: #990000;
	border-left: 3px solid maroon;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	display: inline;
}
.menuename /*   versteckte Menuebezeichnung z.B. Hauptmenü Untermenü   */ {
	color: #ff9933;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 1;
	overflow: hidden;
}
.li_einrueck {
	margin-left: -1px;
}
.li_einrueck_Kongress {
	margin-left: 1em;
}
#menueende {
	position: relative;
	top: 1em;
	z-index: 3;
	left: 0px;
	width: 90%;
	height: 1.5em;
	overflow: hidden;
}
/* ------------------------------------------------- */
/* Gesamte Seite ohne Menues links usw. */

#Inhalt {
	position: absolute;
	top: 0px;
	left: 16.5em;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	overflow: hidden;
}
/* ------------------------------------------------- */
/* tatsaechlicher Inhalt einer Seite (rechts neben Menue) */

#Textinhalt {
	position: absolute;
	top: 4em;
	left: 0px;
	right: 0px;
	bottom: 4em;
	z-index: 2;
	overflow: auto;
	padding: 10px;
}
#Textinhalt h1 {
	text-align: center;
}
#Textinhalt ul /*   Punkt und Abstandsdefinition der Listenpunkte auf Normseite   */ {
	list-style-position: outside;
	list-style-type: circle;
	padding-bottom: 0.2em;
}
#Textinhalt ol /*   Punkt und Abstandsdefinition der Zaehlpunkte auf Normseite   */ {
	list-style-position: outside;
	padding-bottom: 0.2em;
	list-style-type: decimal;
}
/* ------------------------------------------------- */
/* Medienseiten "Veröffentlichungen" */

#medieninfo /*   Infos Inhalt + Kuenstler Buecher */ {
	width: auto;
	float: left;
	clear: left;
}
#medieninfocas /*   Infos Inhalt + Kuenstler Cassette  */ {
	width: auto;
	float: left;
	clear: right;
}
.beitragsautor {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}
/* ------------------------------------------------- */
/* Erzaehlerseiten Zusatzdefinitionen */

.erzaehler {
	position: relative;
	top: 0px;
	left: 0px;
	width: 95%;
	height: 6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #CC6600;
	display: block;
}
.ErzAdress {
	width: 300px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
.ErzInfo {
	position: absolute;
	top: 0px;
	left: 320px;
}
.ErzOnline {
	position: absolute;
	left: 5em;
	cursor: pointer;
}
/* ------------------------------------------------- */
/* Seminare / Veranstaltungen */

#Ueberschrift /*   Ueberschrift bei Seminarterminen   */ {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	top: 10px;
	width: 97%;
	z-index: 1;
	float: left;
	border-top: 2px none maroon;
	border-bottom: 2px dotted maroon;
}
#Ueberschrift h1 {
	margin-left: 10px;
}
#Seitenzahl /* z.B. bei Seminarseiten oben rechts */ {
	font-size: 80%;
	position: absolute;
	top: 0px;
	right: 5px;
	width: 10em;
}
.TerminTageAktiv {
	color: #990000;
	display: inline;
}
/* ------------------------------------------------- */
/* Veranstaltungen */

.KongressKosten {
	text-align: right;
	position: absolute;
	left: 29em;
	width: 6em;
}

.veraTab /*   Veranstaltungen Bereich Dozent und Ort der Veranstaltung   */ {
	margin-left: 2.4em
}

.veraBetrag {
	text-align: right;
	position: absolute;
	left: 21em;
	width: 6em;
}
.vera_ul {
	margin-top: 1.5em;
	margin-left: 16px;
	padding-left: 0px;
}

#herbstkongress2010 {
	text-align: center;
	display: block;
}

#herbstkongress2010 a {
	text-decoration: none;
	color: #000000;
	background-image: url(../grafiken/MEF_Button.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100px;	
}

#herbstkongress2010 a:hover {
	color: #990000;
	text-decoration: underline;
	background-image: url(../grafiken/MEF_Button_over.jpg);
}


/* ------------------------------------------------- */
/* Kopfzeile und Fusszeile */

#Kopfzeile {
	text-align: center;
	position: absolute;
	top: 0em;
	left: 0em;
	right: 0em;
	height: 3.5em;
	z-index: 2;
	border-top: 2px none maroon;
	border-bottom: 2px dotted maroon;
}
#Seitenangabe {
	font-size: 75%;
	position: absolute;
	top: 1em;
	right: 15px;
	width: 10em;
	z-index: 2;
}
#Fusszeile {
	font-size: 80%;
	text-align: left;
	position: absolute;
	bottom: 0em;
	height: 3em;
	z-index: 2;
	overflow: auto;
	border-top: 2px dotted maroon;
	border-bottom: 2px none maroon;
	left: 0em;
	right: 0em;
	top: auto;
}
.aktiv {
	color: black;
	background-color: #ffcc66;
}
#leer {
	width: 80%;
	height: 100px;
}
.logo /*   EMG-Logo oben links pro Seite   */ {
	text-align: center;
	position: relative;
	top: -5px;
	left: 0px;
	margin: 0px;
	border-width: 0px;
}
.buch {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -5px;
	left: 0px;
	float: left;
	border-width: 0px;
}
.tontraeger /*   Bilder von Tonträgern   */ {
	text-align: right;
	float: right;
	clear: right;
	margin-bottom: 10px;
	border-width: 0px;
}
.bildumfliess {
	text-align: left;
	clear: right;
	float: left;
}
