/*DATEI-NAME: format.css */

body
        {
         background-color:#FFFFFF;
         margin:0px;
         }

/*Schmuckrand und Inhalt*/

.ecke
        {
         position:absolute;
         margin-top:0px;
         margin-left:0px;
         width:224px;
         height:200px;
         background-image:url/_background/(rose.jpg);
         }

.oben
        {
         position:absolute;
         margin-top:0px;
         margin-left:224px;
         width:800px;
         height:160px;
         }

.links
        {
         position:absolute;
         margin-top:220px;
         margin-left:0px;
         height:800px;
         width:223px;
         background-image:url(rose.jpg);
         }


.fussnoten
         {
         font-size:10px;
         font-style:italic;
         }


#seiteninhalt
        {
         position:absolute;
         margin-top:180px;
         margin-left:245px;
         width:75%;
         }

/*Schriftformatierung*/


p,h1,h2,h3,h4,h5,h6,a,td,li
        {
            font-family:arial, helvetica, sans-serif;
            }


p,td,li
         {
            font-size:12pt;
            }

a
         {
            font-size:16pt;
            }


p,td,li
         {
            color:#000000;
            }


h1
        {
         font-size:16pt;
         color:#003399;
             }


h2
             {
             font-size:14pt;
         color:#003399;
             }


h3
             {
             font-size:12pt;
         color:#003399;
             }

h4
             {
             font-size:10pt;
         color:#003399;
             }


/*Links*/


a:link
              {
              color:#3f3f3f;
              text-decoration:underline;
         font-weight:bold;
              }


a:visited
              {
              color:#3f3f3f;
              text-decoration:underline;
         font-weight:bold;
              }


a:active
              {
              color:#3f3f3f;
              text-decoration:underline;
         font-weight:bold;
              }


a:hover
             {
             color:#6f6f6f;
             text-decoration:underline;
         font-weight:bold;
             }


/*Sonstiges*/


hr
         {
         color:#2F4F4F;
         width:750px;
         margin-left:0px;
         }
