
h1,h2,h3,h4,h5                  {  color:#003399; font-family:"Allegro BT" }
h1                { font-size:36pt; align:center }
h2                { font-size:22pt; }
h3                { font-size:18pt; }
h4                { font-size:14pt; }
h5               { font-size:12pt; font-weight:bold;}
p                { font-size:12pt; color:#003399;}

html         {  height:100%;   }









 #foo {
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
         border-radius: 9px;
         width:200px;
         height:200px;
         background: #F00;
    }
    #PanelTopDown /* nur untere Eckenpaare mit unterschiedlichen Werten abrunden*/
    {
      border-radius-bottomleft:20px 40px;
      border-radius-bottomright:20px 40px;
      -moz-border-radius-bottomleft:20px 40px;
      -moz-border-radius-bottomright:20px 40px;
      -khtml-border-radius-bottomleft:20px 40px;
      -khtml-border-radius-bottomright:20px 40px;
      -webkit-border-radius-bottomleft:20px 40px;
      -webkit-border-radius-bottomright:20px 40px;
    }


<style>
 #123{

 width: 100px;
 background-color: #1DBFF4;
 border-radius: 30px;
 }
</style>


.cssbutton
 {

  border:solid 0.5px #b8babc;

 border-radius: 50px;
 font-weight:normal; /* Schriftstil */
 padding:10px; /* Innenabstand der Schrift */
 width:90px; /* Breite des Buttons */
 height:90px; /* Höhe des Buttons */
 background:#ccddea; /* Hintergrundfarbe */


 }







body         {  height:100%;
                  background-image:url(_themes/sumipntg/sumtextb.jpg) }


#head        {
             text-align:center;
             border-bottom:5px blue double;
             width:100%; height:300px;


             }

#menue       {
             float:left; margin-top:10px;
             border-right:2px blue solid;
             text-align:center;
             width:18%;
             }

         #menue01     {

                      text-align:center;
                      border-bottom:5px blue double;
                      width:100%; height:100px;
                      }

#submenue    {
             float:left; margin-top:10px;



             text-align:center;
             width:99%; height:60px;

             }

        #submenue01  {
                     float:left;
                     text-align:center;
                     border:5px blue double;
                     width:12%; height:20px;
                     border-top-left:10px;
             }
#content     {
             position:relative;
             float:right;
             margin-top:10px;
             text-align:center;

             width:80%; height:120px;
             }
           #content01     {
                       position:relative;

                       margin-top:10px;
                       text-align:center;

                       width:95%; height:120px;
                       }
#footer      {

             float:right;

             margin-bottom:5px;
             text-align:center;
             border-top:5px blue double;
             width:90%; height:20px;
             }
#archiv1     {
             float:left;
             text-align:center;
             border:5px blue double;
             width:33%; height:210px;
             }