/* tělo stránky */
body{background-color:#999;background-image:url(/img/back.png);background-repeat:repeat-x;font-family:Verdana;font-size:13px;color:#D07C19;}
body,form, img{margin:0px; padding:0px;}
body a{font-size:13px;color:#D07C19; text-decoration:none;}
body a:hover{text-decoration:underline;}
img{border:0px;}


/* hlavní pozicování */
#stranka{width:785px;margin:auto;background-color:#191919;}
#head{background:url(/img/11_02.gif) no-repeat;height:135px; margin:0px; padding:0px;}
#login_form{float:right; padding-top:30px; padding-right:20px;}
#menu{width:627px;margin:auto;margin-bottom:20px; margin-top:0px; padding:0px;}
#levy{width:250px; margin-left:18px; float:left;}
#stred{margin-left:286px; width:480px;}
#foot{clear:both;}


p{margin:3px;}
/* nadpisy */
h1,h2,h3{font-size:13px; padding:0px; margin:0px;}

h3{font-weight:normal;}
h5{font-size:2px; padding:0px; margin:0px;}

/* styly - barvy atd */
.blok{background-color:#FFAF25;border:1px #000 solid;color:#000;margin-bottom:10px;padding:10px;}
.blok a{color:#000;}


.ok, .pozor, .chyba{  font-size: 12px; padding: 1em 1em 1em 4em;  margin-bottom:10px;}
.ok {
	background: url(/img/ok.png) 7px 7px no-repeat #fbf8f4;
	border: solid 1px #9DE296;
	color: #454;
	background-color: #DDFFDD;
}
.chyba {
	background: url(/img/chyba.png) 7px 7px no-repeat #fbf8f4;
	border: solid 1px #FF4B49;
	background-color: #FEE;
	color: #480D0D;
}
.chyba a, .chyba a:hover {
	color: #480D0D;
	text-decoration: underline;
}
.pozor {
	background: url(/img/pozor.png) 7px 7px no-repeat #fbf8f4;
	border: solid 1px #FFBA75;
	color: #6B1200;
	background-color: #FFE7CE;
}
.tabulka_obsah1{background-color:#DC6F01; font-size:11px;}
.tabulka_obsah2{background-color:#FFAF25; font-size:11px;}




/*  +----------------------------------------------------------------------+
    |       Stránkování                                                    |
    +----------------------------------------------------------------------+  */
    
/* informace o aktuální stránce */
.strankovani_text{color:#191919;margin-top:10px;margin-bottom:10px;text-align:right;padding:5px;}

/* výpis stránek */
.strankovani{margin-top:10px;text-align:center;padding:4px;font-size:11px; background-color:#191919;}
.strankovani a{background-color:#FFAF25; color:#000;
padding:3px 5px 3px 5px;

text-decoration:none;}
.strankovani a:hover{background-color:#DC6F01; color:#000;}


.str_aktiv{background-color:#DC6F01; color:#000;
padding:5px 6px 4px 6px;
}




/* formuláře  */
.input{border-top:3px #000 solid;border-left:3px #000 solid;border-right:1px #000 solid;border-bottom:1px #000 solid; padding:3px;font-size:12px;}
.button{background:#9FA09F; color:#000; border-bottom:2px #C97819 solid; border-right:2px #C97819 solid;
border-top:2px #FF9A2F solid;
border-left:2px #FF9A2F solid;}