body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #eee;
	width: 980px;
	
	/*width: 960px;*/
}

h1 { 
	/*font-family:Tahoma, Geneva, sans-serif; */
	font-size:20px;
	color:#366011;
	margin: 0 0 5px 0;
	text-transform:uppercase;
	border-bottom: solid 1px #CCC;
}

h2 { 
	/*font-family:Tahoma, Geneva, sans-serif;*/ 
	font-size:14px;
	color:#366011;
	margin-bottom: 3px;
	margin-top:2px;
	text-transform:uppercase;
	border-bottom: solid 1px #CCC;
}

input{
	border: solid 1px #CCC;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-size:13px;
	color:#333;
	
}

.tabela p{ margin-top: 0px;}
.tabela tr td{
	text-align: left;
}

.button{
	border: solid 1px #CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#333;
	cursor:pointer;
}

.mainContent {
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 5px;
	margin-bottom: 0;
	padding: 0;*/
	background: #fff;
	width: 980px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.container{
	width: 980px;
	float: left;
}
.header {
	float: left;
	width: 980px;
	height: 100px;
	/*margin-bottom: 1px;*/
	background:url(/green_images/header-bkg.png)
}
.headerLogo {
	background:url(/green_images/logo.png) 0 0 no-repeat;
	/*text-indent:-5000px;*/
	width: 259px;
	height: 81px;
	float: left;
	margin: 6px 0 0 10px;
}
.headerLogo h1 {
	display: block;
	width: 100%;
	float: left;
	height: 81px;
	margin: 0;
	padding: 0;
}
.adresa {
	color: #FFF;
	width: 170px;
	float: left;
	margin: 20px 0 0 290px;
}
.adresa a {
	color: #FFF;
	font-weight: bold;
}
.adresa a:hover {
	color: #D6FF00;
}
/* top nav */
.menu {
	/*background:url(/green_images/top_nav.png) 0 0 no-repeat;*/
	background: #DDDEDF;
	height:31px;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	float:left;
}
.subTitle{
	font-size: 9px;
	color: #B3B3B3;
	float: left;
	text-transform:lowercase;
}
.menu ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*margin:15px 5px 0 10px;*/
	width: 100%;
	margin:8px 0 0 0;
	padding:0;
}
.menu ul li {
	float:left;
	/*line-height:14px;*/
	margin:0;
	padding:0;
	/*color:#f2c707;*/
	font-size:11px;
}
.menu a {
	text-decoration:none;
	color:#000;
	float:left;
	font-size:11px;
	
	/*font-size-adjust:none;
	font-stretch:normal;*/
	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
	/*padding:15px 15px 13px 14px;*/
	padding: 0 5px;
	text-transform:uppercase;
	text-decoration:none;
	
	
	/*border-left: 2px solid #FFF;*/
	/*border-right: 1px solid #FFF;*/
	
	/*background:url(/green_images/nav_sep.png) 100% 0 no-repeat;*/
}
.menu ul li a:hover {
	/*background:transparent url(green_images/nav_sep.png) no-repeat scroll 0 0;*/
	/*background-color: #FFAE00;*/
	color:#00330F;
	text-decoration:underline;
}
.menuSelected a {
	/*background-color: #FFAE00;*/
	color: #366029;
	text-decoration:underline;
}
#last {
	text-decoration:none;
	background:none;
}
.maincontent {
	padding:6px;
	float: left;
	width: 99%;
}
.mainHolder {
	float: left;
	width: 99%;
	padding: 4px;
}
.left {
	/*float:left;
	width: 922px;
	padding: 10px;*/
	float: left;
	width: 100%;
}
/*
.left img {
	float: left;
	margin: 5px;
}
*/
/* footer nav */
.footer {
	float:left;
	width:100%;
	height: 84px;
	background:url(/green_images/footer-bkg.png) 0 0 repeat-x;
}
.menuf {
	height:40px;
	padding:0 0 0 0;
	margin: 50px 10px 0 0;
	width:auto;
	text-align: right;
	float: right;
}
.menuf ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.menuf ul li {
	float:left;
	/*line-height:14px;*/
	margin:0;
	padding:0;
}
.menuf ul li a {
	color:#fff;
	float:left;
	font-size:11px;
	/*font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	/*line-height:14px;*/
	padding:0 4px;
	text-transform:lowercase;
	text-decoration:none;
}
.menuf ul li a:hover {
	/*background:transparent url(images/menu_hover_bg.png) repeat scroll 0 0;*/
	color: #fff;
	text-decoration:underline;
}

.fooLogo {
	float: left;
	width: 230px;
	height: 69px;
	margin: 10px 0 0 10px;
}
a {
	color:#366011;
}
.maincontent a {
	color: #00e !important;
}

