body {font:14px/1.3 Arial,sans-serif;} 

.kraj {

     -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;

background:#E2E2E2;
        border-style: solid;
        border-color: #434444;
    border-width: 1;
    color: black;
 text-shadow: 2px 2px 2px #FFFFFF;
margin: 10px;                                                   // zewn. margines diva
 
}

.big {font-size: 150%;
    line-height: 30px;
    margin-top: 15px;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
    
    vertical-align: middle;
}

a {
font-size: 100%;  
line-height: 30px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: left;
     color: black;
text-decoration: none;
 }


a:hover {color: #B90000;}


#copy
{
border-color:#D4D6D6;
font-family: "Arial";
color: #ADADAD;
padding: 10px;
}

.title 
{
  font-size: 24px;  
   margin-left: 10px; 
   }
   
   
.fixed {
    position: fixed;
    bottom: 10;
    right: 30;
 opacity:0.4;
    border: 1px solid #000000;
     font-size: 18px;
     line-height: 30px;
    padding-left: 0px;
    padding-right: 20px;
    
         -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.fixed:hover { opacity:1; } 

