.RadTabStrip_dnnHochschule
{
	font: 12px arial, tahoma, sans-serif;
	padding-left: 5px;
	
}


.RadTabStrip_dnnHochschule .level1 li a
{
	

	
	color: #000;
	text-decoration:none;
	text-transform:uppercase;
}

.RadTabStrip_dnnHochschule .level1 li.last a,
.RadTabStrip_dnnHochschule .level1 li.break a
{
	margin-right:0;
	padding-right:0px;
	
}

.RadTabStrip_dnnHochschule .level1 li a .wrap
{
	border-bottom:1px solid #a0a0a0;
	padding-right:9px;
	padding-left:9px;
	color:#a0a0a0;


}

.RadTabStrip_dnnHochschule .level1 li a:hover .wrap
{
	color: #c82b00;
}

.RadTabStrip_dnnHochschule .level1 li a .innerWrap
{


}

.RadTabStrip_dnnHochschule .level1 li a.selected
{

	
}

.RadTabStrip_dnnHochschule .level1 li a.selected .wrap
{
	border-bottom:none;
	border-left:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	color: #c82b00;

}
.RadTabStrip_dnnHochschule .level1 li.last a .wrap{
	border-right:none;
	padding-right:0px;
}
.RadTabStrip_dnnHochschule .level1 li.first a .wrap{
	border-left:none;
	padding-left:0px;
}
.RadTabStrip_dnnHochschule .level1 li a.selected .innerWrap
{
	cursor:pointer;
	cursor:hand;
	color: #c82b00;
}


.RadTabStrip_dnnHochschule .level2 ul
{
	
	height:24px;
}

.RadTabStrip_dnnHochschule .level2 li a
{

	color: #000;
	text-decoration: none;
	padding: 2px 10px 0px 0px;
	font-weight: normal;
	background-color:#FFFFFF;
	
}
.RadTabStrip_dnnHochschule .level2 li a:link, .RadTabStrip_dnnHochschule .level2 li a:visited
{
	line-height:24px;
	color: #000;
	text-decoration: none;
}
.RadTabStrip_dnnHochschule .level2 li a:hover, .RadTabStrip_dnnHochschule .level2 li a:active
{
	line-height:24px;
	color: #c82b00;
	text-decoration: none;
}

 .RadTabStrip_dnnHochschule .level2 li a.selected .innerWrap
{
	color: #c82b00;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}

.RadTabStrip_dnnHochschule li a.disabled,
.RadTabStrip_dnnHochschule li a.disabled .wrap,
.RadTabStrip_dnnHochschule li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

.RadTabStrip_dnnHochschule li a.red,
.RadTabStrip_dnnHochschule li a.red .wrap,
.RadTabStrip_dnnHochschule li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_dnnHochschule .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_dnnHochschule .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_dnnHochschule .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_dnnHochschule .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

