body
{      
    font-family: verdana, arial, sans-serif;
/*    font-family: "MS Sans Serif", Geneva, sans-serif;*/
/*    font-family: Garamond, Times, serif;*/
    font-size: small;
    background: gray;
    text-align: center;
    color: black;
}

table	{font-size: small;}

a	{color: blue; text-decoration: underline; }


.page {
        width:740px;
        margin:0 auto; padding:0;
        text-align: center;
        background: silver;
        position: relative;
      }
      
      
.hlavicka { width : 740px;  text-align: right;}

.hlavicka a {color : black; text-decoration : none;}        
        
.logo { float: left; }

        
.titulek {
	font-family: courier new, courier, monospace;
	font-size: xx-large;
	font-variant: normal;
	font-weight: bold;
	padding-right: 15px;
}

.podtitulek {
	font-family: courier new, courier, monospace;
	font-size: small;
	font-variant: normal;
	font-weight: normal; 
	padding-right: 15px;
}


/* Horni menu */
.hrl {
    font-family: verdana, arial, sans-serif;
    font-size: small;
    text-align: left;
    color: white;
    text-decoration: none; 

/*    width: 725px;*/
    background: #555;
    letter-spacing: 1px;

    margin: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;

    border-top: 1px solid white;
    border-bottom: 1px solid white;
    clear: both;
} 


.hrl a {color: #ffcc99; text-decoration: none}
.hrl a:hover,
.hrl a:active {background-color: grey}


/* dolni "copyright" lista */

.dr {font-size: xx-small; color: black; text-decoration: none;
     font-weight: bold; width: 740px; text-align : center; } 


/* bezny text */

.text {
float : left;
width : 475px;
padding : 10px;
padding-left : 20px;
/*background : white;*/
/*border: 1px dotted black;*/

text-align : left;
}

/* Zvyrzneni nazvu sekci */
.section {font-weight: bold}


/* Pravy sloupec */
.odkazy_vpravo
{
float : right;
width: 220px;
padding : 10px;
padding-right : 0px;
/*background: white;*/
border-left: 0px solid black;

font-family: verdana, arial, sans-serif;
font-size: small;
text-align : left;
}


/* akce a oznameni v pravém sloupci  */
.akce
{
font-family: verdana, arial, sans-serif; 
color: #ffff99;
background-color: #555; 
font-size: x-small;
font-weight: normal; 
padding: 4px;
border: 1px solid #ffffff;
margin-right: 10px;
}

/* pokus odkazy listí v pravém sloupci  */
.listi

#lcolumn {
	float: left;
	position: relative;
	width: 20%;
	border-left: dotted #dddddd 1px;
	border-right: dotted #dddddd 1px;
	margin: 5px 0px 0px 0px;
}
.listi {
	background-color:  #c0c0c0;	
	margin: auto;
	border-top: 
	position: relative;
	width: 100%;
}


.listi a, .listi2 a, .listi3 a {
	display: block;
	padding: 1px 0px 1px 15px;
	text-decoration: none;
	color: #0000ff; 
	text-align: left;
	font-size: 1.0 em;
	border-top: solid #c0c0c0; 1px;
}
.listi a:hover, .listi2 a:hover, .listi3 a:hover {
	background-color: #d3d3d3;
	color: #000000;
}


