html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.clearfix {
  overflow: hidden;
  display: inline-block; }
  .clearfix {
    display: block; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.showgrid {
  background: url('../img/grid.png?1254589026'); }

.error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  .error a {
    color: #8a1f11; }

.notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  .notice a {
    color: #514721; }

.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  .success a {
    color: #264409; }

.hide {
  display: none; }

.highlight {
  background: yellow; }

.added {
  background: #006600;
  color: white; }

.removed {
  background: #990000;
  color: white; }

label {
  font-weight: bold; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

input.text, input.title, input[type=text] {
  margin: 0.5em 0;
  background-color: #fff;
  padding: 5px; }
input.title {
  font-size: 1.5em; }
input[type=checkbox], input.checkbox,
input[type=radio], input.radio {
  position: relative;
  top: 0.25em; }

textarea {
  margin: 0.5em 0;
  padding: 5px; }

select {
  margin: 0.5em 0; }

fieldset {
  border: 1px solid #cccccc; }

input.text, input.title,
textarea,
select {
  border: 1px solid #bbbbbb; }
  input.text:focus, input.title:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #666666; }

input.text, input.title {
  width: 300px; }

textarea {
  width: 390px;
  height: 250px; }

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }

h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }
  p img.left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0; }
  p img.right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0; }

a {
  text-decoration: underline;
  color: #000099; }
  a:visited {
    color: #000066; }
  a:focus {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #cc0099; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: disc; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }
  dl dt {
    font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #c3d9ff; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #e5ecf9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: #666666; }

.loud {
  color: #111111; }

html, body {
  height: 100%; }

#container {
  min-height: 100%;
  margin-bottom: -30px; }
  #container #container-footer {
    height: 30px; }

#footer {
  clear: both;
  position: relative;
  height: 30px; }

#container-footer {
  clear: both; }

body {
  background: transparent url(../img/body-background.jpg) no-repeat;
  background-attachment: fixed;
  background-color: white; }
  body hr {
    display: none; }
  body div.wrap {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    margin-left: 0; }
    body div.wrap {
      display: block; }
  body h1 a, body h1 a:visited, body h2 a, body h2 a:visited, body h3 a, body h3 a:visited, body h4 a, body h4 a:visited, body h5 a, body h5 a:visited, body h6 a, body h6 a:visited {
    text-decoration: none;
    color: #333333; }
  body h1 a:hover, body h2 a:hover, body h3 a:hover, body h4 a:hover, body h5 a:hover, body h6 a:hover {
    text-decoration: underline; }
  body #container {
    background: transparent url(../img/main-background-repeat.png) repeat-y; }
  body #header {
    display: inline;
    float: left;
    margin-right: 0;
    width: 950px;
    position: relative;
    background: transparent url(../img/header-background.png) no-repeat;
    height: 305px; }
    * html body #header {
      overflow-x: hidden; }
    body #header #logo {
      margin: 35px 15px 0 40px;
      width: 870px;
      height: 270px;
      background: transparent url(../img/flyvardagen.nu-mc-header.jpg) no-repeat; }
      body #header #logo h1, body #header #logo em {
        display: none; }
  body #main {
    display: inline;
    float: left;
    margin-right: 0;
    width: 910px;
    padding-left: 40px; }
    * html body #main {
      overflow-x: hidden; }
    body #main h1, body #main h2, body #main h3, body #main h4, body #main h5, body #main h6 {
      margin-top: 30px;
      margin-bottom: 10px; }
    body #main h1 {
      font-family: Arial, Helvetica;
      font-size: 22px;
      font-weight: normal;
      line-height: 22px;
      color: #333333; }
    body #main h2 {
      font-family: Arial, Helvetica;
      font-size: 18px;
      font-weight: bold;
      line-height: 18px;
      color: #333333; }
    body #main h3 {
      font-family: Arial, Helvetica;
      font-size: 14px;
      font-weight: bold;
      line-height: 14px;
      color: #333333; }
    body #main p {
      font-family: Tahoma, Helvetica;
      font-size: 12px;
      line-height: 16px;
      color: #333333; }
    body #main #content {
      display: inline;
      float: left;
      margin-right: 10px;
      width: 550px;
      margin-top: 40px;
      padding-left: 20px;
      padding-bottom: 20px; }
      * html body #main #content {
        overflow-x: hidden; }
      body #main #content .page-title {
        margin-top: 0px; }
    body #main #sidebar {
      display: inline;
      float: left;
      margin-right: 0;
      width: 270px;
      padding-left: 40px;
      margin-top: 40px; }
      * html body #main #sidebar {
        overflow-x: hidden; }
      body #main #sidebar h2.widgettitle {
        font-family: Arial, Helvetica;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        color: #333333; }
      body #main #sidebar ul.widget-list li {
        list-style-type: none;
        margin-left: 0px; }
  body #footer div.wrap {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    margin-left: 0;
    padding-top: 3px;
    height: 27px;
    background: transparent url(../img/footer-background.png) no-repeat; }
    body #footer div.wrap {
      display: block; }
    body #footer div.wrap #modify-time {
      display: inline;
      float: left;
      margin-right: 10px;
      width: 230px;
      padding-left: 80px; }
      * html body #footer div.wrap #modify-time {
        overflow-x: hidden; }
    body #footer div.wrap #host-info {
      display: inline;
      float: left;
      margin-right: 10px;
      width: 230px;
      padding-left: 40px; }
      * html body #footer div.wrap #host-info {
        overflow-x: hidden; }
    body #footer div.wrap #cookie-info {
      display: inline;
      float: left;
      margin-right: 0;
      width: 230px;
      padding-left: 40px;
      text-align: right; }
      * html body #footer div.wrap #cookie-info {
        overflow-x: hidden; }

