/* Global Styles */

body {
	background-color: #FFEBCA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	
}
h1 {
	font-size: 18px;
	color: #F87311;
	
}
h2 {
	font-size: 16px;
	color: #F87311;
}
h3 {
	font-size: 14px;
	color: #999999;
}
a {
	font-size: 12px;
	color: #F87311;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #F87311;
}

/* ID Styles */
#navigace a {
	font-size:12px;
	text-align:center;
	line-height:34px;
 	display: block;
	text-decoration:none;
	color:#333333;
	background:url(img/tlacitko.gif) repeat;
	 }
	 
#navigace a:hover {
	color: #F87311;
	background:url(img/tlacitko1.gif) repeat;
}

#navigace a:active {
	color: #333333;
	background:url(img/tlacitko1.gif) repeat;
}	
#zapati {
	font-size: 10px;
	color:#CCCCCC;
}
#zapati a {
	font-size: 10px;
	color:#CCCCCC;
	text-decoration:none;
	
	 }
	 
#zapati a:hover {
	color:#CCCCCC;
	
}

#zapati a:active {
	color:#CCCCCC;
}
	
/* Class Styles */

.tabulka {
	border-style:solid;
	border-color:#F87311;
	border-width: 1px;
	background:#FFFFFF;
}

.menu {
	border-style:solid;
	border-width: 1px;
	border-color: #999999;
	border-collapse:collapse;	
}
.text {
	/*border-style:solid;
	border-left-color:#999999;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;*/
	padding-left: 8px;

	
}


	
	
