		body {
            padding:0px; 
            margin:0px; 
            border-spacing:0px;        
		    font-family: Arial, Helvetica, sans-serif;		
		    background:#444;
		}
        img 
        {
            opacity: 0.99;
            filter: alpha(opacity=99);        
        }
	    a:link, a:visited, a:hover{
            white-space: nowrap;
            color:#FFF;
        }
        
		.scroll-pane {
			width: 350px;
            height: 600px;			
			overflow: auto;
			float: left;
			padding:0;
            margin:0px; 
            border-spacing:0px;               
		}
		
        .fullwidth {
            width:80%;
            text-align: center;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

		.Menue {			
			position:absolute; 
			left:100px; 
			top:50px;	
			width:150px;
			background: #000000;
			padding:10px;
			opacity: 0.8;
			filter: alpha(opacity=80);
			overflow: none;
			float: left;			
            font-size:11px;    
		}
		
		.Menue p {
			padding: 5px;
			color:#FFF;			
		}
		
		.Menue a {
			text-transform: uppercase;
			font-weight:bold;
			text-decoration: none;
		}
				
		.Content {			
			position:absolute; 
			left:300px; 
			top:50px;
			background: #000000;
			padding: 5px;
			opacity: 0.8;
			filter: alpha(opacity=80);			
		}
		
		.Content h1 {
			font-size:14px;
			text-decoration:bold;
		}
        .Content h2 {
            font-size:12px;
            text-decoration:bold;
        }
        
		.Content {
			color:#FFF;
			font-size:10px;
			line-height:16px;
		}

		.Content a {
			text-transform: uppercase;
			font-weight:bold;
			text-decoration: underline;
		}
		
         /*JScrollPane CSS*/
		.jScrollPaneContainer {
			position: relative;
			overflow: hidden;
			z-index: 1;
			padding-right:20px;            
		}
		.jScrollPaneTrack{
			position:absolute;
			cursor:pointer;
            width:5px;
			right:0;top:0;
			height:100%;            
		}
        
		.jScrollPaneDrag{
			position:absolute; 
			background:#CCC;
			cursor:pointer;
			overflow:hidden;            
			
			-moz-border-radius:0px;
			-webkit-border-radius:0px;
			}
                