/*
    Web: sovanet.cz
    Author: Roman Kohoutek (roman.kohoutek@sovanet.cz)
    Date: 09.08.2004
*/

body {
    border-width: 0em;
    margin: 0em;
    background-color: #FFFFFF;
    text-align: center; /* nutne pro MSIE5 */
    /* color: #333333; */
    color: #333366;
    font-family: "Verdana", "Helvetica", sans-serif;
    font-size: 11px;
    color: #004A83;
}

img {
    border: none;
}

div.cleaner {
    font-size: 0;
    clear: both;
    visibility: hidden;
}

hr.cleaner {
      clear:both;
      height: 1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      color: #000000;
}

h1, h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

/*******************************************************************************
*   Linky 
*******************************************************************************/

a {
    color: #3962A0;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

/*******************************************************************************
*   Struktura stranky 
*******************************************************************************/

#mainpage {
    width: 775px;
    border: 1px solid #0A5683;
    margin: 0 auto; /* vystredeni */
    text-align: left; /* nutne pro MSIE5 */
    padding: 0;
    
}

#top {
    background: url('/images/bg-top.jpg') no-repeat;
    width: 100%;
    height: 146px; 
}

#topright {
    width: 440px;
    height: 100px;
    margin-top: 20px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    float: right;
    color: #FFFFFF;
}

#toprightheadline {
    height: 65px;
    width: 342px;
    border-right: 1px solid #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 10px 15px 35px;
    font-family: "Arial", sans-serif;
}

#stripe1 {
    width: 100%;
    height: 9px;
    border-top: 1px solid #0F4B75;
    background-color: #074F85;
    font-size: 1px;
}

#stripebottom {
    width: 100%;
    height: 35px;
    background-color: #074F85;
    font-size: 1px;
    margin-bottom: 5px;
    border-top: 1px solid #FFFFFF;
}

#menustripe {
    width: 100%;
    height: 18px;
    border-bottom: 1px solid #0A5683;
}


#toplogo {
    float: left;
    margin-left: 67px;
    margin-top: 35px;
    border: 0px;
}

#topmenutab {
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: right;
    color: #3962A0;
    font-weight: bold;
    font-size: 10px;
}

#t-main {
    width: 100%;
}

#t-main td {
    vertical-align: top;
}


#white-cell-left {
    width: 175px;
    height: 36px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    color: #074F85;
}

td#white-cell-left {
    vertical-align: bottom;
    padding: 0 0 5px 5px;
}

#white-cell-left h1 {
    display: inline;
}

#white-cell-left h2 {
    display: inline;
}

#white-cell-right {
    background-color: #FFFFFF;
    height: 36px;
    margin: 0;
    padding: 0;
    color: #074F85;
}

td#white-cell-right {
    vertical-align: bottom;
    padding: 0 0 5px 5px;
}

#white-cell-right h2 {
    display: inline;
}

#blue-cell-left {
    width: 175px;
    height: 33px;
    background-color: #074F85;
    margin: 0;
    padding: 0;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

td#blue-cell-left {
    vertical-align: middle;
    padding: 0 0 0 5px;
}

#blue-cell-left h3 {
    display: inline;
}

#blue-cell-right {
    height: 33px;
    background-color: #074F85;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

td#blue-cell-right {
    vertical-align: middle;
    padding: 0 0 0 5px;
}

#blue-cell-right h3 {
    display: inline;
}

#lightblue-cell-left {
    width: 180px;
    background: url('/images/vez.jpg') #A4C9E5 no-repeat bottom;
    margin: 0;
    padding: 0;
    border-right: 1px solid #FFFFFF;
}

#lightblue-cell-right {
    background-color: #A4C9E5;
    margin: 0;
    padding: 0;
}

#blue-cell-right h3 {
    font-size: 14px;
}

#imgbottom {
    vertical-align: baseline;
}

.tab {
    background: url('/images/bg-tab2.gif') no-repeat;
    width: 87px;
    height: 15px;
    text-align: center;
}

.tab-last {
    background: url('/images/bg-tab-last.gif') no-repeat;
    width: 87px;
    height: 15px;
    text-align: center;
}

#left-container {
    margin: 0 0 122px 0;
    padding: 0 0 5px 0;
    /*border-bottom: 1px solid #FFFFFF;*/
}

#left-content {
    margin: 5px;
    padding: 0;
    min-height: 200px;
    height: auto;
    _height: 200px;
    
}


#right-content {
    padding: 0;
    margin: 5px;
}



/* COPYRIGHT */

#copyright {
    text-align: center;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    color: #FFFFFF;
    margin-top: 4px;
}

#copyright a {
    color: #FFFFFF;
    text-decoration: none;
}

#copyright a:link { color: #FFFFFF; text-decoration: none; }
#copyright a:visited { color: #FFFFFF; text-decoration: none; }
#copyright a:hover { color: #FFFFFF; text-decoration: none; }
#copyright a:active { color: #FFFFFF; text-decoration: none; }

/* END OF COPYRIGHT */


/* TOPMENU NAVIGATION */
#topmenutab a {
    text-decoration: none;
}

#topmenutab a:hoover {
    text-decoration: none;
}

a.active {
    color: #000000;
}

a.active:hover {
    color: #000000;
}
a.pasive {
    color: #3962A0;;
}

a.pasive:hover {
    color: #3962A0;;
}

/* END TOPMENU NAVIGATION */



/*******************************************************************************
*   Navigace (v levem sloupci)
*******************************************************************************/

/* uzavreni navigacnich bloku v levem sloupci */
div#leftblocks {
    margin: 0px; padding: 0px;
    /* border-right: 1px solid #FFFFFF; */
}

div.navblock {
    margin: 0px; padding: 0px;
    /*border-bottom: 1px solid #EE9933;*/
}

/* titulek navigacniho bloku v levem sloupci */
div.blockheadline {
    font-size: 12px;
    font-weight: bold;
    /*background-color: #EE9933;*/
    /*background-color: #F57A00;*/
    /*color: #FFFFFF;*/
    text-align: center;
    padding: 0px;
}
/* blok navigacnich linku */
div.navblocklinks {
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0px;
}

div.navblocklinks a:hover {
    color: #FFFFFF;
}

div.leftlink {
    margin-bottom: 5px;
}

dl#submenu dd {
	padding: 0px;
	margin: 0px;
	padding: 2px 0px 2px 10px;
}




/* Anotace */

.Anotace {
    margin-bottom: 10px;
}

.Clanek .Datum {
    display: none;
}

.Clanek .Nazev {
    display: none;
}

.Anotace .Datum {
    font-style: italic;
    font-size: 95%;
    padding-bottom: 3px;
}

.Anotace .Nazev {
    margin-bottom: 5px;
}

.Anotace img {
    float: left;
    margin-right: 5px;
}

#white-cell-right h2{
	/*text-transform: capitalize;*/
}

