a{outline:none;}

#tabContainer{
	/* background:#f0f0f0; */
	/* border:1px solid #fff; */
	margin-bottom: 10px;
	padding-left: 0px;
	position:relative;
	width:190px;
}
	#tabContainer ul{
		/* overflow:hidden; */
		/* border-right:1px solid #fff; */
		border-bottom: 2px solid #e9e9e9;
		height: 20px;
		padding: 0px;
		/* position:absolute; */
		z-index:100;
	}
	#tabContainer li{
		float:left;
		list-style:none;
		padding-right: 5px;       /* Abstand tabcards */
		margin: 0px;
	}
	#tabContainer li a{
		background:#e9e9e9;	/* #ddd; */
		/* border:1px solid #fcfcfc; */
		/* border-right:0; */

        color:#666;
		cursor:pointer;
		display:block;
		height:20px;
		/* line-height:35px; */
		padding:0 2px;
		text-decoration:none;
		/* text-transform:uppercase; */
	}
	#tabContainer li a img {
		padding-top: 10px;
		padding-right: 5px;
	}
	#tabContainer li a:hover{
		background:#eee;
	}

    #tabContainer li a.active{
		background:#fbfbfb;
		border:2px solid #e9e9e9;
		border-bottom:0;
		color: #515151;
	}

    #tabContainer li a.inactive{
		background: #e9e9e9;
		color: #7a7a7a;
		
	}

	#tabContainer li a.active div.tabtext {
        /* width: 130px; */ 
        margin-top: 0px; 
        margin-left: 5px; 
        word-wrap: break-word; 
        font-size: 8pt;
    }

	#tabContainer li a.inactive div.tabtext {
        /* width: 130px; */ 
        margin-top: 0px; 
        margin-left: 5px; 
        word-wrap: break-word; 
        font-size: 8pt;
        /* color:#515151; */
    }
    
	.tabContentContainer {
	   /*
		background:#fbfbfb;
		border:1px solid #fff;
		margin:34px 0 0;
		*/
	}
	.tabContents{
		padding-right:0px;
		padding-left:0px;
	}
	.tabContents h1{
		font:normal 24px/1.1em Georgia, "Times New Roman", Times, serif;
		padding:0 0 10px;
	}
	.tabContents p{
		padding:0 0 10px;
	}

	.tabContents ul{
   		list-style: none outside none;
    	margin: 0;
    	padding: 0;
	}
	
	.tabContents li{
	    border-bottom: 1px solid #BBBBBB;
    	font-size: 11px;
    	line-height: 1.2;
    	list-style: none outside none;
    	padding: 3px 0;
    	/* background-color: grey; */
	}	

	.tabContents div {
	    margin-top: 4px;
	}	

	.tabBannerHeader {
		font-size: 11px;
		margin-left: 3px;
		margin-bottom:-6px;
		color: black;
	}
	
	.tabBannerFooter {
		font-size: 11px;
		height: 4px;
	}	