/* global */
* { margin: 0; border: 0; padding: 0; font-family: Trebuchet MS, Sans-serif;
	font-size: 100%;	color: black;}
body {
	background: #1E8349 url(./img/bg_body.jpg) repeat-x top;
/*	background: #006633 url(./img/bg_body.jpg) repeat-x top;*/
}
a {
 	color: black;
	text-decoration: underline;
}
a:hover {
	color: Red;
	text-decoration: underline;
}
h1, h2, p, a, li, td { line-height: 120% }
h2 {
	font-family: "Lucida Casual CE", sans-serif;
	font-size: 150%;
	padding-bottom: 6px;
}	
h3 {
	font-family: "Lucida Casual CE", sans-serif;
	font-size: 120%;
	padding-bottom: 6px;
}	
table, td{
	border: 1px solid;
	padding: 0px;
	border-spacing: 1px;
	background-color: #E5FFE6;
	vertical-align: top;
}
hr {
	color: rgb(208,144,0);
	size: 1px;
}
p.pata {
	font-size: 85%;
	color: rgb(144,128,0);
	margin-top: 5px;
}
a.pata {
	color: rgb(144,128,0);
}

/* stránka na ploše ========================================= */
#PAGE{
	position: relative;
	left: 50%;
	margin-left: -405px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: White;
	width: 814;
}
/* panel nahoře ============================================= */
#HEAD{
	height: 164; /*když se nezadá, mění velikost podle obsahu, takže je i prázdný*/
	background: url(img/top.gif) bottom no-repeat white;
	border: 0px solid white;
}
/* panel nahoře - horní menu ============================================= */
#HEADMENU {
	width: 814px;
	height: 0; /*když se nezadá, mění velikost podle obsahu, takže je i prázdný*/
	background: url(img/bg_center.gif) bottom repeat-y white;
	float: left;
	font-family: Lucida Casual CE;
	font-size: 80%;
	color: #A65854;
}
/* panel střed ============================================= */
#CENTER {
	float: left;
	background: url(img/bg_center.gif) repeat-y;
	border-left: 0px solid white;
	border-right: 0px solid white;
}
/* panel střed menu vlevo ============================================= */
#SUBMENU {
	width: 105px;
	background-color: #FBDEC5;
	float: left;
	padding: 20px 10px 20px 10px;
	margin: 10px 0px 0px 10px;
	font-family: Lucida Casual CE;
	font-size: 80%;
	color: #A65854;
}
#SUBMENU a {
	color: #A25652;
	text-decoration: none;
}
#SUBMENU a:hover {
	color: #221211;
}

/* panel střed obsah ============================================= */
#CONTENT{
	width: 600;
	float: left;
	font-size: 80%;
	padding: 20px 5px 20px 15px;
}
/* #CONTENT a h3 {
 	color: black;
} */
#CONTENT img{
	margin-left: 2px;
	margin-right: 10px;
	float: left;
}
#CONTENT li{
	margin-left: 40px;
}
#CONTENT table, td{
	border: 0px solid;
	padding: 0px;
	border-spacing: 1px;
	background-color: #FCB814;
}
/* panel střed - vpravo ============================================= */
#LINKS{
	font-size: 70%;
	width: 160px;
	float: right;
	margin-top: 10px;
	margin-bottom: 60px;
	margin-right: 3px;
	text-align: left;
	background-color: #FFF6C3;
	padding: 20px 5px 20px 15px;
  line-height: 12px; /*vycentrování textu*/
}
#LINKS a {
/* 	color: Red; */
	text-decoration: none;
}
#LINKS a:hover {
	color: Red;
	text-decoration: underline;
}
#LINKS img{
	margin: 8px;
}
/* panel dole ============================================= */
#FOOT{
	clear: both;
	background: #FFCC66 url(img/bg_foot.jpg) repeat-x top;
	height: 30px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px; /*vycentrování textu*/
	text-align: left;
	color: Gray;
	font-size: 70%;
}

