/* soubor CSS stylu pro stranky Asfaltovych holubu */
/* Autor: Martin Proks */


/* ******************************************************** */
/*  Celkove nastaveni stranky ...                           */
/* ******************************************************** */

body {
    top: 0px;
    left: 0px;
    width: 1024px;
    margin: 0;
    padding: 0;

    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;

    color: #000000;

    background-color: rgb(140, 140, 140);
    background-image: url('http://www.aholubi.org/imgs/pozadi.jpg');
    background-attachment: fixed;
    background-repeat: repeat-xy;
    background-position: left top;
  }

strong {
    color: rgb(30, 30, 230);
    font-weight: bold;
  }

.smallfont { font-size: 80%; }

img { border: 0; }

/* ******************************************************** */
/*  jednotlive konkretni nastavenidla ...                   */
/* ******************************************************** */

#titulek {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1014px;
    height: 150px;
    margin: 0;
    padding: 5px;

    display: block;
    /* border-style: solid;
    border-width: 1px;
    border-color: red; */
 
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    /* text-align: center; */
  }

#titulek h1 {
    position: absolute;
    top: 10px;
    left: 110px;
    width: 570px;
    height: 80px;
    margin: 0;
    padding: 0px;

    font-size: 24px;
    line-height: 100%;
    color: black;
  }
#titulek h2 {
    position: absolute;
    top: 110px;
    left: 150px;
    margin: 0;
    padding: 0px;

    font-size: 18px;
    line-height: 100%;
    color: blue;
  }
#langsel {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    padding: 0px;

    font-size: 100%;
  }

#text {
    position: absolute;
    margin: 0;
    padding: 5px;
    top: 160px;
    left: 150px;
    width: 864px;

    font-family: serif;
    font-size: 12pt;
    font-weight: normal;

    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: left;
  }

#banner_left {
    position: absolute;
    margin: 0;
    padding: 5px;
    top: 160px;
    left: 0px;
    width: 140px;

    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;


    display: block;
    /* border-style: solid;
    border-width: 1px;
    border-color: red; */

}
#banner_left hr { display: none; }
#banner_left a {
    display: block;
    width: 100px;
    height: 24px;
    margin: 5px;
    padding: 2px 10px 2px 10px;
    text-align: left;
    text-decoration: none;
  }
#banner_left a:link { color: black; }
#banner_left a:visited { color: black; }
#banner_left a:hover { color: white; } 
#banner_left a:focus { color: white; }
#banner_left a:action { color: white; }
