/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */


/* Tabellenlayout */
.tablenavig
{
width: 100%;
}

.tablenavigSelected
{
background-color: #9A9DC5;
width: 100%
}

/* Button "Main" Ebene */
.MainLevelTD
{
	line-height : 26px;
	background-image: URL(../images/bg-mainlevel.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 33px;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing:1px;
	color: #FFFFFF;
}

.MainLevelLinks
{
	color: #ffffff;
	font-size: 12px;
	font-family:  Verdana, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;

	letter-spacing: 0px;
} 

.MainLevelLinks:visited
{
	color: #ffffff;
	font-size: 12px;
	font-family:  Verdana,Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 0px;
}

.MainLevelLinks:active
{
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana,Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;

	letter-spacing: 0px;
}

.MainLevelLinks:hover
{
	color: #ffffff;
	font-size: 12px;
	font-family:  Verdana,Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 0px;
}

.MainLevelLinksActive
{
	color: #ffffff;
	font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}


/* Button "FirstLevel" Ebene */
.FirstLevelTD
{
	background-image: URL(../images/bg-firstlevel.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 33px;
	line-height:11px;
}

.FirstLevelTDHover
{
	background-image: URL(../images/bg-firstlevel-selected.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 33px;
	cursor:hand;
	line-height:11px;
}

.FirstLevelTDSelected
{
	background-image: URL(../images/bg-firstlevel-selected.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 33px;
	line-height:11px;
}

.FirstLevelLinks
{
	color: #feffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	line-height:11px;
} 


.FirstLevelLinks:visited
{
	color: #feffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.FirstLevelLinks:active
{
	color: #feffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.FirstLevelLinks:hover
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.FirstLevelLinksActive
{
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}


/* Button "SecondLevel" Ebene */

.SecondLevelTDSpaceTop
{
	background-image: URL(../images/bg-secondlevel-spacer.png);
	line-height: 7px;
	border-right: 1px solid #999999;
}

.SecondLevelTDSpaceBottom
{
	background-image: URL(../images/bg-secondlevel-spacer.png);
	line-height: 7px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.SecondLevelTD
{
	background-image: URL(../images/bg-secondlevel.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 33px;
	line-height:17px;
	color: #999B9A;
}

.SecondLevelTDHover
{
	background-image: URL(../images/bg-secondlevel-selected.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 33px;
	cursor:hand;
	line-height:17px;
	color: #646567;
}

.SecondLevelTDSelected
{
	background-image: URL(../images/bg-secondlevel-selected.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 33px;
	line-height:17px;
	color: #646567;
}

.SecondLevelLinks
{
	color: #999B9A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	line-height:17px;
} 


.SecondLevelLinks:visited
{
	color: #999B9A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.SecondLevelLinks:active
{
	color: #999B9A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.SecondLevelLinks:hover
{
	color: #646567;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.SecondLevelLinksActive
{
	color: #646567;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}


