/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

.GlobalSitesTD
{
	line-height : 25px;
	background-image: URL(../images/bg-firstlevel.png);
	background-repeat: repeat-x;
	border-right: 1px solid #999999;
	padding-left: 5px;
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


.tablenavig
{
width: 100%;
}

.tablenavigSelected
{
background-color: #9A9DC5;
width: 100%
}

.FirstLevelTR
{
	height: 10px;
}

.FirstLevelTD
{
	line-height : 25px;
	background-image: URL(../images/bg-firstlevel.png);
	background-repeat: repeat-x;
	border-right: 1px solid #999999;
	padding-left: 5px;
}

.FirstLevelTDHover
{
	line-height : 25px;
	background-image: URL(../images/bg-firstlevel-selected.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 5px;
	cursor:hand;
	font-weight: bold;
}

.FirstLevelTDSelected
{
	line-height : 25px;
	background-image: URL(../images/bg-firstlevel-selected.png);
	background-repeat: repeat-x;
	border-right: 1px solid #999999;
	padding-left: 5px;
}

.FirstLevelImage
{
	background-image: URL(../images/bg-firstlevel.png);
	background-repeat: repeat-x;
}

.FirstLevelImageSelected
{
	background-image: URL(../images/bg-firstlevel.png);
	background-repeat: repeat-x;
}


.FirstLevelLinks
{
	color: #ffffff;
	font-size: 12px;
	font-family:  Verdana, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;

	letter-spacing: 0px;
} 

.FirstLevelLinks:visited
{
	color: #ffffff;
	font-size: 12px;
	font-family:  Verdana,Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 0px;
}

.FirstLevelLinks:active
{
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana,Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;

	letter-spacing: 0px;
}

.FirstLevelLinks:hover
{
	color: #ffffff;
	font-size: 12px;
	font-family:  Verdana,Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 0px;
}

.FirstLevelLinksActive
{
	color: #ffffff;
	font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}

.SecondLevelTR
{
	height: 10px;
	line-height: 10px;
}

.SecondLevelTD
{
	height: 20px;
	background-image: URL(../images/bg-secondlevel.png);
	background-repeat: repeat-x;
	border-right: 1px solid #999999;
	padding-left: 5px;
}

.SecondLevelTDHover
{
	line-height : 20px;
	background-image: URL(../images/bg-secondlevel-selected.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 5px;
	cursor:hand;
	font-weight: bold;
}

.SecondLevelTDSelected
{
	height: 20px;
	background-image: URL(../images/bg-secondlevel-selected.png);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	padding-left: 5px;
}

.SecondLevelTDImage
{
	height: 20px;
	background-image: URL(../images/bg-secondlevel.png);
	background-repeat: repeat-x;
	text-align:center;
}

.PaddingSecondLevelTD
{
	width: 6px;
}


.SecondLevelLinks
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
} 


.SecondLevelLinks:visited
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.SecondLevelLinks:active
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.SecondLevelLinks:hover
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight: bold;
}

.SecondLevelLinksActive
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight: bold;
}

.ThirdLevelTR
{
	height: 15px;
}

.ThirdLevelTD
{
	line-height: 10px;
	padding-left: 5px;
	background-color: #AEAFCD;
}

.ThirdLevelTDImage
{
	text-align: right;
	background-color: #AEAFCD;
}


.ThirdLevelLinks
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
} 


.ThirdLevelLinks:visited
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}

.ThirdLevelLinks:active
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}

.ThirdLevelLinks:hover
{
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}

.ThirdLevelLinksActive
{
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-style: italic;
	
}
