#border {
  height: 1.5em; 
  background: #fc3;
  font-size: 12px; 
  padding: 8px;
  clear: left;
}
#border a {
  color: #00f;
}
#border a:hover {
  color: #0c0;
}
.navigation a {
  color: #933;
  background: #f63 url(http://www.alskadinnasta.se/bilder/navl.gif) left top no-repeat;
  text-decoration: none;
  padding-left: 10px;
  display: block;
  float: left;
}
.navigation a span {
  background: url(http://www.alskadinnasta.se/bilder/navr.gif) right top no-repeat;
  padding-right: 10px;
  display: block;
  float: left;
}
.navigation a:hover, .navigation a.active {
  color: #333;
  background: #fc3 url(http://www.alskadinnasta.se/bilder/navlh.gif) left top no-repeat;
  text-decoration: none;
  padding-left: 10px;
}
.navigation a:hover span, .navigation a.active span.active {
  background: url(http://www.alskadinnasta.se/bilder/navrh.gif) right top no-repeat;
  padding-right: 10px;
}
ul.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation li
{
float: left;
margin: 0;
}
/* Hide from IE5-Mac \*/
.navigation a, .navigation a span
{
float: none;
}
/* End hide */

/* Sökformulär */
#border form.search {
  float: right;
  margin-top: -4px;
}
#border form.search input.search_button {
	width: 25px;
	height: 25px;
	background: url("http://www.alskadinnasta.se/search/search.gif") no-repeat;
}
#border form.search input {
  background: #FFC;
  color: #800;
  padding: 2px;
}
body form.zoom_searchform .zoom_searchbox {
  background: #fc3;
  color: #800;
  padding: 2px;
}
/* End of Sökformulär */
