/* CSS Document GfK
navbox.css*/
#navbox a {
	color: #677588;
	text-decoration:none;
}
#navbox p {
	padding-top: 10px;
	padding-bottom: 20px;
}
#navbox form {
	width:100%;
	margin: 10px 0px 0px 0px;
	font-size:11px;
	font-family:verdana;
}
#navbox select{
	width:132px;
	border:0px;
	font-family:verdana;
	font-size:11px;
	color: #47467D;
}
#navbox input {
	width:130px;
	border:0px;
	font-size:11px;
	color: #47467D;
}
#navbox #searchbutton {
	background: none;
/*	float:right;*/
	text-align: left;
	font-family:verdana;
	font-size: 11px;
	width:45px;
	color: #677588;
	border: none;
	margin-left: 2px;
	cursor: pointer;
}
#navbox #searchbutton:onmouseover {
	background: none;
/*	float:right;*/
	text-align: left;
	font-family:verdana;
	font-size: 11px;
	width:50px;
	color: #D17714;
	border: none;
	cursor: pointer;
	margin-left: 12px;
}
#navbox form a {
	float:left;
	font-size:11px;
	background-image: url(/imperia/md/content/img/pfeil_intern_weiss_search.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}
#navbox form a:hover {
	background-image: url(/imperia/md/content/img/pfeil_intern_orange_search.gif);
	float: left;
	color: #D17714;
	background-repeat: no-repeat;
	background-position: right 4px;
}
#navbox form a.visited {
	text-decoration: none;
	color: #ffffff;
	float: left;
}

#navbox a {
	float:left;
	font-size:11px;
	background-repeat: no-repeat;
	background-position: right 4px;
}
#navbox a:hover {
	float: left;
	color: #D17714;
	background-repeat: no-repeat;
	background-position: right 4px;
}
#navbox a.visited {
	text-decoration: none;
	color: #ffffff;
	float: left;
}

