/* DATEI: bau.css *//* fuer body */body         { width: 100%; background-image: url('../images/back1.gif') }/* fuer Hyperlink */a			{ text-decoration: none; font-weight: bold; font-size: 9pt; letter-spacing: 1pt; margin-left: 8}a:link       { color: #C80000 }a:visited 	{ color: #C80000;}a:hover	{ color: #000080; text-decoration: underline; }a:active  	{ color: #000080; }/* fuer Hyperlink blau*/a.blau				{ text-decoration: none; font-weight: normal; font-size: 9pt; letter-spacing: 0 pt; }a.blau:link       { color: #000080;}a.blau:visited 	 { color: #000080;}a.blau:hover      { #000080; text-decoration: underline;}a.blau:active { color: #808080 }/* font */p            { font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 10pt; margin-top: 2;                margin-bottom: 2 }p.link       { color: #000080; font-size: 9pt; letter-spacing: 1pt; text-decoration:                underline; font-family: 'Trebuchet MS', Arial, Helvetica;                font-weight: bold; margin-left: 8 }td         	{ font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 10pt; }p.klein      { font-size: 8pt }                              /* Abschnittsueberschriften innerhalb einer Seite */h2           { font-family: 'Trebuchet MS', Arial, Helvetica; text-align: left; color:                #C80000; font-size: 14pt; letter-spacing: 1pt; font-weight:                bold; margin-left: 6; margin-top: 4; margin-bottom: 4 }h3           { font-family: 'Trebuchet MS', Arial, Helvetica; text-align: left; color:                #C80000; font-size: 12pt; letter-spacing: 1pt; font-weight:                bold; margin-left: 0; margin-top: 20; margin-bottom: 5 }               /* Zwischenueberschriften */h1           { font-family: Arial Black; font-size: 18pt; color: #C0C0C0; text-align: right }h4           { font-family: 'Trebuchet MS', Arial, Helvetica; text-align: center; color:                #C80000; font-size: 9pt; letter-spacing: 1pt; font-weight:                bold; margin-left: 0; margin-top: 10; margin-bottom: 5 }               h5           { font-family: 'Trebuchet MS', Arial, Helvetica; text-align: left; color:                #000080; font-size: 12pt; font-weight: bold; margin-left: 2;                margin-top: 0; margin-bottom: 0 }/* Tabellen -Hintergrund */td.weiss     { background-color: #FFFFFF;}td.grau     { font-size: 9pt; text-align: left; margin-left: 4 }td.image     { text-align: left }/* Liste mit > */ul.1         { font-family: 'Trebuchet MS', Arial, Helvetica; text-align: left;                margin-left: 20; margin-top: 2; margin-bottom: 2 }/*{ list-style-image: url('../images/dotk.gif') }*//* fuer Bottom */adress       { font-family: Arial; font-size: 6pt; text-align: left; font-style: italic; }/* Eingabe-Feld */input.E-Feld { width: 150; font-size: 8pt; font-family: Arial; border: 1 solid #CACACA }/* textarea-Feld */textarea.Feld { width: 250; height: 150; font-size: 8pt; font-family: Arial; border: 1 solid #CACACA }/* margin-top = Abstand zwischen Fensterrand und Inhalt oben *//* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
