.shadetabs{
	padding: 0;
	margin: 0;
	font: bold 15px 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: 634px;
	text-decoration: none;
}

.shadetabs a,
.shadetabs a:visited,
.shadetabs a:link
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
}

.shadetabs a:hover
{
	text-decoration: none;
}

.shadetabs a.selected
{
	/*selected main tab style */
	position: relative;
	/*top: 1px;*/
	border-bottom-color: white;
}

.shadetabs a.selected:hover
{ 
	/*selected main tab style */
	text-decoration: none;
}

.shadetabs a .tab
{
	width: 122px;
	height: 21px;
	background: white url(../img/tabs/tab.png) top left no-repeat;
	float: left;
	padding-top: 7px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	font-size: 14px;
}

.shadetabs a:hover .tab
{
	background: white url(../img/tabs/tab_selected.png) top left no-repeat;
	color: #FFCC00;
	text-decoration: none;
	font-size: 14px;
}

.shadetabs a.selected .tab
{
	width: 122px;
	height: 21px;
	background: white url(../img/tabs/tab_selected.png) top left no-repeat;
	float: left;
	padding-top: 7px;
	text-align: center;
	color: #FFCC00;
	text-decoration: none;
	cursor: pointer;
	font-style: italic;
	font-size: 14px;
}

.tabsheet
{
	width:100%;
	float: left;
	clear: both;
}

.tabcontent_container
{
	width: 614px;
	float: left;
	clear: both;
	margin-bottom: 1em;
	padding: 20px 10px 20px 10px;
	border-top: 2px solid #480101;
	background-color: #FAFAFA;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	margin-bottom:40px;
}

.tabcontent_container a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 20px;
	text-decoration:underline;
}
.tabcontent_container a:link
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 20px;
	text-decoration:underline;
}
.tabcontent_container a:active
{
	color: #990000;
	text-decoration:underline;
}
.tabcontent_container a:visited
{
	color: #990000;
	text-decoration:underline;
}
.tabcontent_container a:hover
{
	color: #666666;
	text-decoration:underline;
}

.tabcontent
{
	display: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

@media print 
{
	.tabcontent 
	{
		display:block !important;
	}
}

.linkhervorgehoben a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff !important;
	line-height: 22px;
	background-color: #810303;
	margin: 0px;
	padding: 5px;
	text-decoration: none !important;
	font-weight:bold;
}
.linkhervorgehoben a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 22px;
	background-color: #810303;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
	font-weight:bold;
}
.linkhervorgehoben a:active{
	background-color: #810303;
	color: #EFC24B;
	text-decoration: none;
	
}
.linkhervorgehoben  a:hover{
	background-color: #EFC24B;
	color: #990000 !important;
	text-decoration: none;
}

