/*****************************************************
OBECNE VLASTNOSTI STRANKY
*****************************************************/
HTML {
 scrollbar-face-color: #DEE3E7;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #DEE3E7;
 scrollbar-3dlight-color: #D1D7DC;
 scrollbar-arrow-color:  #666;
 scrollbar-track-color: #EFEFEF;
 scrollbar-darkshadow-color: #98AAB1;
}

body 
   {
   font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
   font-size: 11px;
   color: #000;
   text-align: center;
   vertical-align: top;
   background-color: #E0E0E2;

   padding: 0px 0px;
   margin: 0px 0px;
   }

td, tr, pre
   {
   font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
   font-size: 11px;
   color: #000;  
   }
   
a:link
   {
   color: #000;
   text-decoration: underline;
   }

a:visited
   {
   color: #000;
   text-decoration: underline;
   }

a:hover
   {
   color: #000;
   text-decoration: none;
   }

a:active
   {
   color: red;
   text-decoration: underline;
   }

h3	
   {
   font-size: 1.2em;
   }

div.ChybovaHlaska
   {
   text-align: center;
   }

div.Center
   {
   width: 100%;
   text-align: center;
   }

.NoneBorder
	{
	border-width: 0px;
	}

a.Oranzova, span.Oranzova
	{
	color: #F60;
	}

.Hneda, .Hneda:link, .Hneda:hover, .Hneda:active, .Hneda:visited {
 color: #4D3628;
}

.nadpis
 {
 font-weight: bold;
 color: #369;
 }

img.border
 {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 border: 1px solid #369;
 }

ul
{
list-style-image: url("../css/sipka.gif");
list-style-position: outside;
}

ul.none
{
list-style-image: none;
list-style-type: disc;
}

ul.pismenka
{
list-style-image: none;
list-style-type: lower-alpha;
}

ul.sipka
{
list-style-image: url("../css/sipka.gif");
}

/*****************************************************
INPUTY
*****************************************************/
form input.vstup, form select.vstup {
 font-size: 11px;
 padding: 2px 0px 2px 3px;
 margin: 0px 0px 0px 0px;
 text-align: left;
 border: 1px solid #A2A4A5;
 background: #FFF url("../css/input_pozadi.jpg") top left no-repeat;
 width: 160px;
}

form textarea.vstup {
 font-size: 11px;
 padding: 2px 0px 2px 3px;
 margin: 0px 0px 0px 0px;
 text-align: left;
 border: 1px solid #A2A4A5;
 background: #FFF url("../css/textarea_pozadi.jpg") top left no-repeat;
 width: 347px;
 height: 105px;
}



.Trebuchet
 {
 font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
 letter-spacing: 1px;
 }

.Arial
 {
 font-family: font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
 }


p.NadpisPrvni {
 font-weight: bold;
 margin-bottom: 6px;
}