html {
     overflow: -moz-scrollbars-vertical;
}

html, body {
	margin: 0;
	padding: 0;
	background: #ffcc99 url(../graphics/pozadi.gif);
	text-align: center;
	font-family: arial;
	font-size: 11pt;
}

p { 
        text-align: justify;
}

br { font-size: 50%; }


/************************************
        STRANKA
*************************************/
#page {
        width: 780px;
        margin: 0 auto;
        text-align: left;
        background: #f9d69a url(../graphics/linka.gif) top left repeat-y;
}

/************************************
        HLAVICKA
*************************************/
#header {
        margin: 0 3px;
        padding: 0;
        width: 774px;
        text-indent: 0;
}

#header h1, #menu h2, #links h2 {
        display: none;
}

.logo-left {
        float: left;
        width: 243px;
        height: 128px;
        background: url(../graphics/spesov-levy.jpg) top left no-repeat;
}

.logo-middle {
        float: left;
        width: 285px;
        height: 128px;
        background: url(../graphics/spesov-prostredni.gif) top left no-repeat;
}

.logo-right {
        float: left;
        width: 246px;
        height: 128px;
        background: url(../graphics/spesov-pravy.jpg) top left no-repeat;
}

#oblouk {
        margin: 0 3px;
        width: 774px;
        height: 40px;
        background: url(../graphics/hornioblouk.gif) top left no-repeat;
}

/************************************
        INFO
*************************************/
.info {
        clear: both;
        margin: 0 3px;
	border-top: 2px solid #c5a266;
	border-bottom: 2px solid #c5a266;
	background: #d5b276;
	color: #654206;
	text-align: center;
	font-size: 90%;
	font-style: italic;
}

.info a {
        color: #654206;
	text-decoration: none;
	font-weight: bold;
}

/************************************
        MENU
*************************************/
#left-col {
        margin: 0 0 0 3px;
	width: 215px;
	float: left;
	display: inline;       /* IE double marhin hack */
}

#menu {
        background: #e1bf82 url(../graphics/dolnioblouk.gif) left bottom no-repeat;
	padding-bottom: 20px;
}

#menu ul {
        margin: 0;
        padding: 0;
	list-style-type: none;
}

#menu li {
        display: inline;        /* IE hack */
}

#menu ul a {
	margin: 0 24px 5px 24px;
	padding: 2px;
	border: 1px solid #957236;
	display: block;
	background: #d5b276;
	color: #654206;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#menu ul a:hover {
        background: #e5c286;
}

#menu li ul a {
        border: 0;
	margin: 0 26px 5px 26px;
	padding: 1px 1px 1px 15px;
	font-size: 84%;
        font-weight: normal;
	text-align: left;
}

#menu li ul a:hover {
	background: #d5b276 url(../graphics/sipka.gif) top left no-repeat;
}


/************************************
        ODKAZY
*************************************/
#links {
        width: 197px;
        text-align: center;
}

#links ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
}

#links li
{
    border-top: 2px solid #c5a266;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#links a
{
	display: block;
	padding: 5px;
	margin: 0 auto;
}

/************************************
        OBSAH
*************************************/
#content {
        margin: 0px 20px 30px 235px;
        color: #654206;
}

#content ul, #content ol {
   	margin-top: 5px;
   	margin-bottom: 5px;
}

#content h1
{
	margin: 0;
	padding: 4px 0 10px 30px;
	width: 450px;
	height: 30px;
	background: url(../graphics/nadpis.gif) top left no-repeat;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}

#content h2
{
	padding: 5 0 0 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

#content p {margin: 5 0 5 0px;}

#content li { text-align: justify; }
#content ul { padding-right: 10px; }

#content a {
        color: #654206;
}

#content a:hover {       
        textdecoration: underline; color: green;
}

/************************************
        AKTUALITY
*************************************/
.aktualita {
	margin-top: 20px;
	width: 99%;
}

.aktualita h2 {
	background: #e1bf82 url(../graphics/vykric.gif) top left no-repeat;
	margin: 0;	
	padding: 1px 0 0 30px;
	font-size: 105%;
	font-weight: bold;
}

.akt-datum {
    padding: 1px;
	border-bottom: 1px dashed #957236;
	color: #856226;
	font-size: 84%;
	font-style: italic;
}

.aktualita p {
	margin: 0;
	padding: 5px 2px 2px 2px;
}

.aktualita ul {
	text-indent: 0px;
	text-align: justify;
	margin: 0;
	padding: 5px 2px 2px 22px;
}

.signature {
        text-align: right;
        font-style: italic;
}

.akt-pages {
        border-top: 2px solid #c5a266;
        padding: 10px 20px 5px 20px;
        font-weight: bold;
        text-align: right;
        font-family: sans-serif;
}

/************************************
        DOKUMENTY
*************************************/
.move-right { 
        text-align: right; 
        padding-top: 15px; 
}

.move-right h2 {
        display: inline;
	border: 2px solid #c5a266;
	background: #e1be82; 
	font-wight: bold;
	font-size: 100%;
}

ul.vycet {
	background: #e6c487;
	border: 2px solid #c5a266;
	margin: 0;
	padding: 2px;
	list-style-type: none;
}

.left-text-pict
{
	border: 2px solid #c5a266;
	margin: 0 10px 2px 0;
	float: left;
}

.right-text-pict
{
	border: 2px solid #c5a266;
	margin: 0 0 2px 10px;
	float: right;
}

.middle-pict
{
	border: 2px solid #c5a266;
	margin: auto;
}

.thumb-pict {
        float: right;
        margin: 10px 19px 10px 0;
        border: 2px solid #c5a266; 
}

/************************************
        DALSI TRIDY
*************************************/
.underline { text-decoration: underline; }
.indent { text-indent: 20px; }
.top-marg { margin-top: 18px; }
.no-bot-marg { margin-bottom: 0; }
.to-right { float: right; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.dark { background: #e1be82; }
table { color: #654206; }
td { padding: 0 4px; }
h4 { width: 99%; }

/* ////////////////////////      */
p.nav2, .nav2 a:link, .nav2 a:visited  { color: #295294; font-size: 8pt; font-weight: bold; text-decoration: none; padding:0; margin:0;}
.nav2 a:hover { color: #295294; font-size: 8pt; font-weight: bold; text-decoration: underline; }


#nav2 { font: normal 8pt verdana; padding-left: 25px;}
#nav2 p { margin:0px; padding: 0px; }
#nav2 p, #nav2 a { height: normal; margin:0; padding: 0; }
p {margin: 0; padding-top: 2px; padding-bottom: 2px;}
.title-link a:visited, .title-link a:link, .title-link p { margin: 0px; padding: 0px; color: black; font-size: 90%; font-weight: bold; text-decoration: none; text-align:left; }
.title-link a:hover{ color: black; font-weight: bold; text-decoration: underline; text-align:left; }

iframe { background: #ffcc99;}

fieldset {
	border: none;
	padding: 3px;
	float: left;
	margin: 0 1.5ex 1em 0;
	padding: 0;
}

fieldset label.selectit {
	display: block;
	font-size: 11px;
	padding: 0 2px;
}

fieldset label.selectit:hover {
	background: #e9e9e9;
}

fieldset legend {
	padding: .1em .3em;
}

fieldset.options {
	padding: 1em;
}

fieldset.options legend {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#post-query-submit {
	float: left;
	margin: 14px 0 1em;
	position: relative;

