<!-- Legt den Standard für die Website fest -->
body
{background-color: #fcddb9;
font-size: 10pt;
color: #1a4b9b;
font-family: Arial, Tahoma, Lucida Sans Unicode, Lucida Sans, Verdana,  Sans Serif;
margin: 0px;
scrollbar-face-color: #1a4b9b;
scrollbar-base-color: #fcddb9;
scrollbar-highlight-color: #1a4b9b;
scrollbar-shadow-color: #1a4b9b;
scrollbar-3dlight-color: #fcddb9;
scrollbar-arrow-color: #fcddb9;
scrollbar-track-color: #fcddb9;
scrollbar-darkshadow-color: #fcddb9;
}
<!-- Legt die Hyperlinks fest -->
A:LINK
{
color: #1a4b9b;
font-size: 10pt;
}
A:ACTIVE
{
color: #1a4b9b;
font-size: 10pt;
}
A:FOCUS
{
color: #1a4b9b;
font-size: 10pt;
}
A:HOVER
{color: #ff0000;
font-size: 10pt;
}
A:VISITED
{
color: #1a4b9b;
font-size: 10pt;
}
<!-- Legt die Hindergrundfarbe blau fest -->
.blau
{background-color: #1a4b9b;
}
<!-- Legt die Hindergrundfarbe dunkelbeige fest -->
.balken
{background-color: #1a4b9b;
color: #fcddb9;
font-weight: bold;
}
<!-- Legt die Marquee in aktuell fest -->
.balken1
{background-color: #1a4b9b;
color: #fcddb9;
padding-left:80px;
padding-right:80px;
}
<!-- Legt die Marquee in aktuell fest -->
.balken3
{background-color: #1a4b9b;
color: #fcddb9;
padding-left:150px;
padding-right:150px;
}
<!-- Legt die Marquee (rot) in aktuell fest -->
.balken2
{background-color: #FF0020;
color: #fcddb9;
}
<!-- Legt den HG (hellblau) in mitglieder.html fest -->
.balken4
{background-color: #93cee7;
color: #1a4b9b;
}
<!-- Legt die Hindergrundfarbe hellbeige fest -->
.mbeige
{background-color: #e9d2ad;
}
<!-- Legt die Schriftgröße fest -->
p
{
font-size: 10pt;
text-align : justify;
color: #1a4b9b;
font-family: Arial, Tahoma, Lucida Sans Unicode, Lucida Sans, Verdana,  Sans Serif;
}
<!-- Legt die Standardschriftgröße fest -->
.s10
{

font-size: 10pt;
margin:10px;

}
<!-- Legt die Standardschriftgröße in block fest -->
.s10b
{
font-size: 10pt;
text-align : justify;
margin:10px;
}
<!-- Legt die Standardschriftgröße in Fett fest -->
.s10f
{
font-size: 10pt;
font-weight: bold;
}
<!-- Legt die Überschrift fest -->
.s10n
{
font-size: 10pt;
}
<!-- Legt die Überschrift fest -->
.s12
{
font-size: 12pt;
}
<!-- Legt die Überschrift in Fett fest -->
.s12f
{
font-size: 12pt;
font-weight: bold;
}
<!-- Legt die Überschrift fest -->
.s14
{
font-size: 14pt;
}
<!-- Legt die Überschrift in Fett fest -->
.s14f
{
font-size: 14pt;
font-weight: bold;
}
<!-- Legt die Überschrift fest -->
.s16
{
font-size: 16pt;
}
<!-- Legt die Überschrift fest -->
.s20
{
font-size: 20pt;
}
<!-- Legt die Überschrift fest -->
.s28
{
font-size: 28pt;
}
<!-- Legt die Überschrift fest -->
.s36
{
font-size: 36pt;
}
<!-- Legt die Textausrichtung fest -->
.block
{
text-align : justify;
}
<!-- Text wird farblich unterlegt -->
.unter
{
background-color: #BBDDFF;
}
<!-- Text wird creme unterlegt -->
.unter1
{
background-color:#FEFFE1;
}
<!-- Text wird rot unterlegt -->
.unter3
{
background-color:#FFA6A6;
}
<!-- Text wird hellgrün unterlegt -->
.unter2
{
background-color:#8BEA86;

}
<!-- Text wird hellblau und fett unterlegt -->
.unter4
{
background-color:#1a4b9b;
}
<!-- Standardabweichung in der agb.html -->
.agb
{background-color: #ffffff;
color: #000000;
margin: 20px;
}
