
.registerkarten {
	background-color: #ffffff; 
	margin-top: 20px;
}

/*Menu Product*/
.tabs-product 				{margin: 0px 0px 0px 0px; padding: 0px;}

.tabs-product ul 			{margin: 0; padding:0; list-style: none; }

.tabs-product li			{float: left;}

.tabs-product li a,
.tabs-product li a:visited,
.tabs-product li a:link,
.tabs-product li a:active {
	font-family: "Times New Roman", Times, serif; 
	display: block; 
	font-size: 12px; 
	font-weight: bold; 
	width: 160px; 
	padding: 12px 0px 4px 5px; 
	margin: 0px 1px 0px 0px;  
	background: url(../images/registerkarten_inaktiv.gif) left bottom no-repeat; 
	text-decoration: none; 
	color: #ffcc01; 
	text-align: left;
	}
	
.tabs-product li.deactiviert {
	float: left;
	font-family: "Times New Roman", Times, serif; 
	display: block; 
	font-size: 12px; 
	font-weight: bold; 
	width: 160px; 
	padding: 12px 0px 4px 5px; 
	margin: 0px 1px 0px 0px;  
	background: url(../images/registerkarten_inaktiv.gif) left bottom no-repeat; 
	text-decoration: none; 
	color: #cccccc; 
	text-align: left;
	}

.tabs-product li a:hover {
	background: url(../images/registerkarten_inaktiv_hover.gif) left bottom no-repeat; 
	color: #0098dd;
	}
.tabs-product li a.tabactive {padding: 12px 0px 4px 5px; text-decoration:none; color: #0098dd; background: url(../images/registerkarte_aktiv.gif) left bottom no-repeat;}


li.tabs-product-bewertungen a,
li.tabs-product-bewertungen a:link,
li.tabs-product-bewertungen a:visited,
li.tabs-product-bewertungen a:active {
	background: url(../images/registerkarten_bewertung.gif) left bottom no-repeat;
	}

li.tabs-product-bewertungen a:hover {
	background: url(../images/registerkarten_bewertung_hover.gif) left bottom no-repeat;
	}
	
li.tabs-product-bewertungen a.tabactive {padding: 12px 0px 4px 5px; text-decoration:none; color: #0098dd; background: url(../images/registerkarte_aktiv.gif) left bottom no-repeat;}
	

.tabcontent_product {width: 100%; float: left; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; color: #000000 ; font-size: 12px; text-align: left;}
*html .tabcontent_product {}
*:first-child+html .tabcontent_product {}

#tabcontent_product1			{padding: 15px; font-size: 11px; border: 1px solid #bcbcbc; border-top: none; overflow: auto; background: url(../images/border_tabcontent_product.gif) 163px 0px no-repeat;}
#tabcontent_product2			{padding: 15px; font-size: 11px; border: 1px solid #bcbcbc; border-top: none; overflow: auto; background: url(../images/border_tabcontent_product2.gif) 0px 0px no-repeat;}
#tabcontent_product_rating	{padding: 15px; font-size: 11px; border: 1px solid #bcbcbc; border-top: none; overflow: auto; background: url(../images/border_tabcontent_product_rating.gif) 0px 0px no-repeat;}
