﻿body {
	margin: 0 auto;
	background: white;
	font-family: Verdana;
	font-size: 14px;
	color: #202020;
}

a {
	color: #0085fd;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
}

#top_wrapper {
	margin: 0 auto;
	background: #043158;
}

#top {
	margin: 0 auto;
	width: 900px;
	color: #0085fd;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-variant: small-caps;
}

#banner_wrapper {
	margin: 0 auto;
	background: #004785 url('images/baner_bck.jpg') no-repeat center;
	}

#banner {
	margin: 0 auto;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#banner_left {
	margin: 0 auto;
	float: left;
	width: 540px;
}

#flags {
	margin: 0 auto;
	padding-bottom: 5px;
	padding-left: 15px;
}

#vak_logo {
	margin: 0 auto;
	padding-left: 30px;
	padding-top: 25px;
}

#banner_right {
	margin: 0 auto;
	float: left;
	width: 360px;
}

#banner_flash {
	margin: 0 auto;
	background: white;
	width: 360px;
	height: 210px;
}

#menu_wrapper {
	margin: 0 auto;
	background: #004785;
	border-top: 1px white dotted;
	border-bottom: 2px #043158 solid;
}

#top_menu {
	margin: 0 auto;
	width: 900px;
	height: 35px;
}

#top_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top_menu li {
	background: #004785 url('top_menu_bck.jpg') repeat-x;
	padding-left: 35px;
	padding-right: 35px;
	float: left;
	height: 35px;
	margin-right: 3px;
}

#top_menu li:hover {
	background: #004785 url('top_menu_bck_hover.jpg') repeat-x;
	padding-left: 35px;
	padding-right: 35px;
	float: left;
	height: 35px;
	margin-right: 3px;
}

#top_menu li:hover a {
	color: #0085fd;
}

#top_menu ul li a {
	display: block;
	line-height: 35px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#top_menu ul li a:hover {
	color: #0085fd;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#container_wrapper {
	margin: 0 auto;
}

#container {
	margin: 0 auto;
	width: 900px;
	padding-top: 5px;
}

#container_left {
	margin: 0 auto;
	width: 220px;
	border: 1px silver solid;
	float: left;
	padding-bottom: 5px;
}

h2 {
	color: #0085fd;
	font-size: 20px;
	font-style: italic;
	padding-left: 20px;
}

#subtitle {
	color: #0085fd;
	font-size: 16px;
	font-style: italic;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#left_menu {
	margin: 0 auto;
	width: 210px;
	margin-left: 5px;
	cursor: pointer;
}

#left_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px silver solid;
}

#left_menu li {
	float: left;

	width: 208px;
	border-bottom: 1px silver solid;
	border-left: 1px silver solid;
	border-right: 1px silver solid;
}

#left_menu li a {
	padding-left: 5px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
}

#left_menu li a:hover{
	background: #f0f0f0;
	color: #202020;
}

#left_menu li ul {
	background: white;
	display: none;
	height: auto;
	position: absolute;
	width: 305px;
	z-index: 100;
	margin-left: 208px;
	margin-top: -31px;
	/*top:1em;
	/*left:0;*/
}

#left_menu li:hover ul{
	display: block;
}

#left_menu li li {
	display: block;
	float: none;
	width: 303px;
}

#left_menu li ul a{
	display: block;
	font-size: 12px;
	font-style: normal;
	padding-left: 5px;
	text-align: left;
}

#left_menu li ul a:hover{
	background: #f0f0f0;
	color: #202020;
}

#eufondovi {
	background: white;
	font-size: 14px;
	padding-left: 10px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 200px;
	padding-bottom: 20px;
}

#noviteti {
	background: silver;
	font-size: 14px;
	padding-left: 10px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 200px;
	padding-bottom: 20px;
}

#katalog {
	background: #FFCC99;
	font-size: 14px;
	padding-left: 10px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 200px;
	padding-bottom: 20px;
}

h1 {
	color: #202020;
	font-size: 20px;
	font-style: italic;
}

#kontakt_left {
	background: #0085fd;
	font-size: 14px;
	padding-left: 10px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#container_right {
	margin: 0 auto;
	margin-left: 5px;
	width: 651px;
	border: 1px silver solid;
	float: left;
	padding: 5px 10px 5px 10px;
}

p {
	text-align: justify;
}

#images {
	text-align: center;
}

#images img {
	margin-top: 2px;
	margin-bottom: 2px;
}

#images a img {
	border: 3px silver solid;
}

#images a:hover img {
	border: 3px #0085fd solid;
}

#cleaner {
	clear: both;
}

#logo {
	float: right;
	position: relative;
	margin-top: -35px;
	z-index: 50;
	margin-right: -33px;
}

#copyright {
	margin: 0 auto;
	width: 900px;
	text-align: right;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 20px;
}

/* Picture prewiev */

#lightbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #ffffff;
	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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url('images/prevlabel.gif') no-repeat left 15%;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url('images/nextlabel.gif') no-repeat right 15%;
}

#imageDataContainer {
	font-family: "Trebuchet MS";
    font-size: small;
	background-color: white;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
	color: #000000;
}

#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;
	padding-right: 15px;
}

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

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 790px;
}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position: relative;
}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
}

/* Clearfix */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* End of Picture prewiev */

#map_canvas {
	width: 651px;
	height: 460px;
}

.forma {
	font-family: Verdana;
	font-size: 14px;
	border: 1px silver solid;
}