body
{
margin: 0px 0px 0px 0px;
font-family: arial;
}

/* b=div-Block für Kopfzeile links oben, in der das Menü enthalten ist */
.b
{
color: #0000FF;
color-weight: bold;
width: 70%;
text-align:left;
font-size: 15px;
font-family: arial;
background-color:#B0B0B0;
float:left;
margin: 5px 0px 5px 1px;
padding: 1px;
/*border : 3px ridge #F0F0F0;*/
/*border-bottom: 3 px;*/
}
/* m: Grafik unterhalb der Kopfzeile */
.m
{
text-align: center;
}
/* e: Textblock links unterhalb der Kopfzeile */
.e
{
font-family: arial;
/*font-size: 18px;*/
color: #000000;
width: 100%;
background-color: #F0F0F0;

float: left;
padding: 5px;
text-align:left;
/*border-right: 2px solid #F0ECF0;*/

}


/*d=div-Block für Kopfzeile rechts, in der der Briefkopf enthalten ist */
.d
{
width: 25%;
color:#000000;
text-align:left;
font-size: 14px;
font-family: arial;
background-color:#FFFFFF;
margin: 5px px 0px px;
float: right;
/*border-bottom: 2px solid #E8ECE8;*/
/*border : 3px ridge #F0F0F0;*/
/*border-left: 2px solid #F0ECF0;*/
}

/* a und a-hover = Menü */

a
{
color: #000000;
text-decoration: none;
font-size: 100%;
font-weight: bold;
display: block;
width: 40%;
background-color: #B0B0B0;
}

a:hover
{
color: #FFFFFF;
text-decoration: underline;
font-size: 100%;
background-color: #000000;
}






/* später
a:active
{
color: lightblue;
text-decoration: underline;
font-size: 120%;
background-color: darkblue;
}

a:visited
{
color: #FF8080;
text-decoration: underline;
font-size: 120%;
background-color: #F0ECF0;
}
*/

h1
{
font-size: 200%;
font-family: verdana;

}
/* Frage: wie kann man bei der Einrückung eine Zeile streichen?
ul
{
padding: -3px;
}
*/

/* g=Linie unter Kopfzeile, wird aktuell nicht verwendet */
.f
{
width: 100%
background-color:#FF0000;
}


/* i: Besondere Auszeichnung von Textblöcken*/
.i
{
width: 90%;
color: #FF0000;
background-color: #D0D0D0;
padding: 20px;
cellpadding: 20px;
margin-left: 10%;
}

.k
{
color: #A00020;
background-color: #D0D0D0;
padding: 20px;
cellpadding: 20px;
width: 50%;
}

/

/* h. Untermenü*/
.h
{
float: left;
font-size: 16px;
padding: 5px;
}

/* j. Text eines aktuellen Untermenüs: funktioniert momentan nicht*/
.j
{
margin: 5px;
}
