/* Start of CMSMS style sheet 'x8page :css' */
body                {
                      background-color: #dfdfdf;
                      padding: 0;
                      margin: 0;
                    }
#container          {
                      margin: 0 auto;
                      width: 1000px;
                      background: white url(uploads/tpl/bg.jpg) repeat-y;
                    }
#header             {
                      width: 1000px;
                      height: 178px;
                      background: transparent url(uploads/tpl/header.jpg) no-repeat;
                    }
#main               {
                      width: 1000px;
                      background: transparent url(uploads/tpl/roller.jpg) no-repeat;
                      background-position: right bottom;
                    }
#menu               {
                      width: 200px;
                      height: 309px;
                      float: left;
                      margin-right: 30px; 
                    }
#content	    {
                      width: 580px;     
                      float: left;                
                    }   
#bericht            {
                     width: 150px;
                     padding: 5px;
                     margin: 5px;
                     border: 1px solid gray;
                     background-color: #eee;
                     float: left;
                     text-align: center;
                    }  
#bericht a          {
                     text-decoration: none;
                    }                                                         
#footer             {
                      width: 1000px;
                      height: 109px;
                      padding-right: 50px;
                      background: transparent url(uploads/tpl/footer.jpg) no-repeat;
                      font-size: 8pt;
                      color: gray;
                      text-align: right;
                    }
/* End of 'x8page :css' */

