rd@font-face {
    font-family: 'Cantarell';

    src: url('/fonts/Cantarell-Regular-webfont.eot');
    src: url('/fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cantarell-Regular-webfont.woff') format('woff'),
         url('/fonts/Cantarell-Regular-webfont.ttf') format('truetype'),    
         url('/fonts/Cantarell-Regular-webfont.svg#cantarellregular') format('svg');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate';

    src: url('/fonts/Copperplate.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Lato');

* {
  font-family: 'Lato', 'Varela Round', 'Copperplate', 'Cantarell', Arial, Helvetica, sans-serif;	  
}

body {
  margin: 0;
  padding: 0;
  min-width: 1280px;  
  background-color: #fff;

  background-image: url("/comet/uploads/site/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
  transition: 0s linear;
  transition-property: background-position;  
}

a {
  text-decoration: none;
  color: #52bbf1;
}

.menu {
  z-index: 2000;
}

.menu a {
  font-family: 'Lato', 'Varela Round', 'Copperplate', 'Cantarell', Arial, Helvetica, sans-serif;	  
  font-variant: small-caps;
  text-decoration: none;
  color: #fff !important;
  text-shadow: 0px 0px 4px #000;
  font-size: 18pt;
  font-weight: normal;
}

#site-header {
  width: 100%;  
  height: 276px;
}

#site-header-table {
  height: 48px;
  border: 0px solid black;
}

#site-header-table td {
  width: 50%;  
  height: 48px;
  border: 0px solid black;
  text-align: center;  
}

#site-header-table td:nth-child(1) {
  color: #fff;
  background-color: #000671;
  font-weight: bold;
  font-size: 12pt;  
}

#site-header-table td:nth-child(2) {
  color: #fff;
  background-color: #aaa;
  font-size: 10pt;  
}


#site-header-logo {  
  background: white url('/comet/uploads/site/Tono_Universal_logo_uj.jpg') no-repeat center center;
  
  height: 250px;
  border: 0px solid red;
}

.center-body {
  position: relative;
  left: 50%;
  margin-left: -640px;
  width: 1280px;
  border: 0px solid green;
}

#site-menu-bar {
  background-color: #444;
  font-size: 12px;
  width: 100%;
  height: 42px;
}

#site-menu
}

#content-wrapper {
  //background: white url('/comet/uploads/site/body-background.jpg') repeat-x;  
  border: 1px solid #173443;
  min-height: 500px;
}

#contact tr td:first-child {
  text-align: right;
}

#footer  {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid #444;
  font-size: 8pt;
  color: #000;
  width: 1024px;
  margin-left: -512px;
}

#footer table tr td {
  font-size: 9pt;
  color: #000;
}

.infoblokk {
  background: transparent url('/comet/uploads/site/Infoblokk_ERFA.png');
  width: 217px;
  height: 150px;
  right: 0px;
  bottom: 0px;
  position: fixed;
}

.blend_multiply {
  mix-blend-mode: multiply;
}