/*  -------------------  Site Structure  -------------------  */

body {
	margin: 0;
	padding: 0 0 0 0;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c9ea1;
}

#WideSiteContainer {
	display: block;
	width: 100%;
	height: 391px;
	
	overflow: visible;
	
/*	background-image: url(/img/wide-container-bg.jpg);*/
	background-repeat: repeat-x;
	background-position: 0 0;
}

#SiteContainer {
	display: block;
	width: 1000px;
	
	position: relative;
	margin: 0 auto;
	
	overflow: hidden;
		
	background-color: #FFFFFF;
}

#Header {
	display: block;
	width: 1000px;
	height: 391px;
	
	position: relative;
	margin: 0 auto;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#Content {
	display: block;
	width: 1000px;
	
	position: relative;
	float: left;
	
	padding: 0 0 0 0;

	background-image: url(/img/content-bg.gif);
	background-repeat: no-repeat;
	background-position: 348px 18px;
	
	overflow: hidden;
}

#FooterContainer {
	display: block;
	width: 100%;
	height: 226px;
	
	overflow: visible;
	
	background-image: url(/img/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#Footer {
	display: block;
	width: 1000px;
	height: 226px;
	
	position: relative;
	margin: 0 auto;
	
	background-image: url(/img/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.FooterMail { color: #9c9ea1; }
/*  --------------------------------------------------------  */

a { color: #7b838e; outline: none; text-decoration: underline; }
a:hover { text-decoration: none; }
a img { border: none; outline: none; }

h1 {
	margin: 0 0 15px 0;
	line-height: 24px;
	font-size: 24px;
	font-weight: normal;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 140%;
}

h6 {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 140%;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7b838e;
	
}

h5 {
	width: 350px;

	margin-top: 0;
	margin-bottom: 15px;

	font-size: 12px;
	font-style: italic;
	line-height: 140%;
}
/*  -------------------  Content Elements  -------------------  */

#LeftColumn {
	display: block;
	width: 391px;

	position: relative;
	float: left;
}

#RightColumn {
	display: block;
	width: 609px;
	
	padding: 32px 0 0 0;

	position: relative;
	float: left;
}

#Column01 {
	display: block;
	width: 570px;
	
	margin: 0;
	
	position: relative;
	float: left;
	
	color: #7b838e;
}

#HomePageColumn01 {
	display: block;
	width: 320px;
	
	margin: 0 50px 0 0;
	
	position: relative;
	float: left;
	
	color: #7b838e;
}

#Column01 img {
	padding: 2px;
	border: solid 1px #999999;
	margin: 0 7px 7px 10px;
}

#HomePageColumn02 {
	display: block;
	width: 237px;
	
	position: relative;
	float: left;
}

.HomePageColumn02News {
	display: block;
	width: 222px;
	
	position: relative;
	float: left;
	
	padding: 0 0 15px 0;
}

.HomePageColumn02Date {
	font-size: 11px;
	color: #7b838e;
}

.HomePageColumn02Title {
	margin: 0 0 8px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #7b838e;
	text-decoration: underline;
}

.HomePageColumn02Title:hover { text-decoration: none; }

/*  ---------------  Footer Elements Begining  ---------------  */

#FooterContact {
	display: block;
	width: 300px;
	
	line-height: 130%;
	
	position: absolute;
	top: 113px;
	left: 50px;
}

#WebDesign {
	display: block;
	height: 20px;

	position: absolute;
	top: 161px;
	left: 843px;
}

#WebDesign a { color: #9c9ea1; text-decoration: underline; }
#WebDesign a:hover { text-decoration: none; }

#Copyright {
	display: block;
	height: 20px;
		
	position: absolute;
	top: 180px;
	left: 664px;
}

/*  ---------------  Footer Elements End  ---------------  */

#SecondaryNavigation {
	display: block;
	width: 285px;

	position: relative;
	float: right;
	right: 50px;
	
	margin-top: 26px;
	padding: 5px 0 0 0;
	
	background-image: url(/img/bgrdSubmenu.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#SecondaryNavigation a {
	display: block;
	width: 270px;
	
	position: relative;
	float: right;

	padding: 6px 15px 10px 0;
	
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #63778c;
}

#SecondaryNavigation a:hover { color: #bcbdbe; }

#SecondaryNavigation a.active { 
	color: #333333;
	background-image: url(/img/bgrdSubmenuActive.png);
	background-repeat: no-repeat;
	background-position: right;
}
#SecondaryNavigation p {
	display: block;
	width: 293px;

	position: relative;
	float: left;
	left: 17px;
}

#SecondaryNavigation a.MenuTitle {
	margin: 0;
	font-size: 14px;
	color: #36516F;
	text-transform: uppercase;
	padding-top: 20px;

	/*border-top: dashed 1px #CCCCCC;*/
	
/*	background-color: #fafafa;*/
	
	cursor: default;	
}
#SecondaryNavigation a.MenuTitle:hover { color: #63778c; }

/*  ---------------------------------------------  */

.Send {

}

.InputField {
	width: 210px;
}

.NewsContainer {
	padding: 20px 0 10px 0;
	border-bottom: dashed 1px #CCCCCC;

}

.NoPadding { padding: 0 0 0 0; }

.ReadMore {
	font-size: 11px;	
	font-weight: bold;
}

.lead {
	width: 450px;
	font-weight: bold;
}

.MarginTop0 { 
	margin-top: 0;
}

.MarginTop8 { margin-top: 8px; }

.paginacija { margin-top: 10px; }






p.uptitle {
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
}

p.title {
	color:#7B838E;
	font-size:12px;
	font-weight:bold;
	margin:0pt 0pt 8px;
}





#Column01 table.office tr td img {
	margin: 5px 0;
}


/*  ----------------------- Submenu sa tabovima ----------------------  */

#tabovi {
	display: block;
	height: 40px;
	background-image: url(/img/bgrdMenuTabs.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding: 0px;
	vertical-align: bottom;
}
#tabovi .tab {
	height: 40px;
	float: left;
}
#tabovi .tabAktivan {
	height: 40px;
	float: left;
	background-image: url(/img/tabDesno.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#tabovi a {
	display: inline;
	float: left;
	margin: 0px;
	font-family: 'Trebuchet MS';
	font-size: 17px;
	text-decoration: none;
	padding: 7px 40px 5px 18px;
}
#tabovi a:hover {
	color: #666666;
}
#tabovi .tabAktivan a {
	background-image: url(/img/tabLevo.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666666;
}
#tabovi .tabAktivan a.prvi {
	background-image: url(/img/tabLevo1.png);
}






#disclaimer {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
	
}
#disclaimer p {
	margin-bottom: 0px;
	font-style: italic;
}




.prijava {
	display:block; 
	float:right; 
	position: relative; 
	right: 50px; 
	width:285px; 
	margin-top: 32px;
}

.prijava table tr td {
	padding: 20px 4px 0px 4px;
}



