.shadetabs2{
	padding: 0;
	margin: 10px 0 0 0px;
	font: normal 13px Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	float: left;
	clear: both;
	width: 262px;
}

.shadetabs2 a
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	float: left;
}

.shadetabs2 a:hover
{
	text-decoration: none;
}

.shadetabs2 a.selected
{
	/*selected main tab style */
	position: relative;
	/*top: 1px;*/
	border-bottom-color: white;
}

.shadetabs2 a.selected:hover
{ 
	/*selected main tab style */
	text-decoration: none;
}

.shadetabs2 a .tab_small
{
	width: 127px;
	height: 20px;
	background: white url(../img/tabs/tab_small2.png) top left no-repeat;
	float: left;
	padding-top: 4px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.shadetabs2 a:hover .tab_small
{
	background: white url(../img/tabs/tab_small2_selected.png) top left no-repeat;
	color: #FFFFFF;
}

.shadetabs2 a.selected .tab_small
{
	width: 127px;
	height: 20px;
	background: white url(../img/tabs/tab_small2_selected.png) top left no-repeat;
	float: left;
	padding-top: 4px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.anfrage_container
{
	width: 262px;
	float: left;
	clear: both;
	margin: 0 0 0 0px;
	padding: 15px 0 15px 0;
	/*border-top: 2px solid #480101;*/
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.anfrage_container a
{
	color: #680102;
}

.anfrage_container a:hover
{
	color: #666666;
}

.tabcontent_small
{
	display:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	padding-top:5px;
}
.tabcontent_small a
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#666666;
	text-decoration: underline;
}
.tabcontent_small a:link
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#666666;
	text-decoration: underline;
}
.tabcontent_small a:active
{
	color:#666666;
	text-decoration: underline;
}
.tabcontent_small a:visited
{
	color:#666666;
	text-decoration: underline;
}
.tabcontent_small a:hover
{
	color:#0A7DAC;
	text-decoration: underline;
}

@media print 
{
	.tabcontent 
	{
		display:block !important;
	}
}
