body,html,table {
    padding: 0;
    margin: 0;
  	font-family: sans-serif;
  	font-size: 9pt;
  	color: black;
    text-align: center /* vycentrováno pro Internet Explorer */
}
#main {
    width: 790px;   /* celková šířka */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: url('img/bk_menu_cele.png') repeat-y;    
}
#hlavicka-null {
    width: 100%;
    padding: 0;
    border: 0;     
}
#hlavicka {      
    padding: 0px;
    height:99px;
}
#vpravo-null {
    width: 654px;
    float: right;
    padding: 0;
    border: 0;
}
#vpravo { 
    padding: 1px 26px 1px 7px;
    background: url('img/back.png') repeat-y;
}
#vlevo-null {
     width: 136px;
     float: left;
     padding: 0;
     border: 0;
}
#vlevo {
     padding: 0px;
}
#paticka-null {
    clear: both;
    width: 100%;
    padding: 0;
    border: 0;     
}
#paticka {
    padding: 10px;
    background: url('img/dole.png') no-repeat;
}
.noscreen { 
     display: none;
}
/*#####################*/
/*Základní stylyv      */
/*#####################*/
a:link  {
	color : #18355C;
 	text-decoration : underline;
  font-weight : bold;
}
a:visited  {
  color : #18355C;
  text-decoration : underline;
  font-weight : bold;
}
a:hover  {
 	color : black;
}
a[href^='http:'] {
	padding-right: 9px;
	background: transparent url('img/out.gif') right top no-repeat scroll;
}
h1  {
  font-family: serif;
  font-size : 15pt;
  font-weight : bold;
  text-align: center;
  color: #173359;
  margin-top: 5px;
  font-style:italic;
}
h2  {
  font-size : 13pt;
  text-align: center;
}
h3  {
  font-size : 10pt;
}
p {
	font-family: sans-serif;
	font-size: 9pt;
	color: black;
	line-height:1.5;
}
.indent {
  text-indent: 20px;
}
.chyba {
  font-weight:bold;
  text-align:center;
  color:red;
  margin:20px;
}
.drobecek {
  margin:2px;
  font-family: Arial;
	font-size: 9pt;

}
/*#####################*/
/*Menu                 */
/*#####################*/
.menu {
  cursor:pointer;
  margin: 3 0 3 26;
  text-decoration:none;
  font-family: sans-serif;
  font-size:9pt;
  font-weight:bold;
  color:black;
}
.menu a:link,.menu a:visited {
  text-decoration:none;
  color:black; 
}
.podmenu a:link,.podmenu a:visited {
  text-decoration:none;
  font-family: sans-serif;
  font-size:8pt;
  font-weight:normal;
  line-height:16px;
  color:black;
  margin: 0 0 0 29;
}
.admin {
  font-size:8pt;
  margin: 0 0 0 26;
}
/*#####################*/
/*Novinky a jine boxy  */
/*#####################*/
.headbox {
  padding: 0 0 1 3;
  font-weight : bold;
  font-size: 9pt;
  font-family: Arial;

  text-align:left;
}
.box {
  margin:auto;
  margin-bottom: 8px;
}
.inbox {
  text-align:left;
	font-family: sans-serif;
	font-size: 9pt;
  border-top:1px solid #688FC4;
  margin:1px 2px;
  padding:2px;
}
.vypis_novinek {
  border-bottom: 1px solid #688FC4;
  padding-bottom: 5px;
  
}
.vypis_novinek h2{
  font-size: 10pt;
  margin-bottom:2px;
  text-align: left;
}

