/* CSS Document Print*/
body
{
  background-color: white;
  font-family: "Trebuchet MS",sans-serif;
	
}

div
{
  background-color: white;
  text-align: left;
}
p
{
  text-align: justify;
}

ul#menu 
{

display: none;
}

#menu li a:link, #menu li a:visited 
{
display: none;
}

#menu li a:hover, #menu li a:active
{
display: none;
}

#menu li a:link.active, #menu li a:visited.active
{
display: none;
}

#patka 
{ 
	margin-top: 30px;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	font-family: "Trebuchet MS",sans-serif;
	font-size: x-small;
	text-align: center;
}


td
{
  border: 1px solid black;
  padding: 4px;
  vertical-align: top;
  font-size: 11px;
 
}

tr.header
{
  font-weight: bold;
}

table
{
  width: 100%;
}


li
{
  text-align: left;
}

.noprint
{
  display: none;
}

div.pole
{
  display: none;
}


h1
{
	text-align: center;
	text-decoration: underline;
	font-size: 20px;
	color: Navy;
	
}

#obsah h1
{
	text-align: left;
	text-decoration: none;
	padding-left: 20px;
	
	font-size: 22px;
	color: navy;
	
	
}




h2
{
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	color: black;
	margin: 0px;
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 2px;
	
	
}
h3
{
	text-decoration: underline;
	color: black;
	font-size: 16px;
	
}
h4
{
  
	text-align: left;
	text-decoration: none;
	color: black;
	font-weight: normal;
}

p.text
{
	text-align:justify;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 14px;
}
p
{
	text-align:justify;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 14px;
	margin: 5px 0px 0px 0px;
}
a.text
{
	font-family: "Trebuchet MS",sans-serif;
	color: Black;
	font-size:14px;
	text-decoration: underline;
	clear : none;
}
a:link.text
{
	font-family: "Trebuchet MS",sans-serif;
	color: Black;
	font-size:14px;
	text-decoration: underline;
}
a:visited.text
{
	font-family: "Trebuchet MS",sans-serif;
	font-size:14px;
	color: black;
	text-decoration:underline;
}
a:hover.text
{
	font-family: "Trebuchet MS",sans-serif;
	font-size:14px;
	color: #003163;
	text-decoration: none;
}
a
{
	font-family: "Trebuchet MS",sans-serif;
	color: Black;
	font-size:14px;
	text-decoration: underline;
}
a:link
{
	font-family: "Trebuchet MS",sans-serif;
	color: Black;
	font-size:14px;
	text-decoration: underline;
}
a:visited
{
	font-family: "Trebuchet MS",sans-serif;
	font-size:14px;
	color: black;
	text-decoration:underline;
}
a:hover
{
	font-family: "Trebuchet MS",sans-serif;
	font-size:14px;
	color: #003163;
	text-decoration: none;
}



.foto
{
	clear : both;
}
.podpis
{
	font-family: "Trebuchet MS",sans-serif;
	font-style : italic;
	text-align:right;
	font-size:14px;
}
.center
{
	text-align:center;
}
.red
{
	color:red;
}



/*  ohranicene pole ve verejne sfere  */
div.setkani
{
  border: 1px solid rgb(229,111,30);
  padding: 0em 1em 0.1em 1em;
  margin-bottom: 1em;
}

h2.tmave
{
  padding-left: 0.5em;
  font-weight: bold;
	background-color: rgb(238,159,106);
}


/* formulare */

input
{
  border: 1px solid rgb(229,111,30);
  font-family: Arial;
  background-color: white;
  font-size: 1em;
  margin-right: 3px;
}

input:hover
{
  background-color: rgb(255,230,141);

}
textarea
{
  border: 1px solid rgb(229,111,30);
  font-family: Arial;
  font-size: 1em;

}

textarea:hover
{
  background-color: rgb(255,230,141);

}

input.submit
{
  font-weight: bold;
  font-family: "Trebuchet MS",sans-serif;
	letter-spacing: 0.1em;
}


div.tiskarna
{
  text-align: right;
  float: right;
  
}







