

/* General CONTENT */

body {
 background-color: #000;
 font: 12 pt Tahoma;
 color: #C0C0DE;
 display: block;
}



/* VNĚJŠÍ GRAFIKA */
  
    /* Center DIV */
    #centerdiv {
    width : 823px;
    height : 700px;
    margin : 10px auto;
    position : relative;
    }
    
    /* Header */

    #header {
    background : url('img/header.jpg') no-repeat ; 
    width : 823px;
    height : 196px;
    padding : 0px;
    margin : 0px;
    display : block;
    position : relative;
    } 
    
    /* Left menu */
    
    #menu {
    background : url('img/menu.jpg') no-repeat;
    width : 167px;
    height : 255px;
    padding : 0;
    margin : 0px 12px 0px 0px; 
    display : block; 
    float : left;    
    position : relative ;
    }
    
    /* ButtonZ */
    
    ul.button {
    padding : 0px;
    margin : 0px 0px 0px 20px;
    list-style : none none outside;
    position : relative;
    }
    
    .button_position {
    padding-top : 2px;
    margin-right : 7px;
    vertical-align : middle;
    display : block;
    }


    
    li a, li a:link, li a:visited {
    background : url('img/button_inactive.jpg') no-repeat;
    width : 135px;
    height : 21px;
    border : 0px;
    padding : 0;
    margin : 0px 0px 3px 0px;
    font : bold 13px Tahoma;
    text-align : right;
    color : #C0C0DE;
    font-family : Tahoma;
    font-variant : small-caps;
    display:block;
    text-decoration : none;
    }
    
    li a:active, li a:focus, li a:hover, li a.checked:hover {
    background : url('img/button_active.jpg') no-repeat; 
    color : #C0C0DE;
    }

    li a.checked {
    background : url('img/button_on.jpg') no-repeat;
    color : #C0C0DE;
    }



    /* CONTENT */
    
    #content {
    width : 463px;
    padding : 0;
    margin : 0;
    float : left;
    display : block;
    }
    
    #content_up {
    width : 463px;
    border-left : 1px solid #838398;
    border-right : 1px solid #838398;
    padding : 0;
    margin : 0;
    position : relative;  
    }
    
    #content_down {
    background : url('img/content_down.jpg') no-repeat;
    width : 465px;
    height : 21px;
    padding : 0;
    margin : 0;
    display : block;
    position : relative;
    }
    
    #obsah {
      min-height: 400px;
	_height: 400px; 
      padding: 10px;
      margin: 0 auto;
      text-align: center;
      font: 11px Tahoma;
    }
    

    /* Quick NEWS */
    
    #quicknews {
      background: url('img/quicknews.jpg') no-repeat ; 
      font: 11px Tahoma; 
      width: 151px;
      height: 429px;
      padding: 0px;
      margin: 0px;
      padding: 12px 10px 0 5px;
      float: right;
    } 





/* VNITŘNÍ GRAFIKA */


    /* Odkazy */

    a {color: #E9EBE3; text-decoration: underline}
    a:hover {color: #A9D6FF; text-decoration: none}

    a.fora {font: bold 12px Verdana; color: #8080C0; text-decoration: none}
    a.fora:hover {font: bold 12px Verdana; color: #E9EBE3; text-decoration: none}



    /* Nadpisy */

    h1 {
    color: #8080c0; 
    text-align: center; 
    font : bold 13px Verdana;
    border-top : 1px solid #6565b7;
    border-bottom : 1px solid #6565b7;
    }

    h2 {
    color:#c0c0de;
    text-align : left;
    font : bold 14px Verdana;
    font-variant : small-caps;
    }

    h3 {
    text-align: left;
    font : bold 12px Arial;
    font-variant : small-caps;
    }

    h2.err {
    color: #F00; 
    text-align: left; 
    font: bold 13px Verdana; 
    background: url(img/err.png) no-repeat 10px transparent; 
    padding-left: 30px
    }

    h2.ok {
    color: #00CB00; 
    text-align: left; 
    font: bold 13px Verdana; 
    background: url(img/ok.gif) no-repeat 10px transparent; 
    padding-left: 30px
    }

    /* Tabulky */


    
    .maintable {
       border : 1px solid #838398 ;
       width : 100%;
       height : 35px;
       text-align : center;
    }

    th {color : #7474d3; font-variant : small-caps;}
    th.left {color : #7474d3; font-variant : small-caps; text-align: left}
    th.right {color : #7474d3; font-variant : small-caps; text-align: right}

    td {text-align: left;}
    td.center {text-align: center;}
    td.right {text-align: right;}


    /* Formuláře */

    select, input, textarea {
    color: #E9EBE3; 
    background-color: #000; 
    font: bold 11px Tahoma; 
    border: 1px solid #5B5AAA
    }

    span#clock {color: #ffd700; font-weight: bold}
    img {border: 0}
    form {margin: 0}
    .kapital {float: left; font: bold 33px Arial; color: #5B5AAA; padding: 0 4px}
                                       
    hr {
     height: 1px; 
     color: #2F2D3B; 
     background-color: #2F2D3B; 
     border: 0px solid #2F2D3B
    }
    
    
    fieldset {
     border: 1px solid #5B5AAA;
     margin: 0 auto
    }


textarea.infosraz {width: 445px; height: 70px; font: normal 11px Tahoma; color: #C0C0DE}

span.os {color : #5B5AAA; cursor : help; font-weight: bold}
span.os:hover {text-decoration : underline;}