
        body, html
        {
            margin: 0;
            padding: 0;
            height: 100%;
        }
        #container
        {
            position: absolute;
            width: 900px;
            margin-left: -450px;
            left: 50%;
            height: 100%;
            background: url(images/inside.jpg);
        }
        #top
        {
            width: 900px;
            height: 200px;
        }
        #logo
        {
            width: 217px;
            height: 167px;
            float: left;
        }
        
        #toprechts
        {
            width: 683px;
            height: 167px;
            margin-left: 217px;
        }
        #bottomrechts
        {
            width: 900px;
            height: 167px;
            margin-left: 0px;
        }
        #fotobar
        {
            width: 683px;
            height: 97px;
            background: url(images/top-bar.jpg);
        }
        #menubar
        {
            width: 683px;
            height: 70px;
            background: url(images/menu-bar.jpg);
            color:White;
        }
        .LeftPane1
        {
            width: 166px;
            float:left;
            padding:6px;
        }
        .ContentPane1
        {
           float:left;
            width:520px;
        }
        .RightPane1
        {
        	
        	width:190px;
        	float:left;
        }
        
