  /* STYLE FUER DIE TAB-SCHNELLANSICHT */
 
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */

/* Register */

.QuickTabs {
        margin-top: 10px; }
  
.QuickTabs .lpRegister {
        border-bottom: 2px solid #66676C;
        height: 20px; }
					
.QuickTabs .lpRegister ul {
        padding: 0;
        margin: 0;
        font-weight: bold;		        
        list-style-type: none;
        line-height: 19px;}
													    
.QuickTabs .lpRegister li {
    	display: inline;
		margin: 0;}
    
.QuickTabs .lpRegister li a {
        padding: 0px 4px 0px 7px;
        text-decoration: none;	
		left: 1px; 
		color: #a6a6a6 !important; 
		font-size: 11px;
		background-color: #e6e6e6; 
		background-image:url(load.resource?resourceId=464);
		background-repeat: no-repeat;
		background-position: top left;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		position: relative;
		display: block;
		float: right; }
																																							    
.QuickTabs .lpRegister li a:hover {
    	text-decoration: none;
		color: #ffffff !important;
		font-size: 11px;
		background-color: #419cd1;
		background-image:url(load.resource?resourceId=464);
		background-repeat: no-repeat;
		background-position: top left;}

.QuickTabs .lpRegister li.selected a {
    	padding: 0px 4px 0px 7px;
		top: 0px;
		color: #ffffff !important; 
		background-color: #419cd1; 
		background-image:url(load.resource?resourceId=464);
		background-repeat: no-repeat;
		background-position: top left; 
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;}																																																														    

.QuickTabs .lpRegister li.selected a:hover {
		text-decoration: none;
		color: #ffffff !important;
		font-size: 11px;}

.QuickTabs .lpRegister li.selected a:visited {
        text-decoration: none;
		color: #ffffff !important; 
		font-size: 11px;}

.QuickTabs .lpRegisterContent {
		width: 100%;
        border-width: 0px;
		background-color: #ffffff;
		padding: 0px !important;
		margin: 0px !important;}
    
.QuickTabs .lpRegisterContent td {
        vertical-align: top;
		padding: 0px !important;
		margin: 0px !important;}
  
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  
  /* TabPane */
  
.QuickTabs .tabPane {
		border-bottom: 0px solid #e6e6e6;
		padding: 0px !important;
		margin: 0px !important;}		
    
.QuickTabs .tabItem {
        background-color: #66676c;
        background-image: url("../images/tabPaneItem.gif");
        background-repeat: no-repeat;
        background-position: top left;
        padding-left: 22px;
        list-style-type: none !important; }        
								    
.QuickTabs .tabItem div, tabPane li div {
        background-color: white;
        margin: 0px;
        border: dotted 1px gray; }  	          

  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */