body, html { 
	background-color: #D5E3E6;
	border: 0px none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important; 
/*	font-size: small !important; */
} 

p, img, table, tr, th, td, h1, h2, h3, h4, h5 { 
/*	border: 0px none; */
	margin: 0px; 
	padding: 0px; 
} 

p { 
	padding: 10px 20px 0px 0px;
	text-indent: 50px;
	text-align: justify;
} 

ul, ol, dl, form, blockquote  {
	margin-top: 0px;
	margin-bottom: 0px;
}

th {
	color: #FFFFFF;
	background-color: #008000;
	font-weight: bold;
}

.menu {
	width: 231px;
	background-image: url(img/menu.jpg);
	background-repeat: repeat-y;
}

.nadpis {
	padding: 20px 0px 0px 0px;
	color: #008000;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.podnadpis {
	padding: 20px 20px 0px 20px;
	color: #008000;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
}

hr.nadpis {
	color: #008000;
	width: 50%
}

hr.podnadpis {
	color: #008000;
	width: 50%
}

.text { 
	padding: 3px 7px 3px 7px; 
} 

#strankapaticka { 
/*	background-color: #dddddd;*/
	margin: 10px 10px 10px 10px;
	border-top: 1px solid #008000;
/*	padding: 10px 0px 10px 0px;*/
	text-align: center;
} 

#strankapaticka p { 
	padding: 10px 0px 5px 0px;
	text-align: center;
} 

/* ------------------------------ */
/* ------------ MENU ------------ */
#navcontainer {
	/*avoid gap after li in ie6 by setting width*/
	width: 200px;
	/*font-size: 11px;*/
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	margin-left: 20px;
}

#navcontainer ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navlist a {
	display: block;
	color: #008000;
	padding: 1px 0 1px 8px;
	font-weight: bold;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a {
	width: 184px;
}

#navlist a {
	\width: 200px;
	w\idth: 184px;
}

#subnavlist a {
	display: block;
	color: #485948;
	padding: 1px 0 1px 8px;
	margin-left: 8px;
	font-weight: normal;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { 
	width: 176px;
}

#subnavlist a {
	\width: 192px;
	w\idth: 176px;
}

#subsubnavlist a {
	display: block;
	color: #485948;
	padding: 1px 0 1px 8px;
	margin-left: 16px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subsubnavlist a { 
	width: 168px;
}

#subsubnavlist a {
	\width: 184px;
	w\idth: 168px;
}

#navlist a, #navlist a:visited, #subnavlist a, #subnavlist a:visited, #subsubnavlist a, #subsubnavlist a:visited {
	border-left: 8px solid #A0D3E6;
	/*background: #FFFFFF;*/
	background: transparent;
	color: #485948;
	text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover {
	border-left: 8px solid #808080;
	text-decoration: underline;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover, #subsubnavlist a#subsubcurrent:hover {
	border-left: 8px solid #808080;
	text-decoration: underline;
}

a#current, a:visited#current, a#subcurrent, a:visited#subcurrent, a#subsubcurrent , a:visited#subsubcurrent {
	border-left: 8px solid #008000;
	/*background: #F3F5FC;*/
	background: transparent;
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}
/* ------------ MENU ------------ */
/* ------------------------------ */

/* ------------------------------ */
/* ------------ FOTO ------------ */
.nahled {
	float: left;
	width: 90px;
	border: 1px solid #008000;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.clearboth {
	clear: both;
}

/* ------------ FOTO ------------ */
/* ------------------------------ */


