/*   @charset "utf-8";		*/

html {overflow-y: scroll;}

html, body {
	min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #ffffff; 
	font-size: 12px;
	background-color: #1e3818;			/* 0b0e13; */
	background-image:url('images/green_grad.jpg');
	background-repeat:repeat-x;
	background-position:center 110px;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
#tblmain {
	width: 800px;
	height: 100%; 
	border-width: 0px 1px 0px 1px; 
	border-style:solid; 
	border-color: #1f2535;
	background-color: #18202b;
	margin: auto;
}
#tblmaintopline  { 
	height: 20px;
	background-image:url('images/top_grad.gif');
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	font-family: "Arial Narrow", Arial;
}
#tblmaintopline  a { color: #18202b; }

#tblmainmenu  { 
	height: 90px;
	background-image:url('images/itnms_logo2.gif');
	background-repeat:no-repeat;
	background-position: 13px 11px;
	vertical-align:top;
}
#tblmainimage  { 
	height: 290px;
	overflow:hidden;
}
#tblmaincontent {
	padding: 10px 20px 30px 20px;
	vertical-align:top;
}
#tblmaincontentbg {
	background-image:url('images/image_big_darken-itnms3.jpg');
	background-repeat:no-repeat;
	padding: 30px 20px 30px 20px;
	vertical-align:top;
}
#tblmainfooter {
	height: 80px;
	text-align:center;
	background-image:url('images/footer_grad.gif');
	color: #18202b;
	vertical-align:top;
}
#tblmainfooter #bottomaddress {
	margin-top: 18px;
	font-size: 10px;
	font-style: italic;
	float: left;
	margin-left: 40px;
}
#logosubtitle {
	display: block;
	padding-top: 58px; padding-left: 14px; color:#9da7ca; font-size: 9px; font-weight:bold; width: 260px;
	margin-bottom: 0px;
	text-decoration: none;
	height: 32px;
}
*:first-child+html #logosubtitle { height: 34px; }
* html #logosubtitle { height: 34px; }

.topnav {
	height: 36px;
	float: right; margin-top: 22px; font-size: 12px; font-weight:bold;
	}
.topnav  td {
	padding-left: 12px;
	padding-right: 12px;
	border-right: 2px solid #3f4555;
}
.topnav  td a {
	color: #c2bcbe;
}
.bottomnav {
	height: 36px;
	float: right; margin-top: 22px; font-size: 12px; font-weight:bold;
	}
.bottomnav  td {
	padding-left: 9px;
	padding-right: 9px;
	border-right: 2px solid #cdc9cc;
}
.bottomnav  td a {
	color: #18202b;
}




.title {
	color: #9da7ca;
	font-weight: bold;
	font-size: 18px;
	display:block;
	margin-bottom: 4px;
}
.titledate {
	display: block;
	color: #cacaca;
	font-weight: bold;
	font-size: 9px;
}
.maincontent {
	color: #c0acb1;
	font-size: 12px;
	line-height: 14px;
}
.maincontent a {
	color: #ffffff;

}
.maincontent li { margin-bottom: 2px; }

.leftcolumn {
	vertical-align: top;
	width: 50%;
	padding-right: 10px;
	border-right: 3px solid #3f4555;
}
.rightcolumn {
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
}















#imageContainer {
	height: 290px;
	background-color: #000000;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}









#overlay{
	position: absolute;
	z-index:90;
	width: 2100px;
	height: 2100px;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
overflow:hidden;
}

#styled_popup {
	width: 900px; 
	height: 700px; 
	display:none; 
	position: absolute; 
	top: 100px; 
	left: 50%;
	margin-left: -450px;
	zoom: 1;
	z-index:100;
	}

#galerija td { vertical-align: top; }
#galerija td img { border: 1px solid #C2BCBE; }

.white { color: #ffffff; }

#homepage { float:left; margin-left: 13px; }

