.rgtabs-wrapper {
    padding:2em 0em;
    clear:both;
}    


.rgtabs-menu {
	padding: 0px;
	width: 450px;
	height: 25px;
	margin-left: -4px;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 30px;
	}	



.rgtabs-menu a,
ul.rgtabs-menu,
.rgtabs-menu li {
	display: block;
	line-height: 2.1em;
	list-style: none;
	font-size: 12px;
/* setting "height" results in a limitation of the whole <ul> element,
 * which can cause the footer to overlap the tab text in some cases
/*	height: 25px; */
	float: left;
	margin: 0px;
	color: #00458C;
	text-decoration: none;
}

.rgtabs-menu a,
.rgtabs-menu li {
	padding-left: 5px;
	padding-right: 5px;
}

.rgtabs-menu ul {
/* tabs won't wrap */
	width: 600px;
}

.rgtabs-menu li {

/* margin-left causes the tab menu elements to grow and overlap the dotted
 * line which serves as an optical divider /*
*	margin-left: -5px; */

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #00458C;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00458C;
	background-image: url(/img/site/bg_reiternavi.gif);
	}	


.tabfirst {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00458C;
	}	


.rgtabs-menu a:hover {
	text-decoration: underline;
	}
	
.rgtabs-menu li.rgtabs-selected a {	
	text-decoration: none;
	cursor: default;
	}
	

.rgtabs-menu  li.rgtabs-selected {
	display: block;
/* these additional margin / padding parameters seem to break tab menu design */
/* 	margin-top: -1px;
	margin-left: -5px;
	margin-right: -1px;
	padding-left: 5px;
	padding-right: 5px; 
	border-top-width: 1px; */
	border-top-style: dotted;
	border-top-color: #00458C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/img/site/bg_reiternavi_act.gif);
	}

/*
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {                                                                                  
//    background: url(tab-off-l.gif) top left no-repeat;                                                                                                    
        display: block;                                                                                                                                     
//        margin-top: -1px;                                                                                                                                   
//        margin-left: -1px;                                                                                                                                  
//        margin-right: -1px;                                                                                                                                 
//        padding-left: -40px;                                                                                                                              
//        padding-right: 10px;                                                                                                                              
//        border-top-width: 1px;                                                                                                                            
        border-top-style: dotted;                                                                                                                           
        border-top-color: #00458C;                                                                                                                          
//        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFFFFF;
        background-image: url(/img/site/bg_reiternavi_act.gif);
//	padding-left: 5px;
}                                                                                                                                                           
                
*/
                        
/*                                                                                                                    
#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {                                                                              
        color: #E86200;                                                                                                                                     
//        text-decoration: none;                                                                                                                              
//        border-left-width: 1px;                                                                                                                           
//        border-right-width: 1px;                                                                                                                            
//        border-bottom-width: 1px;                                                                                                                           
//        border-left-style: dotted;                                                                                                                        
//        border-right-style: dotted;                                                                                                                         
//        border-bottom-style: solid;                                                                                                                         
//        border-left-color: #00458C;                                                                                                                       
//        border-right-color: #00458C;                                                                                                                        
//        border-bottom-color: #FFFFFF;                                                                                                                       
        padding-left: 5px;                                                                                                                                  
        padding-right: 5px;                                                                                                                                 
	
}     

*/

