html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#1A6B98;
	/*background-image:url(images/fundal_iarna.jpg);
	background-image:url(images/fundal_primavara.jpg);
	background-image:url(images/fundal_vara.jpg);
	background-image:url(images/fundal_toamna.jpg);
	background-repeat:repeat-y;*/
	background-image:none;
	background-position:top;
	width:100%;
}

#sus{
	width: 100%;
	height:40px;
	border-bottom-color:#FFFFFF;
	background-color:#1A6B98;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
}

#marquee{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF00;
	size:12;
}

#marquee a:link{
	color:#FF0000;
	text-decoration:none;
}

#sus a:link, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#sus a:hover{
	color:#CCCCCC;
	text-decoration:none;
}

#line{
	height:1px;
	width:100%;
	background-image: url(images/line_bg.gif);
}

#main{
	width:800px;
	background-color:#FFFFFF;
	background-image:url(images/bg_main2.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
}

#main a:link{
	color:#CC0000;
}

#main a:hover{
	color:#0066CC;
	background-color:#CCCCCC;
}

#main a:visited{
	color:#0099FF;
	background-color:#FFFFFF;
}

#banner{
	width:120px;
	height:600px;
	float:left;
	position:relative;
	padding-left:95px;
}

#curs{
	width:90%;
	text-align:justify;
}
 
#adresa{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-shadow:#000000;
}

#link_sus{
	color:#FFFFFF;
	text-align:center;
}

#link_sus a:link{
	color:#FF3300;
}

#jos{
	width:100%;
	height:58px;
	background-color:#1A6B98;
	padding-top:9px;
}

#copy{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#1A6B98;
	color:#FFFFFF;
}

/*meniu dropdown*/
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width:100%;
	display:block;
	text-indent:3px;
	border-bottom:1px solid black;
	padding:1px 0;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#3B8BFE;
}
/*sfirsit meniu dropdown*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 4px;
	padding-bottom: 0;
	background: #1A6B98;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: 10px Verdana;
	letter-spacing: 2px;
	line-height: 1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}