/*
  CVUT CSS styl
  @version SVN $Id: cvut.css 7 2007-09-14 07:24:27Z abtris $
  styl pro sirku 1000px
  pripominky a upravy zasilejte na webmaster@cvut.cz
*/

/* zakladni styly */

html, body {
    background-color: rgb(198,198,198);
    color: black;
    font: 10pt/1.5 "verdana ce", verdana, "helvetica ce", helvetica, "arial ce", arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height:100%;
}
h1, h2, h3, h4, h5, h6 {
    color: black;
    font-weight: normal;
}
h1 {
    font-size: 160%;
    font-weight: bold;
}
h2 {
    font-size: 145%;
    font-weight: bold;
}
h3 {
    font-size: 125%;
    border-bottom: none;
    font-weight: bold;
}
h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}
h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}
h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

img {
    border: 0;
}
p {
    text-align: justify;
    margin: .8em 0;
}

a {
    text-decoration: none;
    /*border-bottom: 1px solid #cccccc;*/
    color: #105d94;
}

/* formatovani */

#box {
    position:relative;
    width: 1009px;
    min-height:100%;
    _height:100%;
    margin:0 auto;
    padding:0;
    background:white;
}

#head {
    margin:0; 
    padding:0;
}

#head a {
    text-decoration: none;
    border: 0;
}
#left {
    width: 200px;
    float: left;
}
#main {
    width: 989px;
    padding:0 10px 54px 10px;
}


#footer {
    position:absolute;
    bottom:0;
    _bottom:-7px;
    left:0;
    clear: both;
    width: 100%;
    margin-top: 10px;
    font-size:85%;
    background: url("../styl/footer_bg.png") repeat-x;
    height: 44px;
    padding-bottom: 10px;
    _padding-bottom:0;
}


#footer p {
    float:right;
    text-align:left;
    padding:1em 1em 0 1em;
    margin-top:0.5em;
}

#footer div {
    float:left;
    padding:1em 1em 0 1em;
    margin-top:0.5em;
}


/* seznamy */
ul li {
    font-size:100%;
    /* text-align: justify;*/
    list-style-type:square;
}

dt {
    /* font-weight: bold;
*/
}

/* tabulky */
table { 
    border-collapse:collapse; 
}
td,th { 
    padding:3px;
    border:1px solid black;
}
th {
    background:rgb(222, 231, 236);
}

.format {
    border:0;
}
.format td {
    border:0;
}
