/* 
    Document    : ordkeza.css
    Created on  : 10.8.2011, 10:15:00
    Author      : Mráz Miroslav
    Description : Styl pro pouze pro stránku odkazy.php
*/

@import url("style.css"); /* Načtení společných stylů */
@import url("login.css"); /* Načtení společných stylů */


/* ODKAZY  */
div#odkazy {
    margin-left: 150px;
    margin-bottom: 105px;
}
div#odkazy_popis {
    
}
div#odkazy_popis p {
    width: 720px;
    margin-right: 10px;
    text-align: justify;
    line-height: 130%;    
}
h1#odkazynadpis {
    margin-bottom: 8px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.2em;
    color: #95B90F;
}

div.odkazy_obr {
   margin-top: 20px;    
}

table#todkazy {
    position: relative;
    left: -12px;   
}
table#todkazy td {
   padding-left: 10px;   
}
table#todkazy td input {
   height: 28px;
   position: relative;
   bottom: 1px;
   line-height: 28px;
   padding-left: 10px;
   background: #FFFFF0;
   border: 1px solid #C0C0C0;
}

/*  KONEC ODKAZY  */