body { background-color:#0066FF }
/* Hintergrundfarbe */


p,h1,h2,h3,h4,div { color:#FFFF00; font-family:Times New Roman; }
/* font-family = Schriftart fuer Textelemente */
/* Textfarbe */


h1 { font-size:18pt; }
/* Ueberschrift As-Art */


h2 { font-size:16pt; }
/* Ueberschrift 2 */


h3 { font-size:12pt; }


h4 { font-size:10pt; }

link { font-size:15pt; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt;  }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


div.main { position:absolute; top:5%; left:5%; width: 90%; height: 90%; background-color: #000000; id="mainframe" }
/* Hauptrahmen */

div.header1 { position:absolute; top:1%; left:0%; width: 100%; id="header1" }
/* Ueberschrift 1 */

div.header2 { position:absolute; top:10%; left:0%; width: 100%; id="header2" }
/* Ueberschrit 2 */

div.linkbar { position:absolute; top:20%; left:1%; width: 98%; background-color: #FFFFFF; overflow: hidden; id="linkbar" }
/* Linkleiste */

div.linktext { color:#000000; text-align:center; font-size:16px; }
/* Text in Linkleiste */

div.back { position:absolute; top:20%; left:1%; width: 55px; background-color: #FFFFFF; overflow: hidden; id="links" }
div.backtext { color:#000000; text-align:left; font-size:16px; }

div.infofeld { position:absolute; top:30%; left:5%; width: 90%; background-color: #000000; overflow: auto; height: 70%; id="infofeld" }
/* Infofeld */

div.infotext { color:#FFFF00; text-align:center; }


a:link { color:#000000; font-weight:bold; text-decoration:none; }
a:visited { color:#550000; font-weight:bold; text-decoration:none; }
a:hover { color:#FF0000; text-decoration:none; font-weight:bold; }
a:active { color:#000000; font-weight:bold; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */


/* Wenn Sie sich mit Style-Sheets */
/* auskennen, koennen Sie weitere Angaben notieren */
