/* CSS Document */

body{
  margin:0;
  font-family:arial;
}
.header{
  width:1000px;
  margin:0 auto;
  padding-top:30px;
  min-height:90px;
}
.logo{
  width:300px;
  float:left;
}
.menu{
  width:700px;
  float:left;
  font-size:14px;
}
.menu ul{
  margin-top:60px;
  list-style:none;
  float:right;
  margin-bottom:30px;
}
.menu ul li{
  float:left;
  margin-left:5px;
  text-transform:uppercase;
  background:white;
}
.menu ul li a{
  color:black;
  text-decoration:none;
  padding:10px;
}
.menu ul li a:hover{
  cursor:pointer;
  background:#01325d;
  padding:10px;
  color:white;
}
.line_blue{
  background:#01325d;
  padding:2px;
  margin:0;
  clear:both;
}
.banner{
  background:url('http://1pujcky.8u.cz/banner.png');
  width:100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height:413px;
  text-align:center;
}
.banner h1{
  color:white;
  padding-top:50px;
  font-size:50px;
  margin:0;
  text-shadow: 2px 2px black;
}
.button{
  -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
  border:2px solid #01325d;
  width:300px;
  
  padding-top:30px;
  padding-bottom:30px;
  background:white;
  z-index:999;
  margin:0 auto;
  margin-top: -50px;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
  color:#01325d;
  font-weight:bold;
  font-size:25px;
}
.button:hover{
  color:white;
  background:#01325d;
  border:2px solid white;
}
.a_button{
  text-decoration:none; 
}
.obsah{
  width:1000px;
  margin:0 auto;
  margin-top:50px;
}
.page{
  width:750px;
  margin:0 auto;
  margin-top:-250px;
  background: white;
  padding:20px;
  font-size:14px;
}
.tab{
  width:31%;
  float:left;
  margin:10px;
  background:#f5f5f5;
  font-size:14px;
}
.tab_obsah{
  padding:10px;
  min-height:650px;
}
.fixed{
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
border: 2px solid white;
background:#01325d;
color:white;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
position: fixed;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
top:200px;
left:-73px;
padding:15px;
}
.storie{
  clear:both;
  padding:10px;
  padding-left:20px;
  padding-right:20px;
  background: #0D253A;
  color:black;
  font-size:14px;
}
.st{
  width:1000px;
  margin:0 auto;
}
.storie h3{
  font-size:20px;
}
.storie a{
  background:#b06e08;
  color:white;
  padding:25px;
  text-align:center;
  text-decoration:none;
  line-height:5;
}
.storie a:hover{
  border:1px solid white;
}
.frame{
  width:470px;
  margin:0 auto;
  margin-top:-300px;
  z-index:9999;
  background:white;
  padding:30px;
  padding-left:60px;
}

a.pujcka{
  padding:10px;
  color:black;
  background:rgb(214, 213, 213);
  text-decoration:none;
}
a.pujcka:hover{
  background:rgb(104, 101, 101);
  color:white;
}