body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #66CB33;
}

div.tabArea {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	padding-left: 20px;
}

a.tab {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F8020;
	width: 100px;
	font-weight: bold;
}

a.tab, a.tab:visited {
	color: #FFFFFF;
}

a.tab:hover {
	color: #000000;
}
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F8020;
}
div.tabMain {
	z-index: 101;
	height: 500px;
	margin-top: 7px;
}


div.tabIframeWrapper {
	width: 100%;
}

iframe.tabContent {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 10px;
}


/*a:link, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	padding-right: 8px;
	padding-left: 8px;
	border-right-style: solid;
	border-right-color: #3F8020;
	width: 100px;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-right-style: solid;
	border-right-color: #3F8020;
}

a.mainmenu:link, a.mainmenu:visited
{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F8020;
	width: 100px;
	font-weight: bold;
}

a.mainmenu:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F8020;
}
*/





a.lang:link, a.lang:visited
{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	padding-right: 8px;
	padding-left: 8px;
	border-right-color: #66CB33;
	width: 100px;
	font-weight: bold;
}
a.lang:hover
{
	color: #000;
}


.language {
	background-color: #66CB33;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F8020;
	padding-left: 15px;
}
#container   {
	background-color: #66CB33;
	width: 2560px;
}
#subpageContainer {
	background-color: #000;
	height: 500px;
	width: 2560px;
	overflow: hidden;
}
#subpageArchiveContainer {
	background-color: #FFF;
	height: 500px;
	width: 2560px;
	overflow: hidden;
}





.hand {
	cursor: hand;
	cursor: pointer;
}
#headerL
 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 80px;
	float: left;
	width: 100%;
	background-image: url(images/logo_green.gif);
	padding: 0px;
} 
#headerR {
	padding: 0px;
	height: 80px;
	float: right;
	width: 500px;
	background-attachment: scroll;
	background-image: url(images/numberfour_zeleni.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#headerLR {
	height: 80px;
	float: left;
	width: 100%;
	padding: 0px;
}

#mainMenu {
	float: left;
	width: 100%;
	top: 60px;
	margin: 0px;
	overflow: visible;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}



#mainContent {
	background-color: #FFFFFF;
	width: 100%;
	height: 500px;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#gnavi  {
	list-style-image:none;
	list-style-type:none;
	float: left;
	width: 2560px;
	font-size: 0.8em;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#mainnavi {
	width: 100%;

}

#mainnavi  li {
	list-style-type: none;
	font-size: 0.8em;
		}
#mainnavi  li  .lightColor {
	padding-right: 10px;
			}

#footer {
	padding: 0 10px 0 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.transparent{
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
#sponsors {
	float: left;
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0;
	overflow: visible;
	background-attachment: scroll;
	background-image: url(images/sponzori_zeleni.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #66CD2D;
}
#page_L {
	height: 500px;
	float: left;
	width: 850px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: #000;
}
#page_C {
	height: 500px;
	width: 850px;
	top: 0px;
	float: left;
	left: 855px;
	position: absolute;
	background-color: #000;
	background-attachment: scroll;
	background-image: url(images/mainContent_pattern.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#page_C_archive {
	height: 500px;
	width: 850px;
	top: 0px;
	float: left;
	left: 855px;
	position: absolute;
	background-color: #FFF;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
}

#page_R {
	float: right;
	height: 500px;
	width: 850px;
	left: 1710px;
	top: 0px;
	position: absolute;
	background-color: #000;

}
#page_R_archive {
	float: right;
	height: 500px;
	width: 850px;
	left: 1710px;
	top: 0px;
	position: absolute;
	background-color: #FFF;
}

#page_C_R {
	float: right;
	height: 500px;
	width: 1705px;
	left: 855px;
	top: 0px;
	position: absolute;
	background-color: #66CB33;
	background-attachment: scroll;
	background-image: url(images/mainContent_pattern.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#page_LCR {
	height: 500px;
	float: left;
	width: 2560px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	background-image: url(images/flies.jpg);
}


#city_map {
	height: 500px;
	width: 960px;
	left: 131px;
	top: 0px;
	float: left;
	padding-top: 75px;
	padding-right: 130px;
	padding-bottom: 75px;
	padding-left: 50px;
}
#linkPhotoDiv340 {
	float: left;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	height: 340px;
	margin-left: 20px;
	margin-top: 15px;
	border: 1px solid #000;
}
