@charset "utf-8";
/**
 * IPAC: 404 master
 * Formátování pro chybovou stránku 404
 * @author Cosmotron (http://www.cosmotron.cz)
 * @valid yes
*/
@import url(http://www.library.sk/css/reset.css);
@import url(http://www.library.sk/css/basic.css);

body{text-align:center}
h1{font-size:140%;margin:1em 0 .5em 0;padding:10px 0 20px 0;border-bottom:1px solid}
body.js{background:white url(http://www.library.sk/img/404.jpg) no-repeat top center}
.lang{width:300px;float:left;margin:0 20px 50px 20px}
#page{margin:30px auto;text-align:left;width:800px;position:relative}
.js #page{width:550px;background:transparent}
.js .lang{position: absolute;top:0;left:0;width:auto;margin:0;float:none}
a{font-weight:bold}
.js #sk a.flag{position:relative;top:0;left:0;z-index:1}
.js #cs a.flag{position:relative;top:0;left:50px;z-index:2}
.js #en a.flag{position:relative;top:0;left:100px;z-index:3}