/* CSS File - Gunman */

h1
{
	color: #9b894b;
}

a:link
{
	color: #bfa44c;
	text-decoration: none;
}

a:visited
{
	color: #bfa44c;
	text-decoration: none;
}

a:hover
{
	color: #d9c78d;
	text-decoration: underline;
}

a:active
{
	color: #bfa44c;
	text-decoration: none;
}

a.menu:link
{
	color: #bfa44c;
	text-decoration: none;
}

a.menu:visited
{
	color: #bfa44c;
	text-decoration: none;
}

a.menu:hover
{
	color: #d9c78d;
	text-decoration: underline;
}

a.menu:active
{
	color: #bfa44c;
	text-decoration: none;
}

input.textbox:focus, input.login_text:focus, input.login_pw:focus, input.news_headline:focus, textarea:focus, select:focus
{
	border: 1px solid #bfa44c;
}

#menu_top table#menu_sections td#menu_sections_td_hl.active
{
	background-image: url(../../images/topmenu/hover/topbtn_gunman.jpg);
	background-repeat: no-repeat;
	background-color: #9b894b;
}

div.news_list_compact_row:hover a
{
	color: #d9c78d;
}