/************************************************************************************************************************************
 * TableFormatNav.css - Stellt eine zentrale Datei zur Formatierung der ausgegebenen Navigationsfiles für die Wahltapplikation dar. *
 ************************************************************************************************************************************/

.nav_itemtext
{
	font-family: Arial;
	text-transform: none;
	font-size: 13;
	font-weight: normal;
	font-style: normal;
	color: #696969;
}

.nav_table
{
	font-family: Arial;
	font-size: 13;
	font-weight: bolder;
	color: #a061b4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}

.nav_line
{
	background-color: #8c8c8c
}

/** Legt das Link-Design innerhalb einer Tabelle fest */
#navigation_links a:link
{
	text-decoration: none;
	color:#000000;
	font-size: 13;
	font-family: Arial;
	font-weight: normal;
}

/** Linkfarbe nachdem der Link bereits besucht wurde */
#navigation_links a:visited
{
	text-decoration: none;
	color:#000000;
	font-size: 13;
	font-family: Arial;
	font-weight: normal;
}


/** Linkfarbe nachdem der Link bereits besucht wurde */
#navigation_links a:active
{
	text-decoration: none;
	color:#696969;
	font-size: 13;
	font-family: Arial;
	font-weight: normal;
}

#navigation_links a:hover
{
	text-decoration: none;
	color:#005aa5;
	font-size: 13;
	font-family: Arial;
	font-weight: normal;
}

#sub2
{
	padding-left:10; padding-right:0; padding-top:0; padding-bottom:2
}

#sub3
{
	padding-left:15; padding-right:0; padding-top:0; padding-bottom:2
}

#sub4
{
	padding-left:20; padding-right:0; padding-top:0; padding-bottom:2
}
#sub5
{
	padding-left:25; padding-right:0; padding-top:0; padding-bottom:2
}
#sub6
{
	padding-left:30; padding-right:0; padding-top:0; padding-bottom:2
}
#menu
{
	background-position: right top;
	padding-left:0; padding-right:0; padding-top:0; padding-bottom:2
}
