/*Menu Product*/
.tabs-product 				{float: left; margin: 0px 0px 0px 0px; padding: 0px; font-size: 12px;}
.tabs-product ul 			{margin: 0; padding:0; list-style: none;}
.tabs-product li			{display: inline;}
.tabs-product li a 			{float: left; width: 146px; height: 19px; padding: 6px 0px 0px 0px; text-align: center; margin: 0px 2px 0px 0px;  background-image: url(../images/registerkarte_normal.gif); text-decoration: none; color: #666666;}
.tabs-product li a:visited 	{}
.tabs-product li a:hover 	{color: #ffffff; text-decoration:none; background-image:url(../images/registerkarte_active.gif);}
.tabs-product li a.tabactive {color: #ffffff; text-decoration:none; background-image:url(../images/registerkarte_active.gif);}


* html div.tabs-product {position: relative;}
* html div.tabs-product ul {}
* html div.tabs-product li  {position: inherit; display: inline;}
* html div.tabs-product li a {}
* html div.tabs-product li a:visited {}
* html div.tabs-product li a:hover {}
* html div.tabs-product li a.tabactive {}

*:first-child+html .tabs-product {position: relative;}
*:first-child+html .tabs-product ul { }
*:first-child+html .tabs-product li {position: inherit; display: inline;}
*:first-child+html .tabs-product li a { }
*:first-child+html .tabs-product li a:visited {}
*:first-child+html .tabs-product li a:hover {}
*:first-child+html .tabs-product li a.tabactive {}


.tabcontent_product {float: left; width: 700px; margin: 0px; padding: 0px; color: #99adc2 ; font-size: 11px; border-top: 1px solid #d6d6d6 /*hellgrau*/; text-align: left;}
*html .tabcontent_product {overflow: hidden;}
*:first-child+html .tabcontent_product {min-height: 50px; overflow: auto;}

#tabcontent_product1			{color:#000000; padding: 15px 0px 25px 0px; font-size: 12px; line-height: 17px; background-image: url(../images/hg_tabcontent.gif); background-repeat: no-repeat; min-height: 70px; overflow: auto;}
*html #tabcontent_product1		{overflow: hidden; min-height: 100px;}
*:first-child+html #tabcontent_product1		{min-height: 50px; overflow: auto;}

#tabcontent_product2			{color:#000000; padding: 0px 0px 0px 0px; font-size: 12px; line-height: 17px; background-image: url(../images/hg_tabcontent.gif); background-repeat: no-repeat; }
*html #tabcontent_product2		{overflow: hidden;}
*:first-child+html #tabcontent_product2		{min-height: 50px; overflow: auto;}

#tabcontent_product3			{color:#000000; padding: 0px 0px 10px 0px; font-size: 12px; line-height: 17px; background-image: url(../images/hg_tabcontent.gif); background-repeat: no-repeat; }
*html #tabcontent_product3		{overflow: hidden;}
*:first-child+html #tabcontent_product3		{min-height: 50px; overflow: auto;}

#tabcontent_product4			{color:#000000; padding: 0px 0px 10px 0px; font-size: 12px; line-height: 17px; background-image: url(../images/hg_tabcontent.gif); background-repeat: no-repeat; background-color: #ffffff;}
*html #tabcontent_product4		{overflow: hidden;}
*:first-child+html #tabcontent_product4		{min-height: 50px; overflow: auto;}


