h1      {
        color:#000000;
        height: 1.2em;
        width: 18.2em;
        font-size: 36pt;
        font-weight: bold;
        letter-spacing: 0.8em;
        background-color: #990000;
        border-left: .8em #990000 solid;
        border-right: 6px silver groove;
        border-bottom: 6px silver groove;
        margin-left: 0.5em;
        text-align: center;
        font-family:times, "lucida console", sans-serif; /* Schriftart */
        }
h2      
        {
        color: #990000;
        font-size: 21pt
        }

h3      
        {
        color: #990000;
        font-size: 16pt
        }

#navigation
        {
        color: #000000;
        float: left;
        
   width:140px;                   /* Breite des Bereichs */
   text-align:left;               /* Textausrichtung     */
   margin-top:50px;               /* Außenabstand oben   */
   margin-bottom:10px;            /* Außenabstand unten  */
   margin-left: 0px;              /* Außenabstand links  */
   margin-right:15px;             /* Außenabstand rechts */
 }
 
#navigation ul {
   list-style:none;               /* keine Aufzählungspunkte */
 }
 
#navigation li {
   background-color:silver;       /* Hintergrundfarbe   */
   border-top:1px black solid;    /* Rahmenfarbe Auflistungpunkt oben */
   border-left:15px #990000 solid; /* Rahmenfarbe Auflistungpunkt oben */
   border-bottom:4px #990000 groove;   /* Rahmenfarbe unten  */
   border-right:4px #990000 groove;   /* Rahmenfarbe unten  */
   margin-top:10px;               /* Außenabstand oben  */
   padding-top:6px;               /* Innenabstand oben  */
   padding-bottom:6px;            /* Innenabstand unten */
   padding-left:6px;              /* Innenabstand unten */
   padding-right:6px;             /* Innenabstand unten */
 } 
#navigation a:link    { color:black;   text-decoration:none; }
#navigation a:visited { color:#990000; text-decoration:none; }
#navigation a:focus   { color:green;   text-decoration:underline; }
#navigation a:hover   { color:#990000; text-decoration:underline; }
#navigation a:active  { color:orange; text-decoration:underline; }

#bild     
    {
    margin-left: 13em;
    margin-top: 6.2em;
     }
#studiolink
    {
        margin-top: -9em;
        margin-left: 10em;
        text-align: center;
        height: 4.6em;
        width: 24em;
        
        font-weight:bold;
        
        background-color: silver;
        
        font-family:times, "lucida console", sans-serif; /* Schriftart */
        }
        
#bildX
    {
    margin-left: 39em;
    margin-top: -7em;
     }
     
             
#studiolink a:link    { color:#990000;   text-decoration:none; }
#studiolink a:visited { color:black; text-decoration:none; }
#studiolink a:focus   { color:green;   text-decoration:underline; }
#studiolink a:hover   { color:#990000; text-decoration:underline; }
#studiolink a:active  { color:orange; text-decoration:underline; }
  


#terminvereinbarung
    {
        color: #990000;
        font-weight: bold;
        font-size: 16pt;
        font-family:times, "lucida console", sans-serif; /* Schriftart */
        margin-left: 9.7em;
        margin-top: 7em;
        text-align: center;
        background-color: silver;
        height: 1.2em;
        width: 34em
    }

 #zusatz
    {
        margin-top: 7em;
        margin-left: -4em;
        text-align: center;
        height: 5em;
        width: 42em;
        font-size: 14pt;
        font-weight:bold;

        
        font-family:times, "lucida console", sans-serif; /* Schriftart */
        }

body

       {
       background-image: url(../images/Blumen_022.jpg)
       }
      
html