/* 

...:::***   Adam Karnet, 2008 ***:::...

*/

/* [ CSS RESET ] ----------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin: 0px;
    padding: 0px;
    font-size-adjust: 0.52;
    text-align: left;
}

table { 
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {  
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var { 
    font-style: normal;
    font-weight: normal;
}

ol,ul { 
    list-style: none;
}

caption,th { 
    text-align: left;
}

h1,h2,h3,h4,h5,h6 { 
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after { 
    content: '';
}

abbr,acronym { 
    border: 0;
}

div.clear {
    clear: both;
}
/* -------------------------------------------------------------------------- */

/* Body ------------------------------------------------------------------ */

body {
    background-color: #c1c3b4;
    background-image: url(../grafika/back.png);
    background-repeat: repeat-x;
    text-align: center;
}

div#wrapper {
    margin: 0px auto 0px auto;
    width: 980px;
    *width: 985px;
}



/* Stinovani contentu zleva a zprava ---------------------------------------- */
div#cont-left {
    float: left;
    width:10px;
    height: 800px;
    background-image: url(../grafika/wrap_left-trans.png);
}

div#cont-right {
    float: left;
    width:10px;
    height: 800px;
    background-image: url(../grafika/wrap_right-trans.png);
}


/* Content ----------------------------------------------------------------- */
div#content {
    float: left;
    width: 960px;
}

div#top {
    width: 960px;
}

div#top-up {
    width: 960px;
    height: 55px;
    background-image: url(../grafika/top_up-trans.png);
}

div#top-down {
    width: 960px;
    height: 220px;
    background-image: url(../grafika/top-down.jpg);
}

/* Odkaz v topu ----------------------------------------------------------------- */
div#ufoTest {
    float: left;
    margin-top: 70px;
    width: 440px;
    height: 90px;
}





/* Obsah -------------------------------------------------------------------------- */
div#obsah {
    width:960px;
    background-image: url(../grafika/obsah_back-trans.png);
    background-repeat: repeat-y;
}





/* Left - menu cast ------------------------------------------------------------------------- */
div#left {
    float:left;
    width: 230px;
    background-image: url('../grafika/menu_stin-trans.png');
    background-repeat: no-repeat;
}

div#left-top {
    margin-left: 10px;
    width: 220px;
    height: 30px;
    background-image: url(../grafika/left_top-trans.png);
}

div#left ul {
    margin-left: 10px;
    width: 220px;
    margin-bottom: 20px;

}

div#left ul li {
    width: 220px;

}

div#left ul li ul {
    width: 220px;
    margin-left: 0px;
    margin-bottom: 0px;

}

div#left ul li ul li{
    width: 220px;

}

div#left ul li a.top, div#left ul li.roll{
    display: block;
    width: 220px;
    height: 45px;
    margin-bottom: 3px;
    background-image: url('../grafika/button-trans.png');
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 45px;
    font-family: Trebuchet MS;
    font-size: 14px;
    line-height: 45px;
    vertical-align: middle;
    color: white;
}

div#left ul li.roll{
    cursor: pointer;
}

div#left ul li ul li a.low{
    display: block;
    width: 220px;
    height: 45px;
    margin-bottom: 3px;
    background-image: url('../grafika/buttonS-trans.png');
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 60px;
    font-family: Trebuchet MS;
    font-size: 13px;
    line-height: 45px;
    vertical-align: middle;
    color: white;
}

div#left-down {
    margin-left: 10px;
    background-color: #5c5e56;
    width: 220px;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

div#left-down h2 {
    background-image: url(../grafika/aktualityBack.jpg);
    font-size: 14px;
    color: #eec795;
    width: 220px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
}

div#left-down p {
    color: white;
    font-size: 12px;
    line-height: 18px;
    margin: 5px 10px 9px 10px;
    border-bottom: 1px solid #eec795;
    padding-bottom: 9px;
}

div#left-down p strong {
    font-weight: bold;
    color: #eec795;
}

div#left-down p a {
    text-decoration: none;
    color: #eec795;
    text-decoration: underline;
}

div#left-down p.last {
    border-bottom: none;
}



/* Right - obsahova cast -------------------------------------------------------- */ 

div#right {
    float:left;
    width: 730px;
    padding-top: 35px;
    padding-bottom: 40px;
    background-color: white;
}

div#right h1 {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #961f10;
    margin: 0px 0px 5px 70px;
    border-bottom: 2px solid #961f10;
}

div#right h2 {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #961f10;
    margin: 25px 0px 20px 80px;
    border-bottom: 1px dotted #3b3b3b;
}

