a img { border: none; }

#use-header {
  background-image: url("bg_header.png"); background-repeat: repeat-x;
  border-bottom: 1px solid #000;
  border-top: 1px solid gray;
  height: 89px;
  width: 100%;
}

/* Logga */
#use-logo { position: relative; float: left; width: 228px;
	    top: 14px; left: 14px;}
#use-logo img { border: none; }

#use-announce {
  display: inline;
  position: absolute;
  color: white;
  left: 250px;
  top: 40px;
  font: small sans-serif;
  font-weight: bold;
}

#use-announce a {
  color: white;
  text-decoration: none;
}

#use-announce a:hover {
  text-decoration: underline;
}

/* Flikarna */
#use-meny {
  float: right;
  clear: right;
  position: absolute;
  top: 81px;
  right: 0px;
  font: x-small sans-serif;
  font-weight: bold;
  padding-right: 5px;
}

#use-meny ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#use-meny li {
  float: left;
  background: url("meny_l.png") no-repeat left top;
  margin: 0;
  padding-left: 9px;
}
#use-meny a {
  display: block;
  background: url("meny_r.png") no-repeat right top;
  padding: 6px 21px 4px 8px;
  color: #ffffff; text-decoration: none;
  font-size: 12px;
}

#use-meny #use-aktiv {
  background: url("aktiv_v.png") no-repeat left top;
}

#use-meny #use-aktiv a {
  background: url("aktiv_h.png") no-repeat right top;
  color: #000;
}

#use-meny a:hover {
  text-decoration: underline;
}

#use-meny #use-aktiv a:hover {
  text-decoration: none;
}

/* Sökrutan */
.use-search-tl { background: url("ram1.png") no-repeat left top; }
.use-search-tr { background: url("ram2.png") no-repeat right top; }
.use-search-br { background: url("ram3.png") no-repeat right bottom; }
.use-search-bl { background: url("ram4.png") no-repeat left bottom; padding: 5px;}
#use-search {
  position: relative;
  float: right;
  top: 12px;
  font: x-small sans-serif;
  color: #77520e;
  padding-right: 12px;
  text-align: center;
}
#use-search form {
  /* Det här behövs bara för IE7 */
  display: inline;
}

/* FOSS */
#foss-links {
        font-size: 10px;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        height: 15px;
        width: 100%;
	background: #070000;
        text-align: left;
	line-height: 1;
}
#foss-links ul {
	margin: 0px 10px 0px 0px;
	padding: 0 0 0 0;
	list-style: none;
}
#foss-links li { display: inline; padding: 0; margin: 0;}
#foss-links a {
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
#foss-links img { position: relative; top: 2px; vertical-align: baseline; }

