body {font-family:Arial,Verdana,Helvetica,sans-serif;
     font-color:#ff9933;
     background-color:#FFFFF;
     width:1000px;
     height:600px;
}

h1 {font-size:26pt;
   }

address {font-size:8pt;
        padding:1px;
        text-align:center;
   }

p  {font-size:10pt;
   text-align:justify;
   padding:10px;
   }

#logo  {
          color:#0e0e48e;
          position:absolute;
          width:170px;
          height:70px;
          left:120px;
          top:120px;
          padding:0px;
          font-size:8pt;
          z-index:5;
          }

#menue_1  {background-color:#B4C0DF;
          color:#0e0e48e;
          position:absolute;
          width:1400px;
          height:1000px;
          left:0px;
          top:0px;
          padding:0px;
          font-size:8pt;
          z-index:1;
          }

#menue_2  {background-color:#ffffff;
          color:#d7d7d7;
        position:absolute;
        width:800px;
        height:600px;
        font-size:12pt;
        font-weight:bold;
        margin:50px;
        z-index:2;
        }

#menue_3 {
         color:#d7d7d7;
         font-weight:bold;
         min-width:400px;
         max-width:600px;
         height:400px;
         position:absolute;
         left:450px;
         top:250px;
         z-index:2;
        }

#bild_1   {position:absolute;
        left:250px;
        top:100px;
        width:50px;
        height:50px;
        z-index:1;
        }


#text_1  {position:absolute;
        width:500px;
        height:470px;
        left:300px;
        top:100px;
        padding:10px;
        z-index:3;
        }


a:link {  text-decoration:underline; font-weight:bold; color:#FFFFFF; }
a:visited { text-decoration:underline; font-weight:bold; color:#FFFFFF; }
a:hover { text-decoration:none; font-weight:bold; color:#575757; }
a:active {  text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:focus { text-decoration:none; font-weight:bold; color:#FFFFFF; }
