/* CSS Code by 
   Peter Fux
   last update 29.04.2004 */

/* H A U P T M E N U */

#mainMenu
{
	position: absolute;
	top: 83px;
	left: 200px;
	height: 30px;
	width: 570px;
	visibility: visible;
	z-Index: 17;
}
.CellMainMenuSelected
{
	font-size: 7px;
	background-color:#003399;
}
.CellMainMenu
{
	font-size: 7px;
	background-color:#3366FF;
}
.linkMainMenu
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center; 
	vertical-align: middle
}
.linkMainMenu:hover
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.linkMainMenu:active
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

/* S U B M E N U */

#subMenu
{
	position: absolute;
	top: 0px;
	left: 200px;
	height: 83px;
	width: 570px;
	visibility: visible;
	z-Index: 10;
}
.CellSubMenu
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color:#003399;
	color: #99CCFF;	
}
.linkSubMenu
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.linkSubMenu:hover
{
	color: #99CCFF;
}
.linkSubMenu:active
{
	color: #FFFFFF;
}

/* F L A S H - D I V */

#flash
{
	position: absolute;
	top: 0px;
	left: 200px;
	height: 89px;
	width: 570px;
	visibility: visible;
	z-Index: 9;
}

/* H I S T O R Y L I N E - D I V */

#menuHistory
{
	position: absolute;
	top: 145px;
	left: 0px;
	height: 15px;
	width: 770px;
	visibility: visible;
	z-Index: 17;
	text-align: right;	
}

/* T E X T */

.txtSmall
{
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.txtSmallBold
{ 
  font-family: verdana, arial, helvetica;
	font-size: 10px; 
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bold
}
.txtMedium
{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
.txtMediumBold
{
  font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold
}
.txtMediumBoldBlue
{
  font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-style: normal;
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;	
}
.txtBigNormal
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
}
.txtBigBold
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

/* H E A D L I N E S */

.txtHeadline 
{ 
  font-family: arial, helvetica, verdana; 
  font-size: 18px; 
  font-weight: normal; 
  text-decoration: none; 
  color: #333333;
}

/* D I V E R S E S */

.txtSpace
{
	font-family: verdana,arial,helvetica;
	font-size: 6px;
	font-weight: normal;
	color: white;
}
.txtLZ
{
  font-family: verdana, arial, helvetica;
	font-size: 4px;
	font-weight: normal;
	color: white;
}
.boxx 
{
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	scrollbar-3dlight-color:#666666;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#FFFFFF;
  scrollbar-darkshadow-color:#666666;
  scrollbar-face-color:#cccccc;
  scrollbar-highlight-color:#cccccc;
  scrollbar-shadow-color:#cccccc;
}

/* L I N K S */
/* <a> entspricht <txtLinkBigNormal> */

a
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #99CCFF;
	text-decoration: none;
}
.txtLinkMedium
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.txtLinkMedium:hover
{
	text-decoration: underline;
	color: black;
}
.txtLinkMedium:active
{
	text-decoration: none;
	color: black;
}
.txtLinkMediumBold
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
}
.txtLinkMediumBold:hover
{
	text-decoration: underline;
	color: #0066FF;
}
.txtLinkMediumBold:active
{
	text-decoration: none;
	color: #99CCFF;
}
.txtLinkMediumBoldChosen
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
.txtLinkMediumStart
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.txtLinkMediumStart:hover
{
	text-decoration: underline;
	color: #0066FF;
}
.txtLinkMediumStart:active
{
	text-decoration: none;
	color: #99CCFF;
}
.txtLinkBigNormal 
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
.txtLinkBigNormal:hover {
	color: #0066FF;
	text-decoration: none;
}
.txtLinkBigNormal:active {
	color: #99CCFF;
	text-decoration: none;
}
.txtLinkBig
{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
.txtLinkBig:hover
{
	color: #0066FF;
	text-decoration: none;
}
.txtLinkBig:active
{
	color: #99CCFF;
	text-decoration: none;
}
/* ?? */
.link3
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
}
.link3:hover
{
	text-decoration: underline;
	color: #0066FF;
}
.link3:active
{
	text-decoration: none;
	color: #99CCFF;
}
#print {
	text-align: right;	
}
/* M E T A N A V I G A T I O N */

.txtSmallMetanav
{
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.txtLinkMetanav
{
	font-family: verdana,arial,helvetica;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.txtLinkMetanav:hover
{
	font-family: verdana,arial,helvetica;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	color: #0066FF;
}
.txtLinkMetanav:active
{
	font-family: verdana,arial,helvetica;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
}

/* multi language S I T E M A P */

.sitemapTable {
	background-color: #cccccc;
}
.sitemapLevel1
{
	font-size: 7px;
	background-color:#3366FF;
}
.sitemapLevel2 
{
  background-color: #eeeeee;
}
.sitemapLevel3
{
  background-color: #ffffff;
}
.sitemapLink {
	font-family: verdana,arial,helvetica; 
	font-weight: normal; 
	font-size: 11px; 
	color: black; 
	text-decoration: none
}
.sitemapLink:hover {
	color: #0099FF; 
	text-decoration: none
}
.sitemapLink:active {
	color: #0099FF; 
	text-decoration: none
}
.sitemapBackground {
  background-color: #ffffff;
}
.sitemapBackgroundHead {
  background-color: #EEEEEE;
}

/* A L T - A N F A N G  */

.txtLinkMenue
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.txtLinkMenue:hover
{
	color: #99CCFF;
}
.txtLinkMenue:active
{
	color: #FFFFFF;
}
.txtLinkMainMenue
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center; 
	vertical-align: middle
}
.txtLinkMainMenue:hover
{
	color: #FFFFFF;
}
.txtLinkMainMenue:active
{
	color: #FFFFFF;
}
.txtMainMenue
{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #99CCFF;
}