/* Zusätzliche Definitionen für das Email-Howto */

/* Position des Textfeldes im Email-Howto */
.fliesstext {
				position: relative; top: 34px; left: 250px;
}


/* Position der Navigationsleiste im Email-Howto */
.navi {
				position: fixed; top: 200px; left: 720px;
}

/* Notwendige Anpassungen für das Emailhowto */
.inhalt ul {
				/* keine Aufzählungszeichen */
				list-style-type: none;
}

/* Farbliche Darstellung für das Inhaltsverzeichnis */
.inhalt ul a {
				/* Farbe burlywood */
				color: #DEB887;
}

/* Kennzeichnung bei Mauskontakt */
.inhalt ul a:hover {
				/* Farbe gold */
				color: #6495ED;
}

/* dasselbe nochmal für den Index */
.index ul {
				/* keine Aufzählungszeichen */
				list-style-type: none;
				/* Anpassung der Schriftgröße */
				font-size: .7em;
}

/* Farbliche Darstellung für den Index */
.index ul a {
				/* Farbe burlywood */
				color: #DEB887;
}

/* Kennzeichnung bei Mauskontakt */
.index ul a:hover {
				/* Farbe gold */
				color: #6495ED;
}

.valid {
				position: absolute;
				top: 350px;
				right: 40px;
}

.vim {
position: absolute;
top: 450px;
right: 40px;
}
