/* Seitenlayout */
body        {background-color: #FFFF99;
             background-image: url("../graphics/siteBack.png");
             background-repeat: repeat-x;}

#Root        {position: absolute;             /* absolute position*/
             z-index: 0;                /* layer position*/
             width: 790px;                /* gesamtbreite der page*/
             top: 6px;
             left: 50%;                /* 50% abstand nach links*/
             margin-left: -395px;}            /* 1/2-seitenbreite zur&Atilde;&frac14;ck*/

#Banner     {position: absolute;
             z-index: 1;                /* layer position*/
             height: 70px;}            /* bannerh&Atilde;&para;he*/

#Title         {position: absolute;
                z-index: 0;
                top: 70px;
                width: 790px;
                height: 100px;}

#Navigation     {position: absolute;
                 z-index: 1;                /* layerposition */
                 top: 170px;                /* abstand plus bannerh&Atilde;&para;he*/
                 width: 790px;
                 height: 30px;
                 background-image: url("../graphics/navBack.gif");
                 background-repeat: repeat-x;}

#Main        {position: relative;absolute
             z-index: 2;                /* layer position &Atilde;&frac14;ber banner!*/
             width: 628px;
             /*height: 600px;*/
             top: 200px;                /* abstand plus bannerh&Atilde;&para;he*/
             left: 0px;                /* abstand plus navbreite*/
             padding-top: 10px;
             border-top: 1px solid #CC9900;
             border-left: 1px solid #CC9900;
             background-color: #FFFFCC;}

#Toolbar    {position: absolute;
             text-align: center;
             z-index: 2;                /* layerposition*/
             top: -1px;
             left: 628px;
             width: 160px;
             /*height: 600px;*/
             height: 100%;
             padding-top: 10px;
             border-top: 1px solid #CC9900;
             border-right: 1px solid #CC9900;
             background-color: #FFFFCC;}

#Bottom     {position: absolute;
             text-align: center;
             z-index: 3;                /* layerposition*/
             /*top: 800px;*/
             left: -1px;
             width: 790px;
             height: 40px;
             padding-top: 10px;
             color: #FFFFCC;
             background-color: #CC9900;}

#Bottom a    {color: #FFFFCC;}

.smallBox    {width: 140px;
              background-color: #FFFF99;
              border: 1px solid #CC9900;}

.smallBox td {text-align: center;}

/* 2008 - Lutz Wagner */
