body{
font-family: arial;
font-size: 9pt;
color: #bbbb99;
background-color: #000000;
margin: 0px;
align:center;
}


table.table_top {
width: 800px;
height: 100px;
background: "grafika/vrsek.gif";
text-align: center;
margin-left: auto;
margin-right: auto;
background-image: url('grafika/vrsek.gif');
background-repeat: no-repeat
align:center;
}

span.odkazy_korytko {
font-family: arial;
font-size: 7.5pt;
color: #dec7a5;
/*word-spacing: 5px;*/
position: relative;
top: 28px;

}

table.hlavni_stranka {
width:800px;
margin-left: auto;
margin-right: auto;
background-color: #393939;
padding:0px;
/*padding-left:-20px;
padding-right:-20px;*/
align: center;
}

td.leve_menu {
margin-left: 5px;
padding-left: 3px;
font-family: arial;
font-size: 8pt;
color: #bbbb99;
}

td.prave_menu {
margin-right: 5px;
padding-right: 3px;
padding-left: 3px;
font-family: arial;
font-size: 8pt;
color: #bbbb99;
}

table.leve_a_prave {
width: 110px;
height: 100%;
background-color: #323232;
border-left: 1px groove #626262;
border-right: 1px groove #626262;
padding-left: -2px;
padding-right: -2px;
margin: 0px;
}

table.prostredni_blok_stranky {
/*width:563px;*/
margin-left: 0;
margin-right: 0;
padding:0px;
}

a { text-decoration: none;
    color: #bc8f61; }

a:link { color: #bc8f61; }

a:visited { color: #bc8f61; }

a:hover { color: #dec7a5;
          text-decoration: underline; }

a.out { color: #bc8f61; }

.nadpis { font-family: arial;
          font-size: 13pt;
          color: #bbbbaa;
          font-weight: bold; }

.nadpis2 { font-family: arial;
          color: #bbbbaa;
          font-weight: bold; }

.text {font-family: arial;
       font-size: 9pt;
       color: #bbbb99; }

.infa {font-family: arial;
       font-size: 7.5pt;
       color: #bbbb99; }

.menunadpis {font-family: arial;
             font-size: 8pt;
             color: #bbbb99;
             font-weight: bold;
             margin-left: -1px; }

.adresa {font-family: arial;
           font-size: 7pt;
           color: #bbbb99; }

.podpis  {font-family: arial;
          font-size: 9pt;
          color: #909090;
          font-weight: bold;
          font-style: italic; }

.copyright {font-family: arial;
           font-size: 7pt;
           color: #bbbb99; }

.citat {font-family: arial;
           font-size: 8pt;
           color: #bbbb99; }
/*hlavni nadpis stranky, daji se dorovnat pomoci trid- levo,stred */
h1{
	font-size: 13pt;
	color: #bbbbaa;
	font-weight: bold;
	text-align: center;
	padding: 1em 0 1.5em 0;
}
/*nadpis pro aktualizaci nebo vetsi nadpis v textu*/
h2{
	font-size: 13pt;
	color: #bbbbaa;
	font-weight: bold;
	padding: 1.4em 0 0.8em 0.1em;
	margin:0;
}
/*nadpis podkapitoly, h4 je velmi podobny ale ma stejnou barvu jako text*/
h3{
	font-size: 9pt;
	color: #bbbbaa;
	font-weight: bold;
	padding: 1.2em 0 0.5em 0.1em;
	margin: 0;

}
h4{
	font-size: 9pt;
	font-weight: bold;
	margin:0;
	padding: 0.7em 0 0.4em 0.1em;
}
/*pouze tucny text s odsazenim zhora*/
h5{
	font-size: 9pt;
	font-weight: bold;
	margin:0;
	padding: 0.5em 0 0 0;
}
/*nastaveni text do table- nemusi se pouzivat trida text*/
table{
	font-family: arial;
	font-size: 9pt;
	color: #bbbb99;
}
/*nastaveni tabulek- bohuzel pro stejny vzhled se stale musi zapisovat cellspacing=1 do html,
verze na stred a na levo- zalezi co v tabulce prevlada*/
table.tabbrah, table.tabbrahleft{
	border: 1px solid #252525;
	margin: auto;
	text-align: center;
}
table.tabbrahleft{
	text-align: left;
}
/*nadpisove bunky misto td ted  th s minimem nastaveni v html*/
.tabbrah th,.tabbrahleft th{
	padding: 2px;
	background-color: #303030;
	border: 1px solid #252525;
	/*font weight je tam nepovine automaticky se ve vetsine prohlizecu vykresluje bolder*/
	font-weight: bolder;
	vertical-align: top;
}
.tabbrah td,.tabbrahleft td{
	padding: 2px;
	border: 1px solid #252525;
}
/*tridy pro zarovnani v bunkach pokud potrebujeme jinak zarovnat- pouzitelne i jinde*/
.levo{
	text-align: left;
}
.stred{
	text-align: center;
}
/*podpis v aktualizacich*/
.sign{
	color: #bbbbaa;
	font-weight: bolder;
	font-style: italic;

}
/*pro odkazy na povidky pouzit jako tridu u odkazu*/
.povidky{
	color: #808080;
	font-weight: bolder;
}

.nadpis h2	{
	display: inline;
}

#hlavniNadpis	{
	clear: none;
	position: absolute;
	left: -999px;
}

.menuNadpis	{
	font-family: Arial;
	font-size: 8pt;
	color: #bbbb99;
	font-weight: bold;
	margin-left: -1px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.leve_a_prave h3	{
	font-family: Arial;
	font-size: 8pt;
	color: #bbbb99;
	font-weight: bold;
	margin-left: -1px;
	padding: 0;
	margin: 0;
}

.reklama  a  {
    color: #3c3c3c;
    text-decoration: none;
    border: none;
    }
.reklama  a:visited  {
    color: #3c3c3c !important;
    text-decoration: none;
    border: none;
}