#wrapper {
    position: relative;
    max-width: 1200px; 
    min-width: 640px; 
    margin: 0px auto;
/*    border: 1px solid #44F;*/
}

#header,
#content,
#footer {
    position: relative;
    overflow: hidden;
    float: none;
    clear: both;
    width: 100%;
}

.inner {
    padding: 10px;
}

.inner .issueview {
    min-height: 400px;
}

#header {
    height: 80px;
    background: #FFFFFF url('/css/bpc_h64px.png') no-repeat left center;
}

#header #ISSNblock {
    position: absolute;
    top : 60px;
    left: 465px;
    font-size: 10pt;
    font-family: verdana,helvetica,arial,sans-serif;

}

#footer {
    margin: 0px;
    height: 31px;
    background: #D8D8D8 url(/img/black-pixel.gif) repeat-x top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*font-weight: bold;*/
    line-height: 1em;
}

#footer #creativecommons_logo {width: 88px; height: 31px; border:0px; position:absolute; bottom: 0px; left: 0px;}
#footer #mycounterua {width: 88px; height: 31px; border:0px; position:absolute; bottom: 0px; right: 0px;}
#footer .inner {margin-right: 88px; margin-left: 88px; overflow: hidden;}
/*
#footer #mycounterua {width: 88px; height: 31px; border:0px; position:absolute; bottom: 0px; left: 0px;}
#footer .inner {margin-left: 88px;}
*/

.langnavigation {
    padding: 2px 10px; 
    margin: 0px;
}
.langnavigation ul {
    list-style-type: none;
    padding: 0px; margin: 0px;
}
.langnavigation ul li{
    display: inline;
    font-size: 10pt;
    font-family: verdana,helvetica,arial,sans-serif;
    height: 16px;
    width: 40px;
    padding: 2px 5px;
    margin: 0px;
    border: 1px solid #FFFFFF;
}
.langnavigation ul li.selected {
    background-color: #D8D8D8;
    border: 1px solid #000000;
}

.langnavigation ul li a {
    color: #00004F;
    text-decoration: none;
    padding-left: 22px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
}

.langnavigation ul li.en a { background-image: url('/img/en-flag.png'); }
.langnavigation ul li.uk a { background-image: url('/img/uk-flag.png'); }
.langnavigation ul li.ru a { background-image: url('/img/ru-flag.png'); }

#navigation {
    width: 100%;
    font-family: verdana,helvetica,arial,sans-serif;
}

.navigation {
    margin: 0px auto;
}

.navigation     ul {
    position: relative;
    list-style-type: none;
    overflow: hidden;
    padding: 0px; 
    margin: 0px;
    height: 30px;
    background: #D8D8D8 url(/img/black-pixel.gif) repeat-x bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.navigation     ul li {
    position: relative;
    float: left;
    display: block;
    color: #000;
    padding: 0px 0px;
    margin: 0px 5px;
}
.navigation span,
.navigation a,
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
    display: block;
    height: 14px;
    padding: 8px 20px;
    color: #000000;
    text-decoration: none;
    text-transform:uppercase;
}

.navigation     ul li.selected {}
.navigation     ul li.selected a {
    color: #00007F;
    background: #FFFFFF;
    border: #222 1px solid;
    border-bottom: #FFFFFF 1px solid;
}



#langselector {
    position: absolute;
    top: 0px; 
    right: 0px;
}

@media print {
  /* Create other font.*/
  #header {
      /* Create other logo.*/
      display: none;
  }
  #footer {
      /* Create other decoration*/
      display: none;
  }
  #navigation,
  #langselector 
  {
      display: none;
  }
  #wrapper {
      width: 100%;
  }
}

/*
@media all and (max-width: 800px) {
    #header {
        height: 115px;
        background: #fff url('/css/bpc_800.png') no-repeat left top;
    }
}
*/
