/* Vzhled generických prvků a obecně užívané třídy */
BODY {
    background-color: #6699cc;
    color: #000000;
    font-family: Sans-Serif, Helvetica, Arial;
    font-size: medium;
    margin: 0px;
    padding: 5px 10px 10px 10px;
}
A:link {
    color: #003366;
}
A:visited {
    color: #6699cc;
}
A:hover {
    color: #003366;
}
BLOCKQUOTE {
    margin: 1em;
    padding: 1ex;
    border: solid 1px #003366;
    background-color: #eeeeee;
}
H1, H2, H3, H4, H5, H6 {
    color: #ffffff;
}
H1 {
    margin-top: 0px;
    font-size: 160%;
}
H2 {
    font-size: 120%;
}
H3 {
    font-size: 100%;
}
HR {
    height: 1px;
}
DT {
    font-weight: bold;
}
DD {
    margin-left: 2ex;
}
.r {
    text-align: right;
}
.c {
    text-align: center;
}
.l {
    text-align: left;
}
STRONG, .strong {
    font-weight: bold;
}

/* hlavička */
DIV#header {
    height: 85px;
    margin-bottom: 5px;
    background-color: #99ccff;
   /* background-image: url(Images/hlavicka_bg.gif); */
    border: solid 1px #003366;
    background-position: left top;
    background-repeat: repeat-x;
    text-align: center;
}


/*104x76*/
DIV#obr1 
{
    margin-top: 10px;
    margin-left: 30px;
    z-index:1;
    
    height: 104px;
    width: 76px;    
    float: left;
    background-image: url(Images/endy_top.jpg);
    
}

/* levé menu */
DIV#left {
    width: 160px;
    float: left;
    font-size: small;
}
DIV#left DIV.menu {
    border: solid 1px #003366;
    background-color: #99ccff;
    margin-bottom: 10px;
    padding: 10px;
}
DIV#left DIV.menu DL {
    margin: 0px;
}
DIV#left DL DT {
    background-color: #003366;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}
DIV#left DL DD{
margin: 0px;
}
DIV#left A {
    color: #000000;
    text-decoration: none;
}
DIV#left A:hover {
    text-decoration: underline;
}
DIV#left .iconlink IMG {
    margin-top: 10px;
    margin-bottom:2px;
    padding-top:5px;
 
}

/* Hlavní obsah stránky */
DIV#center {
    margin: 0px 0px 0px 170px;
    background-color: #99ccff;
    padding: 10px;
    border: solid 1px #003366;
    font-size: 90%;
}
DIV#center DIV#copyright {
    font-size: 75%;
    color: #000000;
    margin-top: 50px;
    text-align: center;
}
DIV#center DIV#copyright A {
    color: #000000;
}

/* Pravé menu */
DIV#right {
    width: 190px;
    float: right;
}
DIV#right .box {
    font-size: 80%;
    background-color: #eeeeee;
    border: solid 1px #003366;
    margin: 10px;
}
DIV#right .box A:link {
    color: #000000;
    text-decoration: none;
}
DIV#right .box A:visited {
    color: #333333;
    text-decoration: none;
}
DIV#right .box A:hover {
    color: #000000;
    text-decoration: underline;
}
DIV#right .box .title {
    background-color: #666666;
    color: #eeeeee;
    font-weight: bold;
    padding: 2px 1ex 2px 1ex;
}
DIV#right .box .body {
    padding: 1ex;
}
DIV#right UL {
    margin-left: 0px;
    padding-left: 0px;
}
DIV#right LI {
    margin-left: 3ex;
    padding-left: 0px;
}
DIV#right DT, DIV#center DT {
    font-weight: bold;
}
DIV#right DD, DIV#center DD {
    margin-left: 2ex;
}

/* Komentáře */
DIV.comment-title {
    padding: 1ex;
    border: solid 1px #003366;
    background-color: #eeeeee;
}
DIV.comment-title H2 {
    margin: 0px;
}
