




/* scrollable div area */
			#scrollable1, #scrollablespeise {
                background:#fff;
				float: left;
				width: 699px;
				height: 536px;
				/*   color: #333; */
				border: 0;
				overflow: hidden;
                display: inline;
                position: relative;
                border-bottom: 1px solid #002659;
                margin: 0;
                padding: 0;
			}
				
            #content-scroll-vertikal #scrollable1, #content-scroll-vertikal #scrollablespeise {
                background:#fff;
				float: left;
				width: 710px;
				height: 525px;
			/*	color: #333; */
				border: 0;
				overflow: hidden;
                display: inline;
                position: relative;
                border-bottom: 0px;
			}
			
			
			#scrollablespeise {
                background: transparent url(../layout-images/background-2spalten.gif) repeat top left;
            }
			
			/* vertical track */
			#track1 {
				float: left;
				width: 11px;
				height: 536px;
				margin: 0;
				background: #e1e4e9;
				/*background: #fff url("../layout-images/scroller-bg.gif");*/
				border-bottom: 1px solid #002659;
			}
			
            #content-scroll-vertikal #track1 {
            float: left;
				width: 0px;
				height: 500px;
				margin: 0;
				background: transparent;
				border-bottom: 0px ;
 }
            
            
			/* vertical track handle */
			#content-scroll-vertikal #handle1 {
				width: 0px;
				height: 70px;
				background-color: transparent;
				cursor: move;
			}
		
			#handle1 {
				width: 11px;
				height: 70px;
                background:#002659 url(../layout-images/scroller.gif);
				cursor: move;
			}
			
			/* horizontal track */
			#track2 {
				float: left;
				clear: both;
				width: 710px;
				height: 11px;
				margin-top: 0;
				background: #e1e4e9;
			}
			
			/* horizontal track handle */
			#handle2 {
				width: 70px;
				height: 11px;
				background-color: #002659;
				cursor: move;
			}
			
			/* scrollable div area */
			#scrollable2 {
			    background:#fff;
				float: left;
				width: 710px;
				height: 500px;
				padding: 8px;
				border-top: 1px solid #ccc;
				border-left: 1px solid #ccc;
				overflow: hidden;
				white-space: nowrap;
			}
			      
		
			
			/* wrap to make sure that image area is clickable */
			#wrap3 {
				float: left;
				width: 15px;
				height: 201px;
				background: transparent url(images/scrollbar-track-bottom.png) no-repeat bottom left;
			}
			
			/* top image of track */
			#track3-top {
				position: absolute;
				width: 15px;
				height: 15px;
				background: transparent url(images/scrollbar-track-top.png) no-repeat top left;
			}
			
			/* vertical track */
			#track3 {
				position: absolute;
				width: 15px;
				height: 201px;
			}
			
			/* vertical track handle */
			#handle3 {
				width: 15px;
				height: 37px;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap4 {
				float: left;
				clear: both;
				width: 301px;
				height: 15px;
				background: transparent url(images/scrollbar-track-right.png) no-repeat top right;
			}
			
			/* left image of track */
			#track4-left {
				position: absolute;
				width: 15px;
				height: 15px;
				background: transparent url(images/scrollbar-track-left.png) no-repeat top left;
			}
			
			/* horizontal track */
			#track4 {
				position: absolute;
				width: 301px;
				height: 15px;
			}
			
			/* horizontal track handle */
			#handle4 {
				width: 37px;
				height: 15px;
			}
			
			
			/* Inhaltsspalten Speise und Menue */
			
    #scroll-left, #scroll-right {
                float:left;
        		width:338px;
        		padding:5px;
			}

			