@charset "utf-8";
body {
	background-color: #5d5d5d;
	margin-top: 15px;
}

#cont {
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #777777;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#cont a:link {
	color: #5d5d5d;
	text-decoration: none;
}
#cont a:hover {
	color: #a01c1c;
	text-decoration: underline;
}
hr {
	color: #c1bfbf;
	height: 1px;
	width: 99%;
	text-decoration: none;
	border: 0;
	background-color: #c1bfbf;
}
#map {
	font-family: tahoma;
	font-size: 11px;
	color: #a01c1c;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
}
#map a {
	text-decoration: none;
	color: #a01c1c;
}
#proj {
	background-color: #777777;
	padding-left: 12px;
	height: 35px;
	margin:0px;
}
#proj a {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#copy {
	font-family: tahoma;
	font-size: 11px;
	color: #a01c1c;
	background-color: #FFFFFF;
	text-align:center;
	position: relative;
	z-index: 0;
	width: 213px;
	bottom: 0px;
	height:35px;
	margin:0px;	
}
#f {
	background-image: url(firm.jpg);
	background-repeat: no-repeat;
	width: 213px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	z-index: 1;
	position: relative;
	margin:0px;
	vertical-align: middle;
	height:41px;
		bottom: 67px;
}

/* menu */
#menu {
	background-color: #dfe4dd;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c6c5c5;
	border-left-color: #c6c5c5;
	text-align: left;
	vertical-align: top;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
    margin: 0px;
    color: #a01c1c;	
	
}
#menu a{
	color: #a01c1c;
	text-decoration: none;
	padding-left: 0px;
	margin:0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
.menu_li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1bfbf;
	list-style-type:none;
	list-style-position: inside;
	list-style-image: url(str.gif);

}
.menu_li_1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1bfbf;
	list-style-type:none;
	list-style-position: inside;
	list-style-image: url(str.gif);
}
.menu_li_2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1bfbf;
	list-style-type:none;
	list-style-position: inside;
	list-style-image: url(str.gif);
}
.menu_li:hover,.menu_li_1:hover,.menu_li_2:hover {
	background-color: #cccccc;
}

#menu a:hover{
	margin: 0px;
	color: #FFFFFF;
	text-decoration:underline;
}
/* lightbox */

#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:../templates/img/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(../templates/grafika/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../templates/grafika/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; }

/* login form */
#error {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #CCCCCC;
  text-align: center;
}

.td_ob {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
#text{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #f1f1f1;
}
.td_gl a {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #f1f1f1;
}
.szcz {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #f1f1f1;
	text-decoration: none;
	padding-top: 4px;
}
.tekstfield {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #090909;
	width: 100px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
	line-height: 17px;
}
form {
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
	padding-right:15px;
}
/* PAGE DETAILS - photo */

#pagePho img{border:1px solid #cccccc;margin:1px; }


#td_fotka {
	border: 1px solid #cccccc;
	text-align: center;
	margin: 4px;
	padding: 1px;
	float:left;
	height:120px;

}
#td_fotka a{
    font-family: arial;
	font-size: 11px;
	color: #e7e7e7;
	text-decoration:none;
	width: 110px;
}
#pagePho {
width: 100%;
margin: 4px;}
