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