div#right h3 {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #961f10;
    margin: 25px 0px 5px 80px;
    *margin: 25px 0px 5px 70px;
}

div#right div.vzorec h3 {
    margin: 0px 0px 5px 80px;
}

div#right p {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*text-align: justify;*/
    color: #3b3b3b;
    margin: 20px 70px 20px 80px;
}

div#right p.info {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height: 16px;
    color: white;
    background-color: #961f10;
    margin: 40px 70px 20px 80px;
    padding-left: 5px;+
}

div#right p a {
    text-decoration: none;
    text-decoration: underline;
    color: red;
}

div#right p strong{
    font-weight: bold;
}

div#right ul {
    margin: 0px 70px 20px 80px;
    list-style: square;
}

div#right ul li {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #3b3b3b;
    margin-top: 8px;
}

div#right ul li strong {
    font-weight: bold;
}

div#right ul.links {
    list-style: none;
    margin-bottom: 40px;
}

div#right ul.links li {
    margin:0px;
    padding-right: 5px;
    text-align: right;
    background-color: #EEEEEE;
}

div#right ul.links li a {
    text-decoration: none;
    font-size: 12px;
    color: #961f10;
    line-height: 12px;
}

div#right ul.links li a:hover {
    text-decoration: underline;
}

div#right table, div#right table.lit {
    margin: 0px 70px 20px 80px;
    border-left: solid;
    border-width: 1px;
    border-color: #961f10;
}

div#right table tr td, div#right table thead tr td {
    height: 25px;
    width: 116px;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-right: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #961f10;
    padding: 2px;
}

div#right table thead tr td {
    text-align: center;
}

div#right table tr.lichy {
    background-color: Silver;
}

div#right table tr td {
    color: #3b3b3b;
}

div#right table thead td{
    margin: 0px;
    padding: 0px;
    color: white;
    background-color: #961f10;
}

/* TABLE LITERATURA ----------------------------------------------------- */

div#right table.lit tr td, div#right table.lit thead tr td {
    height: 25px;
    width: 166px;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-right: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #961f10;
    padding: 2px;
}

div#right table.lit tr td.isbn, div#right table.lit thead tr d.isbn{
    width: 82px;
    text-align: center;
}

div#right table.lit thead tr td {
    text-align: center;
}

div#right div.vzorec, div#right div.screen, div#right div.prez {
    width: 720px;
}

div#right div.priklad {
    width: 720px;
}

div#right div.screen, div#right div.prez {
    margin-bottom: 30px;
}

div#right div.prez p {
    font-size: 13px;
}

div#right div.prez p strong {
    font-size: 14px;
}

div#right div.prez p a {
    display: block;
    width: 50px;
    height: 25px;
    color: #961f10;
    text-decoration: none;
    font-size: 14px;
    float: right;
    margin-right: 20px;
    margin-left: 20px;
}

div#right div.prez p a:hover {
    text-decoration: underline;
}

div#right div.prez p {
    padding-bottom: 15px;
    border-bottom: 1px solid #961f10;
}

div#right p.vzorec {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #3b3b3b;
}

div#right p.vzorec strong{
    font-weight: bold;
}

div#right ul.vzorec {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    font-style: italic;
    color: #3b3b3b;
}

div#right ul.vzorec li {
    margin-left: 20px;
}

div#right div.vzorec a {
    text-decoration: none;
    margin-left: 560px;
    font-size: 12px;
    color: #961f10;
    line-height: 12px;
    cursor: pointer;

}

div#right div.vzorec a:hover {
    text-decoration: underline;
}

div#right div.priklad p {
    padding: 5px 5px 5px 5px;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: justify;
    color: #3b3b3b;
    background-color: #EEEEEE;
}

div#right img {
    margin-left: 75px;
}

div#right img.schema {
    margin-left: 210px;
}

div#right img.screen, div#right p a img.prez {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
    padding: 4px;
    border: 1px dotted #3b3b3b;
}

div#right img.icon {
    float: right;
    margin: 0px 0px 0px 10px;
    padding: 5px;
    border: 1px dashed black;

}

/* Paticka --------------------------------------------------------------*/

div#foot {

    width: 960px;
    height: 50px;
    background-color: #42433d;
}

div#foot a {
    display: block;
    float: right;
    margin: 25px 10px 0 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    vertical-align: bottom;
    color: white;
    text-decoration: underline;
}

/* Adsense ---------------------------------------------------------- */

#adsense {
    width:468px;
    margin:0 auto;
}

#banner {
    width: 580px;
    margin: 0 0 0 80px;
}

/* Zazitky ------------------------------------------- */

#flash-top {
  margin: 0 auto;
  width: 745px;
  padding: 10px 0;
}
