.link {
	background-color: #CCCCFF;
	border-left: 2px solid #404040;
}

/* ### LINKS ### */
a {
	background-color: transparent;
	text-decoration: none;
	font-size: 12px;
}
a:link {
	color: #E46B00;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	color: #E46B00;
}
a:visited {
	color: #E46B00;
}

/* ### NO-LINK ### */
.nolink {
	background-color: transparent;
	text-decoration: none;
}
.nolink a:hover {
	background-color: transparent;
	text-decoration: none;
}
/* ### HEADLINE ### */
.headline {
  color: #E46B00;
  font-size: 19px;
  font-weight: bold;
}

/* ### FORMATS ### */
.header {
  background-color: #E46B00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* ### HEADER ### */
#t_header a {
	background-color: transparent;
	text-decoration: none;
  font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}
#t_header a:link {
	color: #ffffff;
}
#t_header a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#t_header a:active {
	color: #ffffff;
}
#t_header a:visited {
	color: #ffffff;
}
/* ### FOOTER ### */
#t_footer a {
	background-color: transparent;
	text-decoration: none;
  font-weight: normal;
	font-size: 11px;
}
#t_footer a:link {
	color: #003380;
}
#t_footer a:hover {
	text-decoration: underline;
	color: #003380;
}
#t_footer a:active {
	color: #003380;
}
#t_footer a:visited {
	color: #003380;
}
/* ### NAV ### */
.nav_spacer {
  margin-right: 13px;
  display: inline;
}
#nav_spacer a, #nav_spacer a:link, #nav_spacer a:hover, #nav_spacer a:active, #nav_spacer a:visited {
	font-size: 10px;
	color: blue;
}

#nav_left a {
  text-decoration: none;
  display: block;
  padding: 3px 0px;
  margin: 2px 0 0;
  width: 100%;
}
/* ### NAV BGW 1 ### */
.nav1 {
  display: inline;
  text-transform: uppercase;
}
.nav1 a {
  color: #E46B00;
  font-weight: bold;
  background-color: #e0e0e0;
}
.nav1 a:link, .nav1 a:visited {
  background-image: url('img/nav1.gif');
  background-repeat: no-repeat;
  background-position: 2px;
}
.nav1 a:hover, .nav1 a:focus {
  background-color: #E46B00;
  background-image: url('img/nav1_active.gif');
  background-repeat: no-repeat;
  background-position: 2px;
  color: #ffffff;
}
/* ### NAV BGW 1 ACTIVE ### */
.nav1_active {
  display: inline;
  text-transform: uppercase;
}
.nav1_active a, .nav1_active a:link, .nav1_active a:visited, .nav1_active a:hover, .nav1_active a:focus {
  background-color: #E46B00;
  background-image: url('img/nav1_active.gif');
  background-repeat: no-repeat;
  background-position: 2px;
  color: #ffffff;
  font-weight: bold;
}
/* ### NAV BGW 2 ### */
.nav2 {
  display: inline;
}
.nav2 a {
  color: #646464;
  font-weight: normal;
}
.nav2 a:link, .nav2 a:visited {
  background-image: url('img/nav2.gif');
  background-repeat: no-repeat;
  background-position: 2px;
  color: #646464;
}
.nav2 a:hover, .nav2 a:focus {
  background-color: #F9B703;
  background-image: url('img/nav2_active.gif');
  background-repeat: no-repeat;
  background-position: 2px;
  color: #ffffff;
}
/* ### NAV BGW 2 ACTIVE ### */
.nav2_active {
  display: inline;
}
.nav2_active a, .nav2_active a:link, .nav2_active a:visited, .nav2_active a:hover, .nav2_active a:focus {
  background-color: #F9B703;
  background-image: url('img/nav2_active.gif');
  background-repeat: no-repeat;
  background-position: 2px;
  color: #ffffff;
  font-weight: bold;
}

/* ### NAV BGW 3 ### */
.nav3 {
  display: inline;
}
.nav3 a {
  background-color: #f0f0f0;
  color: #646464;
  font-weight: normal;
}
.nav3 a:link, .nav3 a:visited {
  color: #646464;
}
.nav3 a:hover, .nav3 a:focus {
  background-color: #e6e6e6;
  color: #646464;
}
/* ### NAV BGW 3 ACTIVE ### */
.nav3_active {
  display: inline;
}
.nav3_active a, .nav3_active a:link, .nav3_active a:visited, .nav3_active a:hover, .nav3_active a:focus {
  background-color: #cccccc;
  color: #000000;
  font-weight: normal;
}

/* ### SHOW ARTICLES ### */
.showart a {
	background-color: transparent;
	text-decoration: none;
	font-size: 12px;
}
.showart a:link {
	color: #000000;
}
.showart a:hover {
	text-decoration: underline;
	color: #000000;
}
.showart a:active {
	color: #000000;
}
.showart a:visited {
	color: #000000;
}

/* ### KEYWORDS ### */
#t_keywords a {
	background-color: transparent;
	text-decoration: none;
	font-size: 8px;
}
#t_keywords a:link {
	color: #000000;
}
#t_keywords a:hover {
	text-decoration: underline;
	color: #000000;
}
#t_keywords a:active {
	color: #000000;
}
#t_keywords a:visited {
	color: #000000;
}
/* ### KALENDER ### */
#kal_today a {
	background-color: transparent;
	text-decoration: none;
}
#kal_today a:link {
	color: #FFFFFF;
}
#kal_today a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#kal_today a:active {
	color: #FFFFFF;
}
#kal_today a:visited {
	color: #FFFFFF;
}

/* ### NAV SUBHEADER ### */
#bgsoft_nav a {
  text-decoration: none;
  display: block;
  padding: 3px 0px;
  margin: 2px 0 0;
  width: 100%;
}