body #header #header-logo-links li {
  list-style-type: none;
  margin-left: 0px; }
body #header #logo-link-bmw a {
  display: block;
  position: absolute;
  left: 56px;
  top: 50px;
  width: 86px;
  height: 86px; }
  body #header #logo-link-bmw a span {
    position: absolute;
    left: -9000px; }
body #header #logo-link-ava a {
  display: block;
  position: absolute;
  left: 60px;
  top: 155px;
  width: 78px;
  height: 96px; }
  body #header #logo-link-ava a span {
    position: absolute;
    left: -9000px; }
body #header #logo-link-primus a {
  display: block;
  position: absolute;
  left: 760px;
  top: 175px;
  width: 135px;
  height: 86px; }
  body #header #logo-link-primus a span {
    position: absolute;
    left: -9000px; }
body #header #menu {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 870px;
  position: absolute;
  bottom: 0;
  left: 40px;
  height: 36px; }
  * html body #header #menu {
    overflow-x: hidden; }
  body #header #menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    height: 36px; }
    body #header #menu ul {
      display: block; }
    body #header #menu ul li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 4px;
      padding-right: 4px; }
      body #header #menu ul li.first {
        padding-left: 0px; }
      body #header #menu ul li.last {
        padding-right: 0px; }
    body #header #menu ul a {
      font-family: Arial, Helvetica;
      font-size: 16px;
      font-weight: bold;
      line-height: 16px;
      color: #eeeeee;
      text-decoration: none; }
  body #header #menu ul.menu-list li {
    padding-top: 9px;
    padding-left: 10px; }
  body #header #menu ul.widget-list {
    position: absolute;
    bottom: 2px;
    right: 0; }
    body #header #menu ul.widget-list li {
      padding-top: 6px;
      padding-left: 10px; }
    body #header #menu ul.widget-list .widget_qtranslate li.active {
      display: none !important; }
    body #header #menu ul.widget-list #s {
      font-family: Tahoma, Helvetica;
      font-size: 10px;
      line-height: 10px;
      color: #333333;
      padding: 2px;
      margin-left: 5px;
      margin-right: 5px;
      width: 150px; }
    body #header #menu ul.widget-list .screen-reader-text {
      display: none; }

body.start-page #content {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 470px;
  margin-left: 40px;
  margin-top: 40px; }
  * html body.start-page #content {
    overflow-x: hidden; }
  body.start-page #content .post {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 466px;
    border: 2px solid black;
    margin-bottom: 20px; }
    * html body.start-page #content .post {
      overflow-x: hidden; }
    body.start-page #content .post h1 {
      font-family: Arial, Helvetica;
      font-size: 14px;
      font-weight: bold;
      line-height: 14px;
      color: #333333;
      background: white;
      margin: 0;
      padding: 15px; }
    body.start-page #content .post p {
      font-family: Tahoma, Helvetica;
      font-size: 11px;
      line-height: 16px;
      color: #333333;
      margin: 0;
      padding: 20px; }
body.start-page #sidebar {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
  padding-left: 40px;
  margin-top: 40px; }
  * html body.start-page #sidebar {
    overflow-x: hidden; }
  body.start-page #sidebar .customer-comment {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #000;
    background: #e9e9e8;
    font-family: Tahoma, Helvetica;
    font-size: 14px;
    line-height: 21px;
    color: #333333; }
  body.start-page #sidebar .customer-name {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #000;
    font-family: Tahoma, Helvetica;
    font-size: 16px;
    line-height: 24px;
    color: #333333; }

body.blog #content .page-title, body.blog #content .post-title, body.single #content .page-title, body.single #content .post-title, body.archive #content .page-title, body.archive #content .post-title, body.search #content .page-title, body.search #content .post-title {
  margin-top: 0px !important; }
body.blog #content .post-read-more, body.single #content .post-read-more, body.archive #content .post-read-more, body.search #content .post-read-more {
  float: right;
  margin-bottom: 5px; }
body.blog #content .postmetadata, body.single #content .postmetadata, body.archive #content .postmetadata, body.search #content .postmetadata {
  clear: both;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

body.page #content .page-title, body.page #content .post-title, body.author #content .page-title, body.author #content .post-title, body.error404 #content .page-title, body.error404 #content .post-title {
  margin-top: 0px !important; }

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline; }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding: 5px;
  margin: 0px;
  margin-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.wp-caption.alignleft {
  margin-right: 20px;
  margin-left: 0px; }

.wp-caption.alignright {
  margin-right: 0px;
  margin-left: 20px; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }
