html, body {
	background-color: #9edd84;
	color: #000;
    text-align: center;
	font-size: small;
	font-family: Arial, Verdana, Helvetica,sans-serif;
}

img {
    border: 0px;
}

h1 {
	font-size: large;
	text-align: left;
}

h2 {
	font-size: medium;
	text-align: center;
}
p {
	text-align: left;
}
#TBODY {
	background-color: #D7F1CC;
	width: 950px;
    overflow: auto;
	margin: auto;

}

#HEADER {
	background-color:#FFFFFF;
}

#HEADER img {
	display: block;
}

#LOGO {
	width: 560;
	height: 71;
	float: right;
}

#V_MENU {
	width: 200px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 10 10 10 10;
	padding: 10 10 10 10;
}

#CONTENT {
	float: right;
	width: 725px;
	height: 350px;
    overflow: auto;
	padding: 10px;
	font-style: italic;
	margin-right: 5px;
    background-image: url(img/mapka1.jpg);
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: center;
}

#CONTENT img {
    border: 0;
	float: both;
}

#H_MENU {
	float: right;
}

#H_MENU ul, ul li {
	clear: both;
    display: block;
    list-style: none;
}

#H_MENU ul li{
    display: inline;
    white-space: nowrap;
}

#H_MENU img {
	padding: 10px 20px 0px 20px;
}

#GALLERY  {
	clear: both;
}

#SPONSORS  {
	padding: 5 0 5 0;
	clear: both;
	text-align: center;
	font-size: small;
}

#FOOTER  {
	padding: 10px;
	clear: both;
	margin: auto;
	font-size: x-small;
	font-style: italic;
	text-align: right;
}

/* Lightbox Styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* End Lightbox Styles */

/* Rolling Gallery Styles */

#motioncontainer {
margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 90px; /* Set to gallery height */
margin: auto;
background-color: #D7F1CC;
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

/* End Rolling Gallery Styles */