/* ...... Links & Text in Tabs ........................................................................................................*/

a.tab:link, a.tab:hover, a.tab:visited, a.tab:active
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	text-decoration		: none;
	font-weight			: bold;
	color				: #2A3E94;
}

a.tab:hover
{
	text-decoration		: underline;
}

.tabActive, a.tabActive:link, a.tabActive:hover, a.tabActive:visited, a.tabActive:active
{
	font				: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight			: bold;
	color				: #FFFFFF;	
	text-decoration		: none;
}

/* ..............................................................................................................................................*/




/* ...... Links, Text & Suchbox  in Topmenü (obere Leiste) .............................................................*/

a.topmnu:link, a.topmnu:hover, a.topmnu:visited, topmnuActive
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	text-decoration		: none;
	font-weight			: bold;
	color				: #FFFFFF;
}

a.topmnu:hover
{
	text-decoration		: underline;
}

input.searchBox
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	text-decoration		: none;
	font-weight			: bold;
	color				: #2A3E94;

	width				: 100px;
	border				: 1px solid;
	border-left-color		: #5380C9;
	border-top-color		: #5380C9;
	border-right-color		: #6097E7;
	border-bottom-color		: #6097E7;
}

/* ..............................................................................................................................................*/




/* ...... Links & Text in Hauptmenü ...............................................................................................*/

a.mainmnu:link, a.mainmnu:hover, a.mainmnu:visited, .mainmnuActive
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	text-decoration		: none;
	color				: #4D4D4D;
}

a.mainmnu:hover
{
	text-decoration		: underline;
}

a.mainmnuSub:link, a.mainmnuSub:hover, a.mainmnuSub:visited, .mainmnuSubActive
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	text-decoration		: none;
	color				: #4D4D4D;
}

a.mainmnuSub:hover
{
	text-decoration		: underline;
}

.mainmnuSubActive
{
	color				: #000000;
}

/* ..............................................................................................................................................*/




/* ...... Überschriften & Text in Seitenleisten ................................................................................*/

.sectionHl
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	text-decoration		: none;
	font-weight			: bold;
	color				: #2A3E94;
}

.sectionTxt
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	text-decoration		: none;
	color				: #2A3E94;
}

/* ..............................................................................................................................................*/




/* ...... Copyright Hinweise ...................................................................................................................*/

.hinweis
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	text-decoration		: none;
	color				: #ababab;
}

a:link.hinweis, a:visited.hinweis, a:active.hinweis, a:hover.hinweis
{
	color				: #ababab;
}

/* ..............................................................................................................................................*/


