@charset "UTF-8";
/* NAVIGATION WEBSITE */

/* MAINNAVI */

.nav_main
	{
	float:left;
	margin:0px;
	height:24px;
	margin:0 0 0 26px;
	}

.nav_main a:link		{ color:#333; font-weight:bold; text-decoration:none; font-size:14px; }
.nav_main a:visited		{ color:#333; font-weight:bold; text-decoration:none; font-size:14px; }
.nav_main a:hover		{ color:#008855; font-weight:bold; text-decoration:none; font-size:14px; }
.nav_main a:active		{ color:#333; font-weight:bold; text-decoration:none; font-size:14px; }

.nav_main_aktiv
	{
	float:left;
	margin:0px;
	height:24px;
	margin:0 0 0 26px;
	}

.nav_main_aktiv a:link			{ color:#008855; font-weight:bold; text-decoration:none; font-size:14px; }
.nav_main_aktiv a:visited		{ color:#008855; font-weight:bold; text-decoration:none; font-size:14px; }
.nav_main_aktiv a:hover			{ color:#008855; font-weight:bold; text-decoration:none; font-size:14px; }
.nav_main_aktiv a:active		{ color:#008855; font-weight:bold; text-decoration:none; font-size:14px; }
