#rgjqueryheader_container {
	position:relative;
	width:950px;
    height:355px;
}

#slider {    
    width:950px;
    height:355px;
	z-index:10;
	    background:url(res/loader.gif) no-repeat 50% 50%;

}

#slider img { 
	display:none;
}



.rgjqueryheader_menuentry {
	width: 280px;
	padding: 10px 15px 10px 15px;
	height: 20px;
	background-color:#0068B4; /* Muss bei anderem Style ausgetauscht werden */				
	/*opacity for IE5+*/
	filter: alpha(opacity=85);
	/*opacity for older Mozilla browsers*/
	-moz-opacity: 0.85;
	/*opacity for mozilla/safari*/
	opacity: 0.85;	
	z-index:20;	
	overflow:hidden;		
}

.rgjqueryheader_menu_headline {
	text-transform:uppercase;
	font-size: 18px;
	color:#ffffff;	
	margin-bottom: 15px;
	height:20px;
	line-height:20px;
	z-index:10;
}

.rgjqueryheader_menu_text {
	z-index:10;
}
.rgjqueryheader_menu_text p {
	color:#FFF;	
}

#rgjqueryheader_menu_1 {
	position:absolute;
	left:0px;
	bottom:0px;	
}

#rgjqueryheader_menu_2 {
	position:absolute;
	left:320px;
	bottom:0px;	
}

#rgjqueryheader_menu_3 {
	position:absolute;
	right:0px;
	bottom:0px;	
}