/* GLOBAL DEFINITIONS */
/* ************************************************************ */


body {
	background-color: #98c09a;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} /* body definition */

/* layout settings */
#leftMenu {FLOAT: left; WIDTH: 201px; BACKGROUND-COLOR: #cccc99;height:100%; padding:5px}
#middle {background:#ffffff;padding: 0px 5px 5px 5px; height:100%;}
#rightMenu {FLOAT: right; WIDTH: 224px; height:100%;BACKGROUND-COLOR: #deddad; padding:5px}
.MiddleTable {
	font-size: 12px;
}

	
#ftr {BACKGROUND: #8aaf86; BORDER-TOP: #a0a200 4px solid; MARGIN: 0px; }/* real footer */
/* layout settings - end*/


TABLE {color:#000000;font-weight: normal;font-family: Arial, Helvetica, sans-serif;font-size: 8pt;} /* all tables definition */
INPUT, SELECT, TEXTAREA {font-family: Arial, Helvetica, sans-serif;font-size: 8pt;}

/* ************************************************************ */
/* Definice pro odkazy (navigational texts / menu font spec size)*/
a {font-family: Arial, Helvetica, sans-serif;font-size: 8pt;text-decoration:none;font-weight:normal;color:navy}
a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; font-weight: normal; color: red;}

.title {
	color: #456627;
	font-size: 18px;
}

.title a {
	color: #456627;
	font-size: 18px;
	text-decoration: none;
}

.title a:hover {
	color: #78995A;
	font-size: 18px;
	text-decoration: underline;
}

.latesttitle a {
	color: #456627;
	font-weight: bold;
	text-decoration: none;
}

.latesttitle a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#top {
	margin-bottom: -4px;
}

.style4 {	
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.leftlinks a {
	color: white;
	font-size: 14px;
	width: 95%;
	display: block;
}

.leftlinks a:visted {
	color: white;
}

.leftlinks a:hover {
	color: white;
	background-color: #253A10;
	font-size: 14px;
}

.bottomlinks {
	color: #ffffff;
	background:#8aaf86;
}

.bottomlinks a {
	color: #ffffff;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

.bottomlinks a:hover {
	background-color: #663300;
	color: #ffffff;
	font-weight: bold;
}