<!--

TEXTAREA {
	white-space: pre;   /* statt wrap="off" */
}

/* NEW-Hinweis "schwarz" auf "gelb" und in kleiner Schrift */
.new {
	color       : black;
	background  : #ffff66;    /* dunkles Gelb, war "yellow" */
	font-size   : 8pt;
}

CODE, TT {
	font-family : "Courier New", Courier, monospace;
}

.code {
	font-family : "Courier New", Courier, monospace;
	font-size :   10pt;
}

BODY {
	margin      : 0px;   /* Kein Rand um HTML-Seite! */
/*	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	color       : #00008b; /* darkblue */
	background  : #c5e5f7;
	font-size   : 12pt;
	line-height : 130%;
}

INPUT, TEXTAREA {
/*  font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size   : 11pt;
    line-height : 120%;
}

DIV.center {
	text-align : center;
}

/* Seitentitel */
.head {
	font-size   : 18pt;
	font-weight : bold;
}

/* Die Überschriften waren zu gross */
H1.head { font-size   : 18pt; text-align: center; }
H1 { font-size   : 14pt; }
H2 { font-size   : 13pt; }
H3 { font-size   : 12pt; }
H4 { font-size   : 11pt; }
H5 { font-size   : 10pt; }
H6 { font-size   :  9pt; }

/*----------------------------------------------------------------------------*/
/* Tabellen */
/* ACHTUNG: Alles ist prinzipiell von Tabellen umgeben! */
/* ACHTUNG: Text in Tabellen kleiner */
/*----------------------------------------------------------------------------*/
TABLE, TD {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size   : 11pt;
}

HR {
	border-width: 1px;
	border-color: #00008b; /* darkblue */
}

/* Echte Tabellen mit Rahmen... */
TABLE.real, TD.real, TH.real {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #00008b; /* darkblue */
	margin      : 0px;
	padding     : 5px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size   : 11pt;
}

/* Text im Menü noch größer */
TD.menu {
	line-height : 120%;
	font-size   : 11pt;
}

TD.topmenu {
	font-size   : 11pt;
}

UL.list {
	line-height : 140%;
/*	font-size   : 12pt; */
}

/* Text im Body größer */
TD.body {
	line-height : 130%;
	font-size   : 11pt;
}

/* Abstände im Inhaltsverzeichnis kleiner */
TABLE.toc {
	line-height : 100%;
	font-size   : 11pt;
}

.form-control {
	line-height : 100%;
	font-size   : 11pt;
}

INPUT.form-control {
	line-height : 100%;
	font-size   : 11pt;
}

.email-repeat {
    display: none;
}

INPUT.email-repeat {
    display: none;
}

/*----------------------------------------------------------------------------*/
/* Links im Auswahlmenü */
/* ACHTUNG: Reihenfolge: link, visited, hover, active, focus */
/*----------------------------------------------------------------------------*/
/* Alle Menü-Links aufrecht und ohne Unterstrich */
A.menu, A.topmenu {
	font-style      : normal;
	text-decoration : none;
}

/* Noch nicht besucht, bereits besucht */
A.menu:link, A.menu:visited,
A.topmenu:link, A.topmenu:visited {
	color           : #00008b; /* war black */
	color           : #00008b; /* darkblue */
}

/* Beim darüberfahren (MouseOver), während klicken, Focus darauf (TAB) */
A.menu:hover, A.menu:active, A.menu:focus,
A.topmenu:hover, A.topmenu:active, A.topmenu:focus {
	color           : white;      /* TEST */
	color           : #ff0000;    /* Rot (war dunkles Gelb, war "yellow") */
}

/*----------------------------------------------------------------------------*/
/* Links im Inhaltsverzeichnissen TOC */
/* ACHTUNG: Reihenfolge: link, visited, hover, active, focus */
/*----------------------------------------------------------------------------*/
/* Alle Menü-Links aufrecht und ohne Unterstrich */
A.toc {
	font-style      : normal;
	text-decoration : none;
}

/* Noch nicht besucht, bereits besucht */
A.toc:link A.toc:visited {
	color           : #00008b; /* war black */
	color           : #00008b; /* darkblue */
}

/* Beim darüberfahren (MouseOver), während klicken, Focus darauf (TAB) */
A.toc:hover, A.toc:active, A.toc:focus {
	color           : white;      /* TEST */
	color           : #ff0000;    /* Rot (war dunkles Gelb, war "yellow") */
}

/*----------------------------------------------------------------------------*/
/* Links im normalen Text */
/* ACHTUNG: Reihenfolge: link, visited, hover, active, focus */
/*----------------------------------------------------------------------------*/
/* Alle Links mit Unterstrich */
A {
	font-style      : normal;
	text-decoration : underline;
}

/* Noch nicht besucht, bereits besucht */
A:link, A:visited {
	color           : #00008b; /* war black */
}

/* Beim darüberfahren (MouseOver), während klicken, Focus darauf (TAB) */
A:hover, A:active, A:focus {
	color           : white;      /* TEST */
	color           : #ff0000;    /* Rot (war dunkles Gelb, war "yellow") */
}

//-->
