/*----------------------------------------------------------------------------- 
[client] Screen Stylesheet

version:   1.0 
date:      24/02/10 
author:    [Future Face] 
email:     [info@futureface.cz] 
website:   [www.futureface.cz]
 
-----------------------------------------------------------------------------*/

@media screen{
body {color:#fff;font-family:Verdana, "Geneva CE", lucida, sans-serif;line-height:1.4;font-size:80%;text-align:center}
html {overflow: scroll}

a{color:#fff;text-decoration:underline}
a:hover {text-decoration:none}

h1 {font-size:170%}
h2 {font-size:150%}
h3 {font-size:130%}
h4 {font-size:100%}


ul{list-style:none}
a img{border:0}


/* Layout 
-----------------------------------------------------------------------------*/

#content {width:590px;height:340px;overflow-x:hidden;overflow-y:auto;white-space:normal}
/*#bg{position:fixed;z-index:1;overflow:hidden;top:0;left:0;}*/

#bg {
    background: url("../images/bg-copyright-nuck-chorris-gang-tomas-oprchal.jpg") repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#menu{position:fixed;z-index:2;width:100%;height:130px;line-height:130px;background:url(../images/bg-menu.png) 0 0 repeat;bottom:0;left:0}
#menu{font-size:400%;color:#fff;text-align: left;padding-left:50px}
#menu ul{margin-left:40px}
#menu ul li{float:left;margin:0 20px}
#menu ul li a{color:#fff}
#info{z-index:1500;position:relative;margin:100px auto;width:600px;padding:20px 50px;background:url(../images/bg-menu.png) 0 0 repeat;}
#info p{padding:3px 0 15px 0;font-size: 300%;}
#info p a{color:yellow}
/* Others 
-----------------------------------------------------------------------------*/
.tar {text-align:right}
.tac {text-align:center}
.tal {text-align:left}
.fl  {float:left}
.fr {float:right}
.cl{clear:left}
.cr{clear:right}
.cb{clear:both}
.small{font-size:90%}
.big{font-size:120%;font-weight: bold}
.b{font-weight: bold}
.vp{padding:0 10px}
.vh{padding:10px 0}
.skryta {position:absolute;top:-5000px}
}

@media print{
body {font-family:"Times New Roman CE",Georgia,"Times New Roman",Times,serif;color:#000}
div{padding:0;margin:0}
#header,#left,#col3,.skryta,#navigation,#pagination,#advertising,#divisionsBox,.sorting,.basket,.hiddenBlock,#counter{display:none}
img{float:left;border:none;margin:.5em}
fieldset{border:none;border-bottom:1px solid #333;margin:0;padding:0 0 .5em 0}
h1,h2,h3,h4{page-break-inside:avoid;margin:0}
h1{font-size:180%;padding-top:0;margin-bottom:.5em;border-bottom:1px solid #000}
h2,h3{padding:.2em 0 0 0;margin:0}
h2{font-size:140%}
h3{font-size:120%}
p{margin-top:.2em;padding:0}
a{text-decoration:underline}
table{width:100%; text-align:center}
th,td{text-align:center;}
td,th{border:1px solid #000}
}

