#header .inner {
  width: 960px;
  height: 162px;
  padding-right: 0;
}

#header .inner:after {
  bottom: -9px;
  height: 9px;
  background-image: url('../images/header-arrow.png');
}

#header #logo {
  width: 148px;
  height: 89px !important;
  margin-top: 12px;
  margin-left: 30px;
  background-image: url('../images/logo.png');
}

#header h2.claim {
  width: 148px;
  height: 16px;
  top: 85px;
  left: 30px;
  background-image: url('../images/header-claim.png');
  background-position: center top;
}

#header #header-sun {
  background-image: url('../images/header.png');
  background-position: center top;
}

#header #nav-about {
  top: 70px;
  right: 25px;
}
#header #nav-about li a {
  padding: 0 5px;
  font-size: .875em;
  color: #fcbcd5;
  font-family: sans-serif;
}

#menu {
  clear: both;
  padding-top: 15px;
}
#menu ul {
  height: 46px;
  margin: 0;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background: #c11754;
}
#menu ul li {
  padding-left: 13px;
  background: transparent url('../images/divider.png') 4px center no-repeat;
}
#menu ul li:first-child {
  padding-left: 0;
  background: none;
}
#menu ul li a { 
  margin: 0 !important;
  line-height: 46px;
  font-size: .875em;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
#menu ul li a:before {
  height: 18px;
  top: -6px;
  background: none;
}
#menu ul li.aktivni a,
#menu ul li:hover a {
  background: none;
  color: #f7e4a9;
}
#menu ul li.aktivni a:before,
#menu ul li:hover a:before {
  background-image: url('../images/menu-active.png')
}

#search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
#search #search-block-form {
  padding: 20px 30px 0 0;
}
#search #edit-search-block-form-keys-wrapper {
  width: 135px;
}
#search #edit-search-block-form-keys {
  width: 105px;
  height: 34px;
  padding: 0 15px;
  color: #fff;
  font-family: 'Georgia', sefif;
  font-style: italic;
  font-size: .875em;
  text-transform: lowercase;
  border: none;
  background: transparent url('../images/search-input.png') 0 0 repeat;
}
#search #search-block-form .form-submit {
  width: 37px;
  height: 34px;
  margin-left: 6px;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: transparent url('../images/search-submit.png') 0 0 no-repeat;
  border-radius: 5px;
  box-shadow: none;
}
#search #edit-search-block-form-keys::-webkit-input-placeholder {color:#fff; font-style:italic; font-weight:400}
#search #edit-search-block-form-keys:-moz-placeholder {color:#fff; opacity:1; font-style:italic; font-weight:400}
#search #edit-search-block-form-keys::-moz-placeholder {color:#fff; opacity:1; font-style:italic; font-weight:400}
#search #edit-search-block-form-keys:-ms-input-placeholder {color:#fff; font-style:italic; font-weight:400}
#search #edit-search-block-form-keys:focus::-webkit-input-placeholder {color:#c31053; font-style:italic; font-weight:400}
#search #edit-search-block-form-keys:focus:-moz-placeholder {color:#c31053; opacity:1; font-style:italic; font-weight:400}
#search #edit-search-block-form-keys:focus::-moz-placeholder {color:#c31053; opacity:1; font-style:italic; font-weight:400}
#search #edit-search-block-form-keys:focus:-ms-input-placeholder {color:#c31053; font-style:italic; font-weight:400}
#search #edit-search-block-form-keys:focus {outline:0; background:#fbf3dd; color:#c31053}

#search #edit-search-block-form-keys::-ms-clear {display: none}